pub const LIST_OBJECT_HASHES: &str = "SELECT hash FROM objects";Expand description
Every hash the index holds. For the diagnosis that has to visit every
row anyway, never for the collector, which asks about the file in
front of it with OBJECT_EXISTS rather than holding the whole index
in memory.