deprecated (from v2.1.0)
last updated:

accounts_db_scan_filter_for_shrinking

Debug option to use different type of filtering for accounts index scan in shrinking. "all" will scan both in-memory and on-disk accounts index, which is the default. "only-abnormal" will scan in-memory accounts index only for abnormal entries and skip scanning on-disk accounts index by assuming that on-disk accounts index contains only normal accounts index entry. "only-abnormal-with-verify" is similar to "only-abnormal", which will scan in-memory index for abnormal entries, but will also verify that on-disk account entries are indeed normal."

timeline overview

introduced

v2.1.0

deprecated

v2.1.0

removed

n/a

reactivated

n/a

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
}