Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
bcde6378
Commit
bcde6378
authored
Mar 09, 2011
by
antirez
Browse files
TODO updated
parent
48e46215
Changes
1
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
bcde6378
...
@@ -31,6 +31,7 @@ APPEND ONLY FILE
...
@@ -31,6 +31,7 @@ APPEND ONLY FILE
OPTIMIZATIONS
OPTIMIZATIONS
=============
=============
* Avoid COW due to incrementing the dict iterators counter.
* 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment