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

Rolling reload problem #19

Open
DavidGruzman opened this issue Feb 1, 2015 · 0 comments
Open

Rolling reload problem #19

DavidGruzman opened this issue Feb 1, 2015 · 0 comments
Assignees

Comments

@DavidGruzman
Copy link
Contributor

Consider example when all but one files are fit in the node disk. So, during writing of latest file we will delete first one. It is ok.
Then consider we run the same query again, which access files in the same order. We will look for first file, find no place and delete second one. Then we will need second file ... As a result we will reload all the data instead of reloading just one file.
Solution I can see, is to look on all files needed for plan fragment, and then plan access and reload minimal required amount. If you see other approaches - please suggest

@elenaviter elenaviter self-assigned this Feb 2, 2015
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

2 participants