Commit 57faa287 authored by D'Arcy J.M. Cain's avatar D'Arcy J.M. Cain

Add note explaining why inserts take longer as tables grow. Also suggest

the way to handle this.
parent 66feaa80
......@@ -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
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
-----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment