We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66feaa8 commit 57faa28Copy full SHA for 57faa28
src/interfaces/python/README
@@ -1017,6 +1017,11 @@ The following describes the methods and variables of this class.
1017
values from the database. This causes the dictionary to be updated
1018
with values that are modified by rules, triggers, etc.
1019
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
+
1025
1026
3.8. update
1027
-----------
0 commit comments