mirror of
https://github.com/fluencelabs/redis
synced 2025-04-05 01:01:04 +00:00
TODO modified
This commit is contained in:
parent
f29d1fb0b2
commit
e9ee513b6a
2
TODO
2
TODO
@ -36,6 +36,8 @@ OPTIMIZATIONS
|
|||||||
* SORT: Don't copy the list into a vector when BY argument is constant.
|
* SORT: Don't copy the list into a vector when BY argument is constant.
|
||||||
* Write the hash table size of every db in the dump, so that Redis can resize the hash table just one time when loading a big DB.
|
* Write the hash table size of every db in the dump, so that Redis can resize the hash table just one time when loading a big DB.
|
||||||
* Read-only mode for slaves.
|
* Read-only mode for slaves.
|
||||||
|
* Redis big lists as linked lists of small ziplists?
|
||||||
|
Possibly a simple heuristic that join near nodes when some node gets smaller than the low_level, and split it into two if gets bigger than high_level.
|
||||||
|
|
||||||
REPORTING
|
REPORTING
|
||||||
=========
|
=========
|
||||||
|
Loading…
x
Reference in New Issue
Block a user