Details
Description
The following SQL request is doing a full scan on snapshots.path column
update snapshots set islast=?, status=? where root_snapshot_id=? or id=? or path like ?
The following SQL request is doing a full scan on snapshots.path column
update snapshots set islast=?, status=? where root_snapshot_id=? or id=? or path like ?
This request is done when analysis of the root project ends. It sets the ISLAST flag.
See org.sonar.batch.core.FinalizeSnapshotsJob.