Y
Hacker News
new
|
ask
|
show
|
jobs
by
riku_iki
818 days ago
You should look at CocroachDB: it tries to be PG compatible (not there yet), but true HA-first.
1 comments
derekperkins
817 days ago
At often 10x the latency and significant query compatibility issues. That's a hard pill to swallow
link
riku_iki
817 days ago
latency increase is likely payment for distributed consistency regardless of specific DB: doing consensus between nodes is much slower than dumping block of data on local nvme.
link