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

push!/pop!/etc for indexes, searchers and env #26

Closed
4 tasks done
zgornel opened this issue Feb 20, 2020 · 1 comment
Closed
4 tasks done

push!/pop!/etc for indexes, searchers and env #26

zgornel opened this issue Feb 20, 2020 · 1 comment
Assignees

Comments

@zgornel
Copy link
Owner

zgornel commented Feb 20, 2020

Implement push!, pop!, pushfirst!, popfirst! and delete_from_index!

  • juliadb container, index, searcher and env level
  • handle missing methods (may impact the way consistency is enforced i.e. the check wether to atempt pushing into different index types that may or may not support pushing)
  • ensure consistency (throw SearchEnvConsistencyException) if an op fails in either db or searchers; try to recover by pop-ing already pushed items as well ?
  • test
@zgornel zgornel self-assigned this Feb 20, 2020
@zgornel zgornel changed the title Implement index and db operations push!/pop!/etc for indexes, searchers and env Mar 5, 2020
@zgornel
Copy link
Owner Author

zgornel commented Mar 13, 2020

Fixed by #31

@zgornel zgornel closed this as completed Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant