mymarilyn / clickhouse-driver

ClickHouse Python Driver with native interface support
https://clickhouse-driver.readthedocs.io
Other
1.2k stars 214 forks source link

Does clickhouse driver make use of /tmp/ folder? #437

Closed jiwidi closed 3 months ago

jiwidi commented 3 months ago

Hi!

I have a set of queries that is going oom due to a a limitation of size for my tmp folder. Can't find anything about usage of tmp folder in the docs, is it used anyway? can i change the path for that tmp folder?

xzkostyan commented 3 months ago

Hi.

clickhouse-driver doesn't use /tmp/ folder.