BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.92k stars 181 forks source link

[BUG] blazingsql take a lot of disk storage #1594

Open nic9lif3 opened 2 years ago

nic9lif3 commented 2 years ago

Hi,

I'm using blazingsql in thread to execute about 20 select queries at the same time. I run this job and discovered that it takes much storage, about many hundreds GB. Does this problem come from blazingsql or cudf?, and can I reduce storage usage?