You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Push batch data is done by adding locks on concepts / triplets tables. This makes system vulnerable to lock timeout issues.
Solution
As batch queries insertions are sequential it is safe to use inserted Id and rows affected to create concept Ids without needing to fetch them from the system again.
Tested in optimization_strict branch already. Need to run few more test.
The text was updated successfully, but these errors were encountered:
Push batch data is done by adding locks on concepts / triplets tables. This makes system vulnerable to lock timeout issues.
Solution
As batch queries insertions are sequential it is safe to use inserted Id and rows affected to create concept Ids without needing to fetch them from the system again.
Tested in optimization_strict branch already. Need to run few more test.
The text was updated successfully, but these errors were encountered: