quickwit-oss / quickwit-oss/quickwit

Can you support csv format as input

Open
#1,502 2 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.