trinity-1686a
trinity-1686a
i'm not sure what's the typo you're referring to. if you'd like to fix it yourself, this page is generated from https://github.com/quickwit-oss/quickwit/blob/main/docs/overview/architecture.md
this seems to have little (if at all) impact on actual performance. I suspect this would have a larger impact if `split_metadata_json` and `tags` where toasted, which is generally not...
sstable's codec is written in such a way that compression is already optional (enabled/disabled based on if it's helping or not with size). It should be rather easy to disable...
i guess this is an odd position. Currently the support for zstd is disabled by default in tantivy, but mandatory in sstable on which tantivy depends. Piggybacking on tantivy feature...
#3329 will add support for warming up a range of inverted index. This means there is a 3rd option, using classic tantivy RangeQuery over the inverted index. This is likely...
we are going to ship this in multiple smaller PR, which means this should be ready for review
made hard to work on by addition of doc_mapping_uid in a different PR. Remade from scratch in #5218