Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sfg75
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
Attribute-Based Access Control (ABAC) Implementation in 130 Lines of Code
(github.com)
8 points
by
sfg75
3y ago
|
0 comments
2.
▲
Moving K8s Communication to gRPC
(blog.cloudflare.com)
2 points
by
sfg75
6y ago
|
0 comments
3.
▲
Enabling Developer Velocity
(cord.com)
1 points
by
sfg75
6y ago
|
0 comments
4.
▲
Algolia New Pricing
(blog.algolia.com)
3 points
by
sfg75
6y ago
|
0 comments
5.
▲
Algolia May 30 SSL incident
(blog.algolia.com)
3 points
by
sfg75
6y ago
|
0 comments
6.
▲
Post Mortem on Salt Incident
(blog.algolia.com)
118 points
by
sfg75
6y ago
|
65 comments
7.
▲
by
sfg75
6y ago
> 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 durability level correspo
8.
▲
Petabyte-Scale Analytics with Postgres on Azure with Citus Extension
(techcommunity.microsoft.com)
1 points
by
sfg75
7y ago
|
0 comments
9.
▲
Algolia raises $110M for its search-as-a-service
(techcrunch.com)
318 points
by
sfg75
7y ago
|
106 comments
10.
▲
Operationalizing your PostgreSQL database health checks using SQL Notebooks
(azure.microsoft.com)
2 points
by
sfg75
7y ago
|
0 comments
11.
▲
Why the RDBMS is the future of distributed databases, ft. Postgres and Citus
(citusdata.com)
4 points
by
sfg75
8y ago
|
0 comments
12.
▲
Stacked Diffs versus Pull Requests
(jg.gg)
3 points
by
sfg75
8y ago
|
0 comments
13.
▲
Fun with SQL: Common Table Expressions for More Readable Queries
(citusdata.com)
3 points
by
sfg75
8y ago
|
0 comments
14.
▲
by
sfg75
8y ago
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 with RedShift but it didn't seem obvious how
15.
▲
by
sfg75
8y ago
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 services. We found in Go a great balance in terms of productiv
16.
▲
by
sfg75
8y ago
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 spend too much time on Druid either. Choosin
17.
▲
by
sfg75
8y ago
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 for billions of daily events. We can then fetch top
18.
▲
by
sfg75
9y ago
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 format).