Skip to content

Conversation

timvisee
Copy link
Member

@timvisee timvisee commented Jun 5, 2025

Depends on #6639

Similar to #6639, this implements Gridstore as alternative storage backend for a payload index. This implements it for the geo 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 5, 2025
Base automatically changed from mutable-full-text-index-gridstore to dev June 5, 2025 16:53
@timvisee timvisee force-pushed the mutable-geo-index-gridstore branch from 554e4a3 to b793a76 Compare June 6, 2025 07:20
@timvisee timvisee marked this pull request as ready for review June 6, 2025 07:20
Copilot

This comment was marked as resolved.

This comment was marked as resolved.

coderabbitai[bot]

This comment was marked as resolved.

@timvisee timvisee force-pushed the mutable-geo-index-gridstore branch from b793a76 to 336cfb7 Compare June 6, 2025 08:15
coderabbitai[bot]

This comment was marked as resolved.

@timvisee timvisee merged commit e47a875 into dev Jun 6, 2025
17 checks passed
@timvisee timvisee deleted the mutable-geo-index-gridstore branch June 6, 2025 10:59
generall pushed a commit that referenced this pull request Jul 17, 2025
* Add Gridstore backend for mutable geo payload index

* Add mutable geo payload index builder for Gridstore

* Add tests

* Define type for raw geo point

* Rework geo point loading in Gridstore, load per point ID

* Bump Gridstore options

* Fix panic when storing empty list of geo points in Gridstore

* 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