Hacker News new | ask | show | jobs
by agnesv 1528 days ago
How is it compared to ClickHouse?
1 comments

ClickHouse is OLAP (analytics), this one is OLTP (transactional)
Hence the focus on multi-AZ. This makes completely sense for transactional.
YDB can work in a single AZ and such setups exist. Most of our users want to handle AZ downtime, so it's a major case.
I believe that something like AZure CosmosDB, AWS Aurora/DynamoDB but open-sourced, which is great.
I think YDB's architecture is more like TiDB
or cockroachdb and spanner ?
Yes, YDB plays in this category.