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

temp deallocate should be async #4

Open
yuriy-glotanov opened this issue Dec 13, 2019 · 0 comments
Open

temp deallocate should be async #4

yuriy-glotanov opened this issue Dec 13, 2019 · 0 comments

Comments

@yuriy-glotanov
Copy link
Collaborator

Describe the bug
Execute of sql statement produce some amount of temporary frames, from which sql cursor may retrieve data until commit, After commit we start deallocate of these frames, and user session thread wait until deallocate was completed. This is not good.

To Reproduce


Expected behavior
Need to implements async deallocate procedure, which should be start after commit. This procedure should be contain additional checks for completely deallocate in case of shutdown/restart.

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