- Jan 03, 2013
-
-
Better handling of missing entries Treat zero-length entries properly (as missing entries) in entry_next() and entry_get_int().
-
Quanah Gibson-Mount authored
-
-
Lightning Memory-Mapped Database
-
Quanah Gibson-Mount authored
-
Since MDB writes are fully serialized in txn_begin, we can use CSNs as commit sequence numbers, not just change sequence numbers. This will prevent most instances of out-of-order writes, so syncprov will almost never need to transmit a change without a cookieCSN. (Out-of-order is still possible, if the write was received via syncrepl.)
-
- Dec 19, 2012
-
-
Howard Chu authored
-
Howard Chu authored
-
- Dec 12, 2012
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
Was leaving it 0 initially.
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
- Dec 11, 2012
-
-
Howard Chu authored
-
Howard Chu authored
Use the latest meta page
-
Howard Chu authored
Allow both increasing and decreasing the environment size. But don't allow decreasing below the currently occupied space.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Dec 10, 2012
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
These ops could fail if the map is full.
-
Howard Chu authored
Don't try to reclaim overflow pages while operating on the freelist (for now). The circular dependencies are much like the single-page case, but worse. Maybe look into this in the future, but it's not absolutely necessary now.
-
- Dec 07, 2012
-
-
Howard Chu authored
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
- Dec 06, 2012
-
-
Howard Chu authored
Keep list sorted if it grows during a write. Don't free pghead until we're sure our writes are all finished.
-
- Dec 05, 2012
-
-
Quanah Gibson-Mount authored
-
- Dec 04, 2012
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
Just write in 2^31 sized chunks
-
-
Quanah Gibson-Mount authored
-
-