- 25 Jun, 2018 5 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
- 22 Jun, 2018 8 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
Ordered by deadline.
-
Georgios Bitzes authored
DEL would iterate over the contents of the DB, not the contents of the staging area. (pending changes + DB) A transaction with the following commands was able to trip an assert and cause a crash: - HSET hash f1 v1 - HSET hash f2 v2 - DEL hash Since DEL was only able to scan fewer elements than the size of the key descriptor (due to not having "hash#f1" and "hash#f2" in the main DB yet), it would detect something was wrong and assert. Has never happened so far, but it's only a matter of time.
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
- 21 Jun, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 20 Jun, 2018 4 commits
-
-
Georgios Bitzes authored
To be used with leases.
-
Georgios Bitzes authored
-
Georgios Bitzes authored
Most key + fields will end up being larger than 32 bytes. Increasing this a bit will save lots of dynamic allocations.
-
Georgios Bitzes authored
-
- 19 Jun, 2018 2 commits
-
-
Georgios Bitzes authored
Most will be a single line - this makes them easily copy-pasteable without having to worry about newlines.
-
Georgios Bitzes authored
-
- 18 Jun, 2018 4 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
Gives cleaner output in MONITOR.
-
Georgios Bitzes authored
-
- 16 Jun, 2018 7 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
- 15 Jun, 2018 7 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
As suggested by RocksDB devs.
-
Georgios Bitzes authored
-
- 11 Jun, 2018 2 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-