You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: