Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit57faa28

Browse files
committed
Add note explaining why inserts take longer as tables grow. Also suggest
the way to handle this.
1 parent66feaa8 commit57faa28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/interfaces/python/README

Lines changed: 5 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp