ChistaDATA / ChistaDATA-Anansi-Profiler

ChistaDATA Profiler for ClickHouse
GNU General Public License v3.0
13 stars 5 forks source link

Add support for compressed files in query profiler #17

Closed sinsinan closed 1 year ago

sinsinan commented 1 year ago

I would like to suggest adding support for compressed files in the query profiler. Currently, the query profiler only accepts uncompressed files, which can be a problem when working with large datasets. By adding support for compressed files, users can upload and analyze large data files more easily.

The query profiler could be updated to support common compression formats such as gzip or zip. This would involve adding a decompression step before parsing the file and analyzing the queries.