Multiple small inserts in clickhouse
问题 I have an event table (MergeTree) in clickhouse and want to run a lot of small inserts at the same time. However the server becomes overloaded and unresponsive. Moreover, some of the inserts are lost. There are a lot of records in clickhouse error log: 01:43:01.668 [ 16 ] <Error> events (Merger): Part 201 61109_20161109_240760_266738_51 intersects previous part Is there a way to optimize such queries? I know I can use bulk insert for some types of events. Basically, running one insert with