Live data from Hacker News

Viewing profile — sfg75

sfg75

HN member
Joined
Mon, Mar 27, 2017, 4:07 PM UTC
HN karma
181
Public activity
18 items

About sfg75

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #22676270

    > Plus you get 11x9's of availability (99.999999999% availability). Note that those 9s are for durability From https://aws.amazon.com/s3/faqs/#How_durable_is_Amazon_S3 : "This dura…

  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #16806452

    That's a fair point. Indeed we started looking at doing aggregations across raw events, before realizing this was probably ill fated. It's very possible we could have done the same…

  15. comment
    Comment #16806126

    Pretty much automatic. With the exception of our search engine which is in C++ (as performance is paramount there), Go is becoming our language of choice for most of our backend se…

  16. comment
    Comment #16803606

    Hey, sorry if that wasn't clear enough (author here). We decided not to go with ClickHouse because we were mostly looking for a SaaS solution. That's pretty much why we also didn't…

  17. comment
    Comment #16689639

    We've been using this extension for a while now at Algolia, great to see that it's now open sourced! We heavily rely on this to power our analytics API. We use it precompute tops f…

  18. comment
    Comment #16082199

    Great article. We use Citus and have a very similar approach :) The article mentions HLL, but there are even more useful extensions (e.g topn to handle tops through the jsonb forma…