Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
1.2.3
-
None
-
None
-
1 um 3 pm
Description
Customer reported:
following the recent improvements we made on importing data, the next step requires to trigger updates on billions of rows. We do this block of rows at a time, especially to fit the versionbuffer, but it looks like while the update statement by itself is ok, a lot of time is spent in flushManyAllVersion, which from my understanding invalidate the cache after the update has touched those extents/blocks.
I thought lowering the numblockpct to 10% would help but it seems that this is not the case.
We run updates to insert int columns matching on (varchar,int) type query in another smaller table, and run those updates sequentially with no other query running.