mirror of
https://github.com/isar/libmdbx.git
synced 2025-11-02 04:08:57 +08:00
mdbx: rework/speedup spill-pages list.
Change-Id: I97e63f8d4c82ae682e898e9b04edceb0b01d82a5
This commit is contained in:
@@ -827,6 +827,7 @@ struct MDBX_txn {
|
||||
* because the dirty list was full. page numbers in here are
|
||||
* shifted left by 1, deleted slots have the LSB set. */
|
||||
MDBX_PNL spill_pages;
|
||||
unsigned spill_least_removed;
|
||||
} tw;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user