note: this is a hidden cli argument.
raw details (from release v2.2.3):
{
"name": "accounts_db_scan_filter_for_shrinking",
"properties": {
"long": "accounts-db-scan-filter-for-shrinking",
"takes_value": "true",
"possible_values": "&[\"all\", \"only-abnormal\", \"only-abnormal-with-verify\"]",
"help": "\n \"Debug option to use different type of filtering for accounts index scan in \\\n shrinking. \\\"all\\\" will scan both in-memory and on-disk accounts index, which is the default. \\\n \\\"only-abnormal\\\" will scan in-memory accounts index only for abnormal entries and \\\n skip scanning on-disk accounts index by assuming that on-disk accounts index contains \\\n only normal accounts index entry. \\\"only-abnormal-with-verify\\\" is similar to \\\n \\\"only-abnormal\\\", which will scan in-memory index for abnormal entries, but will also \\\n verify that on-disk account entries are indeed normal.\",\n ",
"hidden": "hidden_unless_forced()"
},
"isDeprecated": true
}