Y
Hacker News
new
|
ask
|
show
|
jobs
by
jacobsenscott
401 days ago
CH excels at extremely high volume writes. You probably can't throw enough data at it.
1 comments
I_am_tiberius
401 days ago
Sorry, meant writes in terms of update/delete.
link
nasretdinov
401 days ago
Many use cases can be addressed by using ReplacingMergeTree and such, so even when you need updates you can get them relatively cheaply
link
hodgesrm
401 days ago
There are many use cases that do not alter data. Observability is a canonical example.
link