Skip to content

Improve scan duration #1670

Answered by BurntSushi
UlrichBoehm asked this question in General
Aug 29, 2020 · 5 comments · 2 replies
Discussion options

You must be logged in to vote

ripgrep isn't an appropriate tool on corpora that large. Use a database or a fulltext index like Lucene, Tantivy, Mellisearch, SOLR or Elasticsearch. Otherwise your search time will probably just be roughly equivalent to the time it takes to read the data off your disk. At that size, it will not be short. Therefore, some kind of index is a better answer, which is what a database or a fulltext index will provide.

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@krobelus
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@UlrichBoehm
Comment options

Answer selected by BurntSushi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants