summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2016-12-31 01:07:55 -0800
committerdormando <dormando@rydia.net>2017-01-07 18:24:05 -0800
commit4a11ad52e098e0335d29df4a59fdc892c127763e (patch)
treebefd6bb2ac9e5756beb05e2824d511482ce4becf /doc
parentf4c550f664553ef996d84c4b19f24449dc739c7b (diff)
downloadmemcached-4a11ad52e098e0335d29df4a59fdc892c127763e.tar.gz
start time twiddle for inlining ascii response
performance of GET's is within 8% of inlined. Some further improvements should still be possible. Mixed set/get workload may come out even or ahead in CPU usage.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index e0705df..6e3655c 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -758,6 +758,10 @@ other stats command.
| | | which the background thread reads from. |
| track_sizes | bool | If yes, a "stats sizes" histogram is being |
| | | dymamically tracked. |
+| inline_ascii_response |
+| | bool | If yes, stores numbers from VALUE response |
+| | | inside an item, using up to 24 bytes. |
+| | | Small slowdown for ASCII get, faster sets. |
|-------------------+----------+----------------------------------------------|