Adrien Guillo

Results 116 comments of Adrien Guillo

> 1. Is there any bookkeeping I am missing when skipping a partition? > 2. What kind of information would you like to see in the error message? maybe the...

that would be a question for @rdettai. Thanks for investigating.

@rdettai-sk, any interest in reviewing this PR?

First, we should start publishing our dev images to another namespace. Then, we should systemically scan our prod images with Snyk or some other tool and address security vulnerabilities, i.e.,...

As a short-term fix, you could change your retention policy evaluation schedule to hourly: [docs](https://quickwit.io/docs/configuration/index-config#retention-policy).

There already is an index on `(index_uid, split_id)` on the `splits` table: ``` Indexes: "splits_pkey" PRIMARY KEY, btree (index_uid, split_id) [...] ``` but I can attempt to optimize this query....

Super useful, thank you. The first part of the query does not use the index, so... that's no bueno :)

You mention having an issue for creating an index but the snippet you pasted is for creating a source, so I'm slightly confused. Nevertheless, we recently added a `--create` option...

Hello, We've been delaying this feature because achieving good performance for regex queries on object storage is actually non-trivial. tantivy regex queries are fast in memory or on SSD because...

Can't we push that to tantivy? Sooner or later the ParadeDB folks will be after that feature too. On the Quickwit side, as long as the stats make it to...