We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e1e5c commit e4f7c51Copy full SHA for e4f7c51
doc/src/sgml/indices.sgml
@@ -732,8 +732,8 @@ CREATE INDEX people_names ON people ((first_name || ' ' || last_name));
732
733
<para>
734
Index expressions are relatively expensive to maintain, because the
735
- derived expression(s) must be computed for each row upon insertion
736
- 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
737
<emphasis>not</emphasis> recomputed during an indexed search, since they are
738
already stored in the index. In both examples above, the system
739
sees the query as just <literal>WHERE indexedcolumn = 'constant'</literal>
0 commit comments