We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf49cbb5 commit8d04225Copy full SHA for 8d04225
doc/src/FAQ.html
@@ -674,10 +674,8 @@ <H4><A NAME="3.10">3.10</A>)How do I tune the database engine for
674
Each buffer is 8K and the default is 64 buffers.<P>
675
676
You can also use the backend -S option to increase the maximum amount
677
-of memory used by each backend process for temporary sorts. The -S value
678
-is measured in kilobytes, and the default is 512 (ie, 512K). It is unwise
679
-to make this value too large, or you may run out of memory when a query
680
-invokes several concurrent sorts.<P>
+of memory used by the backend process for temporary sorts. The -S value
+is measured in kilobytes, and the default is 512 (ie, 512K).<P>
681
682
You can also use the<SMALL>CLUSTER</SMALL> command to group data in base tables to
683
match an index. See the cluster(l) manual page for more details.<P>