Y
Hacker News
new
|
ask
|
show
|
jobs
by
knowitnone
609 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
1 comments
ddorian43
609 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