Y
Hacker News
new
|
ask
|
show
|
jobs
by
ddorian43
611 days ago
This is fixed in YugabyteDB that reuses the PostgreSQL query layer source code but uses it's own storage:
https://www.yugabyte.com/blog/improve-postgresql/
(other issues too like XID wraparound etc).
It's also apache2 license.
1 comments
knowitnone
610 days ago
Thanks for pointing out Yugabyte. I did a search for performance comparisons and there seems (seemed?) to be some performance issues at least back in 2023
https://github.com/yugabyte/yugabyte-db/issues/10108
hopeful performance has improved since
link
ddorian43
610 days ago
Yes, performance is much better. But it's a bit apples to oranges comparisons because of distributed/sharding nature (example with bitmap scans
https://www.yugabyte.com/blog/bitmap-scans-on-distributed-po...
), and always synchronous replication (
https://www.yugabyte.com/blog/yugabytedb-resiliency-vs-postg...
).
link
hopeful performance has improved since