Closed
Description
I'm learning the source code of boltdb recently. In Commit
tx.root.spill()
would shift tx.meta.pgid
possiblely when there is no enough room in freelist
, but without a tx.db.grow()
. If the following freelist serialization find a feat page in the freelist, the tx.db.grow()
would be eliminated, is it the expected behave?
Thanks a lot
Metadata
Metadata
Assignees
Labels
No labels
Activity