Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 57faa28

Browse files
committed
Add note explaining why inserts take longer as tables grow. Also suggest
the way to handle this.
1 parent 66feaa8 commit 57faa28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/interfaces/python/README

+5
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,11 @@ The following describes the methods and variables of this class.
10171017
values from the database. This causes the dictionary to be updated
10181018
with values that are modified by rules, triggers, etc.
10191019

1020+
Due to the way that this function works you will find inserts taking
1021+
longer and longer as your table gets bigger. To overcome this problem
1022+
simply add an index onto the OID of any table that you think may get
1023+
large over time.
1024+
10201025

10211026
3.8. update
10221027
-----------

0 commit comments

Comments
 (0)