|
|
|
|
|
by nsguy
806 days ago
|
|
What is your use case? If you're deleting rows that already feels like maybe it's not the intended use case. I think about clickhouse as taking in a firehose of immutable data that you want to aggregate/analyze/report on. Let's say a million records per second. I'll make up an example, the orientation, speed and acceleration of every Tesla vehicle in the world in real time every second. |
|
I'm sure CH shines for insert-only workloads but that doesn't cover all our needs.