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

Edge Case: What if the system went down ? #14

Open
GauravWalia19 opened this issue Feb 28, 2023 · 1 comment
Open

Edge Case: What if the system went down ? #14

GauravWalia19 opened this issue Feb 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@GauravWalia19
Copy link

GauravWalia19 commented Feb 28, 2023

Then we have to re runs all the insertions again to this KD Tree

Below is the feature that I am suggesting we can add -
We can have mode that will save this in memory KD Tree to hard disk and after system is up we can rebuild the tree and we don't have to run the insertion again (basically is same like redis stores I guess in hard disk)

@GauravWalia19 GauravWalia19 changed the title Edge Case: What if the system went down Edge Case: What if the system went down ? Feb 28, 2023
@thegeekyasian thegeekyasian added the enhancement New feature or request label Mar 1, 2023
@thegeekyasian
Copy link
Owner

Indeed this is the request I have received many times. Thanks for creating an issue for this @GauravWalia19, we can track it easily now.

I'll prioritize this request soon. Thanks for the suggestion 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants