quickwit-oss / quickwit-oss/quickwit
Can you support csv format as input
Open
@guilload is already working on this.
Since Aug 4, 2023.
enhancement
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
Hi. when I want to Full-text search on Clickhouse,the source file's format insert into clickhouse is csv. The reason why I choose to use csv files to insert clickhouse is that csv files take up less space than json files, and the insertion speed is faster, and the speed of generating csv files is also faster. If I convert the csv file to json file, It's too slow.
I want to you can support the ingest method like
cat *.csv | ./quickwit index ingest --input-format csv --index gh-archive
OR
cat *.csv | ./quickwit index ingest --index gh-archive
Looking forward to your reply, thank you
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.