trinity-1686a
trinity-1686a
it's now possible to force-enable engine on musl thanks to alexcrichton/openssl-src-rs#151 ```toml [build-dependencies] openssl-src = { version = "111.24.0" , features = ["force-engine"] } ``` On alpine it requires to...
Twitter doesn't need HARICA to fix that issue. TorBrowser is pretty lax on what it considers to be a valid TLS certificate for onion services. It allows self-signed certificates (but...
I'm investigating a [similar issue in a different software](https://github.com/quickwit-oss/quickwit/issues/3258), so I thought I would drop a comment here with my findings: S3-cmd probaby uses [`DeleteObjects`](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html) to delete objects in batch...
I did not :confused: (for the record: correct handling of sub-second precision was added in a subsequent revision of the same pull request)
actually this breaks the partial request cache when called from ES api, such as when using the Grafana plugin. Partial request cache is at its best when Quickwit serves a...
I got quickwit to compile with musl in an alpine:edge container on c3c0c5494f583898f3e763865147dc23b3e704ee with the following build script: ```sh apk add rustup protoc cyrus-sasl-dev cmake make g++ linux-headers perl echo...
we've added some optimizations to search on less splits (but generally more than one) when num_docs isn't asked for. we also added said optimization when sorting by date/-date/doc_id
(unassigning myself as other people are working on it)
In the flamegraph PSeitz linked here https://github.com/quickwit-oss/tantivy/pull/1946#issuecomment-1476377510, `Dictionary::open` is very fast (0.42% of samples), whereas `Dictionary::ord_to_term` is 9.94% of samples. A naive approach could cause `ord_to_term` to be N time...
unassigning myself for now, while there is possibly something to gain for large segments, I believe there are probably more impactful changes to explore