Louis Dureuil
Louis Dureuil
Opened #3550 as an initial exploration of the feature. This surfaces a few product questions. 1. Should we reuse the existing `/indexes/{:indexUid}/documents/delete-batch` route, or use a new one (e.g. `../delete-filter`)?...
Thanks for your input Many! > However, this case appears only if you list the internal document ids without fetching the external document ids at "query time". Yes, for this...
should we explicitly update vergen to the recently released `7.5.1`, as `7.5.0` triggers a vulnerability warning? Refs https://github.com/rustyhorde/vergen/issues/158
Removing avg from the title as it won't make the first iteration planned for v1.
I feel like with the tests I did, this PR is now ready for review.
- Change default index size to 10GiB - Default to 100 concurrent indexes in Unixes, 10 in Windows
Added an update with the following: - We compute an "index budget" when the Index scheduler is created, to know how much cumulated virtual memory we can allocate through memmap...
Pushed an update that handles the methods that attempt to open all indexes at once. There is now a `try_for_each_index` method that allows to iterate on all indexes. For callers...
TODO: - [x] It appears that indexes are not being registered correctly as `BeingDeleted` currently, this needs checking - [x] Rebase on `main` - [x] Squash redundant commits Follow-ups for...
Thank you for the review @Kerollmops! bors merge