Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Fix double spill #227

Merged
merged 1 commit into from
Jul 23, 2014
Merged

Fix double spill #227

merged 1 commit into from
Jul 23, 2014

Conversation

benbjohnson
Copy link
Member

This fixes an issue where split nodes can be double spilled. This is typically not noticeable but it can have a large effect when bulk inserting as double spilled nodes will get added to the freelist which will grow quickly.

/cc @mkobetic @snormore

This fixes an issue where split nodes can be double spilled. This is typically
not noticable but it can have large effects when bulk inserting as double
spilled nodes will get added to the freelist which will grow quickly.
@snormore
Copy link
Member

Nice find 👍

@mkobetic
Copy link
Contributor

👍

benbjohnson added a commit that referenced this pull request Jul 23, 2014
@benbjohnson benbjohnson merged commit 40adaef into boltdb:master Jul 23, 2014
@benbjohnson benbjohnson deleted the fix-double-spill branch July 23, 2014 20:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants