Y
Hacker News
new
|
ask
|
show
|
jobs
by
I_am_tiberius
397 days ago
The entire database? Isn't that very limiting due to slow write speeds in Clickhouse? I saw ch more as a db for mainly read activities.
1 comments
jacobsenscott
397 days ago
CH excels at extremely high volume writes. You probably can't throw enough data at it.
link
I_am_tiberius
397 days ago
Sorry, meant writes in terms of update/delete.
link
nasretdinov
397 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
397 days ago
There are many use cases that do not alter data. Observability is a canonical example.
link