File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -674,10 +674,8 @@ <H4><A NAME="3.10">3.10</A>) How do I tune the database engine for
674
674
Each buffer is 8K and the default is 64 buffers.< P >
675
675
676
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 >
677
+ of memory used by the backend process for temporary sorts. The -S value
678
+ is measured in kilobytes, and the default is 512 (ie, 512K).< P >
681
679
682
680
You can also use the < SMALL > CLUSTER</ SMALL > command to group data in base tables to
683
681
match an index. See the cluster(l) manual page for more details.< P >
You can’t perform that action at this time.
0 commit comments