FTS: Scorch. How to compact/compress Scorch index files? Too big files

If I were to bet $2, I would think not really any big perf gain at search time. Since you’re doing exact equality searches (category = 25) already, there won’t be any algorithmic wins. Instead, though, I’d guess that search perf speedups, if any, might be there due to a smaller index size where more of the index might fit into memory.

cheers,
steve