Skip to content

Conversation

timvisee
Copy link
Member

@timvisee timvisee commented Jun 4, 2025

Depends on #6634

Similar to #6634, this implements Gridstore as alternative storage backend for a payload index. This implements it for the full text index.

Tasks

All Submissions:

  • Contributions should target the dev branch. Did you create your branch from dev?
  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  1. Does your submission pass tests?
  2. Have you formatted your code locally using cargo +nightly fmt --all command prior to submission?
  3. Have you checked your code using cargo clippy --all --all-features command?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?

@timvisee timvisee added this to the Remove RocksDB milestone Jun 4, 2025
@timvisee timvisee force-pushed the mutable-map-index-gridstore branch from 0972557 to 6488bdd Compare June 5, 2025 07:11
@timvisee timvisee force-pushed the mutable-full-text-index-gridstore branch from 2a9250c to 01be8db Compare June 5, 2025 07:53
Base automatically changed from mutable-map-index-gridstore to dev June 5, 2025 07:54
@timvisee timvisee force-pushed the mutable-full-text-index-gridstore branch from 01be8db to 87a1cec Compare June 5, 2025 07:54
@timvisee timvisee force-pushed the mutable-full-text-index-gridstore branch from 6ff6d87 to e2427fa Compare June 5, 2025 09:09
@timvisee timvisee marked this pull request as ready for review June 5, 2025 09:47

This comment was marked as resolved.

coderabbitai[bot]

This comment was marked as resolved.

coderabbitai[bot]

This comment was marked as resolved.

@timvisee timvisee force-pushed the mutable-full-text-index-gridstore branch from 54533d6 to cc72368 Compare June 5, 2025 12:51
Copilot

This comment was marked as resolved.

@coszio coszio merged commit a328f3d into dev Jun 5, 2025
34 checks passed
@coszio coszio deleted the mutable-full-text-index-gridstore branch June 5, 2025 16:53
generall pushed a commit that referenced this pull request Jul 17, 2025
* Implement clear cache for immutable text index

* Add Gridstore backend for mutable full text payload index

* Add mutable full text payload index builder for Gridstore

* Fix compilation error

* Add tests

* Extract mutable inverted index builder to standalone type

* Return generic error in Gridstore iterator

* Remove intermediate buffer from Gridstore load, load index directly

* Minor fixes

* Remove TODO, no good solution

* Fix review remarks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants