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

Clean up unnecessary entries in the UndoBuffer chain #54

Closed
Mytherin opened this issue Dec 6, 2018 · 2 comments
Closed

Clean up unnecessary entries in the UndoBuffer chain #54

Mytherin opened this issue Dec 6, 2018 · 2 comments
Labels

Comments

@Mytherin
Copy link
Collaborator

Mytherin commented Dec 6, 2018

Right now if a single transaction updates the same tuple twice (i.e. runs the following two queries)
BEGIN TRANSACTION;
UPDATE integers SET i=4 WHERE i=3;
UPDATE integers SET i=5 WHERE i=4;
The tuple will have two entries in the version chain; but the first entry is useless as it will never be required by a different transaction.

@Mytherin Mytherin changed the title (Transaction) Clean up unnecessary entries in the UndoBuffer chain Clean up unnecessary entries in the UndoBuffer chain Dec 7, 2018
@Mytherin Mytherin added this to To do in First Release Dec 7, 2018
@hannes hannes added this to the First Release milestone Mar 22, 2019
@hannes hannes removed this from the First Release milestone Apr 21, 2021
Mytherin pushed a commit that referenced this issue Apr 28, 2021
Mytherin pushed a commit that referenced this issue Dec 3, 2021
@github-actions
Copy link

github-actions bot commented Aug 8, 2023

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label Aug 8, 2023
@github-actions
Copy link

github-actions bot commented Sep 8, 2023

This issue was closed because it has been stale for 30 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
First Release
  
To do
Development

No branches or pull requests

2 participants