mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Add note explaining why inserts take longer as tables grow. Also suggest
the way to handle this.
This commit is contained in:
@ -1017,6 +1017,11 @@ The following describes the methods and variables of this class.
|
|||||||
values from the database. This causes the dictionary to be updated
|
values from the database. This causes the dictionary to be updated
|
||||||
with values that are modified by rules, triggers, etc.
|
with values that are modified by rules, triggers, etc.
|
||||||
|
|
||||||
|
Due to the way that this function works you will find inserts taking
|
||||||
|
longer and longer as your table gets bigger. To overcome this problem
|
||||||
|
simply add an index onto the OID of any table that you think may get
|
||||||
|
large over time.
|
||||||
|
|
||||||
|
|
||||||
3.8. update
|
3.8. update
|
||||||
-----------
|
-----------
|
||||||
|
Reference in New Issue
Block a user