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

Add un-vacuumed deleted rows #4

Open
georgewfraser opened this issue Oct 11, 2017 · 0 comments
Open

Add un-vacuumed deleted rows #4

georgewfraser opened this issue Oct 11, 2017 · 0 comments

Comments

@georgewfraser
Copy link
Contributor

Columnar data warehouses generally implement UPDATE by simply appending more rows and somehow flagging the "shadowed" rows as deleted. This benchmark would be more realistic if about 10% of the data in each table were deleted and replaced with similar data, so that there's some junk lying around that has to be skipped over by the query planner.

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