EXPLAIN's output is not guaranteed to be stable over SQLite versions, so developers cannot rely on it. REINDEX is only useful when collation sequence definitions change, and Chrome only uses the built-in collation sequences.
Docs: https://www.sqlite.org/lang_explain.html https://www.sqlite.org/lang_reindex.html