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

Refactor: query scan methods should return iterator #77

Closed
wants to merge 2 commits into from

Conversation

arriqaaq
Copy link
Contributor

@arriqaaq arriqaaq commented Jan 6, 2025

Description

Current methods like scan_node and query_keys_at_node return computed results which make it difficult to implement any sort of logic with limit functionality on surrealkv. This change makes these methods return an iterator, which could lead to better performance

@arriqaaq arriqaaq changed the base branch from main to convert-vec-to-box January 6, 2025 07:52
@arriqaaq arriqaaq force-pushed the refactor-scan-iters branch from 6390ce9 to c0a2154 Compare January 6, 2025 10:20
@arriqaaq arriqaaq deleted the branch convert-vec-to-box January 6, 2025 10:21
@arriqaaq arriqaaq closed this Jan 6, 2025
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.

1 participant