Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL optional indexing #1827

Merged
merged 10 commits into from
Oct 17, 2024
Merged

GraphQL optional indexing #1827

merged 10 commits into from
Oct 17, 2024

Conversation

ricopinazo
Copy link
Contributor

@ricopinazo ricopinazo commented Oct 17, 2024

What changes were proposed in this pull request?

This PR makes indexing optional for the GraphQL server. It is turned on by default and can by turned off calling turn_off_index.

Why are the changes needed?

This change is a temporal solution for scenarios with large graphs where the search API is not needed.

Does this PR introduce any user-facing change? If yes is this documented?

Yes, it adds a method turn_off_index in both rust and python and it is documented

How was this patch tested?

A new python test was added

Are there any further changes required?

No

@ricopinazo ricopinazo merged commit b573d95 into master Oct 17, 2024
19 checks passed
@ricopinazo ricopinazo deleted the feature/graphql-index-optional branch October 17, 2024 14:47
@ricopinazo ricopinazo mentioned this pull request Oct 18, 2024
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