Viewing profile — jkatz05
jkatz05
HN member- Joined
- Wed, Mar 25, 2020, 3:04 PM UTC
- HN karma
- 1,758
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About jkatz05
Contributor to PostgreSQL project (Core Team member, on boards of PGCAC & PgUS).
Recent public activity
- story
- story
- story
- story
- story
- story
-
comment
Comment #37509295
git diff REL_16_RC1..REL_16_0 doesn't show any changes that would require a pg_upgrade (at least from my read), so you should be able to upgrade without it.
-
comment
Comment #37101985
Blog author. I've done some separate testing on storing ~500GB of embeddings (~1B embeddings) in a partitioned table. The partition key was built using IVFFLAT as a "coarse quantiz…
-
comment
Comment #37082654
Blog author. You can choose to use any distance metrics. One reason cosine similarity is popular (and used) is that for many of these higher dimensional datasets, it gives a better…
-
comment
Comment #37082644
Blog author. Thanks for the analysis -- I agree that the ANN Benchmark does provide a nice framework for helping with apples-to-apples comparisons. In this case, being able to use …
-
comment
Comment #36089433
Hey, I helped to write the original article, and I also work at AWS. I'm happy to let you know that PostgreSQL 16 Beta 1 is available in the Amazon RDS Database Preview Environment…
- story
- story
- story
- story
- story
-
comment
Comment #28707330
Multiranges are one of the lead items in the news release :) I do agree that they are incredibly helpful and will help to reduce the complexity of working with ranges.
-
comment
Comment #28706217
I'd be curious to see if the concurrency improvements in PostgreSQL 14 help with increasing the threshold for when you need to introduce a connection pooler.
- story
- story
- story
-
comment
Comment #27361002
PostgreSQL 14 made improvements to this area around indexing: https://www.postgresql.org/docs/14/btree-implementation.html...
-
comment
Comment #27360357
"@>" is one of the operators for the GIN index, which is what Postgres uses for the JSONB type. Ref: https://www.postgresql.org/docs/current/gin-builtin-opclasse...
- story
-
comment
Comment #27222006
TDE won't be in 14, but there is ongoing work to try to have it ready for 15.