Skip to content

Commit

Permalink
update tantivy
Browse files Browse the repository at this point in the history
includes cardinality aggregation and term aggregation perf improvement
for large "size" parameters
  • Loading branch information
PSeitz committed Jul 3, 2024
1 parent 694cd5c commit 35346e2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
28 changes: 19 additions & 9 deletions quickwit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ quickwit-serve = { path = "quickwit-serve" }
quickwit-storage = { path = "quickwit-storage" }
quickwit-telemetry = { path = "quickwit-telemetry" }

tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "08b9fc0", default-features = false, features = [
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "13e9885", default-features = false, features = [
"lz4-compression",
"mmap",
"quickwit",
Expand Down
1 change: 0 additions & 1 deletion quickwit/quickwit-indexing/src/actors/indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ mod tests {
SourceCheckpointDelta::from_range(4..8)
);
let first_split = batch.splits.into_iter().next().unwrap().finalize()?;
assert!(first_split.index.settings().sort_by_field.is_none());
universe.assert_quit().await;
Ok(())
}
Expand Down

0 comments on commit 35346e2

Please sign in to comment.