rspec/rules/S3515/rule.adoc

6 lines
460 B
Plaintext
Raw Normal View History

2020-06-30 12:48:39 +02:00
Updating the value of a column that is part of a partitioning index could force the database to move a row from one partition to another. The move operation itself might be costly, but even worse without regularly updating the DB statistics, many updates like this might impact the performance of subsequent SQL requests that use the partitioning index.
2021-02-02 15:02:10 +01:00
2020-06-30 12:48:39 +02:00
*Note* This rule raises issues only when a database catalog is provided during the SonarQube analysis.