|
|
|
|
|
by PeterZaitsev
1705 days ago
|
|
Thank you for your prompt response! I think the most important thing is Clickhouse is NOT designed for small batch insertion, if you need to do 1000s of Inserts/sec you do queue in front of clickhouse. And query speed can be impacted by batch side a lot. So have you looked at query performance with optimal batch size ? |
|
https://blog.timescale.com/blog/what-is-clickhouse-how-does-...