mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Add an index entry for "Performance Tips". Patch from Alvaro Herrera.
This commit is contained in:
parent
4646a8f32f
commit
92b0b080eb
1 changed files with 5 additions and 1 deletions
|
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.45 2004/04/22 17:38:14 neilc Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.46 2004/05/27 01:00:40 neilc Exp $
|
||||
-->
|
||||
|
||||
<chapter id="performance-tips">
|
||||
<title>Performance Tips</title>
|
||||
|
||||
<indexterm zone="performance-tips">
|
||||
<primary>performance</primary>
|
||||
</indexterm>
|
||||
|
||||
<para>
|
||||
Query performance can be affected by many things. Some of these can
|
||||
be manipulated by the user, while others are fundamental to the underlying
|
||||
|
|
|
|||
Loading…
Reference in a new issue