mdbx: rework/speedup spill-pages list.

Change-Id: I97e63f8d4c82ae682e898e9b04edceb0b01d82a5
This commit is contained in:
Leonid Yuriev
2020-12-29 00:48:35 +03:00
parent d64b81c673
commit f6ff075335
2 changed files with 45 additions and 36 deletions

View File

@@ -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;
};
};