quickwit-oss/tantivy

Too many small segments

Open

#194 opened on Jun 20, 2017

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

Repository metrics

Stars
 (8,354 stars)
PR merge metrics
 (Avg merge 12d 14h) (20 merged PRs in 30d)

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