back
user profile
levkk
2,540karma·349submissions·February 9, 2022
about
Sharding Postgres. <https://pgdog.dev>
lev@pgdog.dev
recent activity (349 total)
comment
My guess is the estimate comes from term frequency index which is pretty easy to build. Estimates of that can come from HyperLogLog or similar. Asking for page 10,000 is asking the search engine to se…
comment
SQL expresses relational algebra [0] which is the language defining data relationships and manipulation. It hasn't changed in 50 years for the same reason why B-Trees and sorting algorithms haven…
comment
Great idea and powered by Postgres on top of it, love it! If you're interested in integrated ML, check us out at https://postgresml.org Cheers!…
comment
We've been hard at work for a few months and thought it's time for yet another update. In case you missed our first post, PostgresML is an end-to-end machine learning solution, running along…
comment
Yup!
comment
Thank you! Yeah, Flutter is a hit and miss on Web.
comment
https://housekitty.app I got frustrated with SF real estate and made an open bidding platform. It's meh because I can't really find an incentive for people to use it, but I got t…
comment
Thank you! Retries are on the road map.
comment
It's definitely a PoC. I started it two weeks ago. Overall I've been super happy with Rust because it was a great safety harness and it gave me a fast concurrent program. PgBouncer implement…
comment
So I thought it would be kind of cool to take Pgbouncer to the next level. I've been using it with large database clusters for a while and it's been spectacular, but it does have some limita…