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

Rewrite PhysicalRowIdPageManagerFree #33

Closed
jankotek opened this issue Mar 19, 2012 · 0 comments
Closed

Rewrite PhysicalRowIdPageManagerFree #33

jankotek opened this issue Mar 19, 2012 · 0 comments

Comments

@jankotek
Copy link
Owner

After massive delete lot of free records are generated. This slows down future updates.

When record is updated/inserted, this class makes naive linear scan across table of free records. This is very slow. Currently it is major bottleneck in JDBM3. There is workaround with auto-defragmentation, but this will go away after rewrite.

jankotek pushed a commit that referenced this issue Apr 8, 2012
…stant even if store is fragmented. Solves issues #57 and  #33
@jankotek jankotek closed this as completed Apr 8, 2012
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