We have a multi-store/store-view installation, with 4 stores and 22 storeviews at all. We also have 446k products.
The problem: indexing catalogsearch_fulltext isn't possible, because it is generating 1 entry for every product at every store_id. 446k * 22 = way too much.
I'm looking for a solution to improve the reindexing process, so that only one entry is generated for every product. Is there any useful extension or workaround to manage this?