We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4965f75 commit e2e1bbdCopy full SHA for e2e1bbd
doc/src/sgml/indices.sgml
@@ -748,8 +748,8 @@ CREATE INDEX people_names ON people ((first_name || ' ' || last_name));
748
749
<para>
750
Index expressions are relatively expensive to maintain, because the
751
- derived expression(s) must be computed for each row upon insertion
752
- and whenever it is updated. However, the index expressions are
+ derived expression(s) must be computed for each row insertion
+ and non-HOT update. However, the index expressions are
753
<emphasis>not</emphasis> recomputed during an indexed search, since they are
754
already stored in the index. In both examples above, the system
755
sees the query as just <literal>WHERE indexedcolumn = 'constant'</literal>
0 commit comments