]> git.saurik.com Git - redis.git/commitdiff
TODO modified
authorantirez <antirez@gmail.com>
Mon, 11 Apr 2011 19:47:45 +0000 (21:47 +0200)
committerantirez <antirez@gmail.com>
Mon, 11 Apr 2011 19:47:45 +0000 (21:47 +0200)
TODO

diff --git a/TODO b/TODO
index e7943307239a4a7e6ffb7e7f3ede3246ed76e418..3032392e245dbcf010a977605ad82fae5340ed34 100644 (file)
--- a/TODO
+++ b/TODO
@@ -36,6 +36,8 @@ OPTIMIZATIONS
 * 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.
 * 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
 =========