Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8d04225a
Commit
8d04225a
authored
Apr 09, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UPdate faq/
parent
f49cbb54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
doc/src/FAQ.html
doc/src/FAQ.html
+2
-4
No files found.
doc/src/FAQ.html
View file @
8d04225a
...
@@ -674,10 +674,8 @@ your kernel's limit on shared memory space.
...
@@ -674,10 +674,8 @@ your kernel's limit on shared memory space.
Each buffer is 8K and the default is 64 buffers.
<P>
Each buffer is 8K and the default is 64 buffers.
<P>
You can also use the backend -S option to increase the maximum amount
You can also use the backend -S option to increase the maximum amount
of memory used by each backend process for temporary sorts. The -S value
of memory used by the backend process for temporary sorts. The -S value
is measured in kilobytes, and the default is 512 (ie, 512K). It is unwise
is measured in kilobytes, and the default is 512 (ie, 512K).
<P>
to make this value too large, or you may run out of memory when a query
invokes several concurrent sorts.
<P>
You can also use the
<SMALL>
CLUSTER
</SMALL>
command to group data in base tables to
You can also use the
<SMALL>
CLUSTER
</SMALL>
command to group data in base tables to
match an index. See the cluster(l) manual page for more details.
<P>
match an index. See the cluster(l) manual page for more details.
<P>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment