Skip to content

Commit

Permalink
Merge pull request #269 from ClickHouse/csvq-dsq
Browse files Browse the repository at this point in the history
Add CSVQ and DSQ
  • Loading branch information
alexey-milovidov authored Nov 25, 2024
2 parents 6832a01 + a6e6ac4 commit bb39da4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions csvq/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This tool loads the whole file in memory, which means it cannot run even a single query from ClickBench.
7 changes: 7 additions & 0 deletions dsq/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The tool looks non-functional.

Even the simplest query:
```
dsq hits.parquet "SELECT count(*) FROM {}"
```
leads to OOM.

0 comments on commit bb39da4

Please sign in to comment.