quickwit-oss/tantivy

Too many small segments

Open

#194 opened on Jun 20, 2017

 (3 comments) (2 reactions) (0 assignees)Rust (978 forks)batch import
enhancementgood first issuehelp wantedlow priority

Repository metrics

Stars
 (15,972 stars)
PR merge metrics
 (PR metrics pending)

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