I wonder if there is any way to keep main database clean of any Sphinx related tables?
Details: I have a database indexed by Sphinx. Being pretty big I used main + delta indexing recipe but in order to achieve that I had to add additional tables for counters and watchlists.
Right now I wonder if it is possible to keep the counters and watchlists tables in a separate database altogether and keep the main database as clean as possible.