nikepan / clickhouse-bulk

Collects many small inserts to ClickHouse and send in big inserts
Apache License 2.0
474 stars 86 forks source link

Many files in dumps directory #71

Open sysolyakin opened 9 months ago

sysolyakin commented 9 months ago

Hi!

Right now, on one of the instances there are 197 files in dumps directory, they contain seemingly failed queries and it looks like this:

-rw-r--r--    1 app     app          5130 Nov 26 13:21 dump202311241214102-98-500.dmp
-rw-r--r--    1 app     app         12358 Nov 26 13:21 dump202311241214102-99-500.dmp
...
app@clickhouse-bulk-576cb9c658-h2dvx $ ls -1 /app/dumps | wc -l
197

What does clickhouse-bulk do with all these files, should it remove them after resending?