File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -1230,19 +1230,6 @@ This directive works like [tnt_allowed_spaces], but for indexes.
12301230
12311231[ Back to contents] ( #contents )
12321232
1233- ## Performance tuning
1234- ---------------------
1235-
1236- * Use [ HttpUpstreamKeepaliveModule] ( http://wiki.nginx.org/HttpUpstreamKeepaliveModule ) .
1237- * Use [ keepalive] ( http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive ) .
1238- * Use [ keepalive_requests] ( http://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests ) .
1239- * Use multiple instances of Tarantool servers on your multi-core machines.
1240- * Turn off unnecessary logging in Tarantool and NginX.
1241- * Tune Linux network.
1242- * Tune nginx buffers.
1243-
1244- [ Back to contents] ( #contents )
1245-
12461233tnt_update
12471234----------
12481235** syntax:** * tnt_update [ SIZE or off] [ KEYS] [ FMT] *
@@ -1395,6 +1382,19 @@ Client-side javascript example: `example/echo.html`, `example/echo.lua`.
13951382
13961383[ Back to contents] ( #contents )
13971384
1385+ ## Performance tuning
1386+ ---------------------
1387+
1388+ * Use [ HttpUpstreamKeepaliveModule] ( http://wiki.nginx.org/HttpUpstreamKeepaliveModule ) .
1389+ * Use [ keepalive] ( http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive ) .
1390+ * Use [ keepalive_requests] ( http://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests ) .
1391+ * Use multiple instances of Tarantool servers on your multi-core machines.
1392+ * Turn off unnecessary logging in Tarantool and NginX.
1393+ * Tune Linux network.
1394+ * Tune nginx buffers.
1395+
1396+ [ Back to contents] ( #contents )
1397+
13981398## Copyright & license
13991399----------------------
14001400
You can’t perform that action at this time.
0 commit comments