|
|
|
|
|
by geysersam
601 days ago
|
|
DuckDB probably performs better per core than clickhouse does for most queries. So as long as your workload fits on a single machine (it's likely that it does) it's often the most performant option. Besides, it's so simple, just a single executable. Of course if you're at a scale where you need a cluster it's not an option anymore. |
|