Details
Description
The fix for DERBY-5680 currently requires hard upgrade. A soft upgrade database with an orphaned stat row, that can be caused by something like DERBY-5681, will cause DERBY to spin eating up 100% of a cpu and possibly all the disk bandwith of the disk where the database is located.
We should implement a fix that can be applied to soft upgraded databases if at all possible.
In soft upgraded databases we can no use the work around of dropping the statistics as it is not available
to soft upgraded db's with version < 10.9. The only current workaround is to disable background stats
completely. Dropping and recreating the suspect table may also work.
Attachments
Attachments
Issue Links
- is related to
-
DERBY-5680 indexStat daemon processing tables over and over even when there are no changes in the tables
- Closed
-
DERBY-5681 When a foreign key constraint on a table is dropped, the associated statistics row for the conglomerate is not removed
- Closed
-
DERBY-3790 Investigate if request for update statistics can be skipped for certain kind of indexes, one instance may be unique indexes based on one column.
- Closed