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.
1230
1230
1231
1231
[ Back to contents] ( #contents )
1232
1232
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
-
1246
1233
tnt_update
1247
1234
----------
1248
1235
** syntax:** * tnt_update [ SIZE or off] [ KEYS] [ FMT] *
@@ -1395,6 +1382,19 @@ Client-side javascript example: `example/echo.html`, `example/echo.lua`.
1395
1382
1396
1383
[ Back to contents] ( #contents )
1397
1384
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
+
1398
1398
## Copyright & license
1399
1399
----------------------
1400
1400
You can’t perform that action at this time.
0 commit comments