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

Hot-swapping Engines #11

Open
gburgett opened this issue Dec 27, 2012 · 0 comments
Open

Hot-swapping Engines #11

gburgett opened this issue Dec 27, 2012 · 0 comments

Comments

@gburgett
Copy link
Owner

One of the key features of XFlat is that engines are hot-swapped as the tables grow. We need to define the procedure for this and create the implementation as part of the Database.

This is a bit tricky as there can easily be concurrent reads and writes while we are hot-swapping. We want to be read-responsive as a priority, and write-responsive as much as possible. I've written down thoughts in thoughts.md

This was referenced Dec 28, 2012
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

No branches or pull requests

1 participant