Viewing profile — sfg75
sfg75
HN member- Joined
- Mon, Mar 27, 2017, 4:07 PM UTC
- HN karma
- 181
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About sfg75
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
-
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…
- story
- story
- story
- story
- story
- story
-
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…
-
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…
-
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…
-
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…
-
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…