quickwit-oss/tantivy

Too many small segments

Open

#194 opened on Jun 20, 2017

View on GitHub
 (3 comments) (2 reactions) (0 assignees)Rust (8,354 stars) (499 forks)batch import
enhancementgood first issuehelp wantedlow priority

Description

Avoid creating 8 segments if commit after 8 documents just because we use 8 threads. Maybe pack documents in blocks of 100 docs?

Contributor guide