Always-indexed MySQL indexing/searching replacements for InnoDB?
Posted
by Chad Johnson
on Stack Overflow
See other posts from Stack Overflow
or by Chad Johnson
Published on 2010-06-14T17:14:26Z
Indexed on
2010/06/14
17:22 UTC
Read the original article
Hit count: 226
I am using InnoDB for a MySQL table, and obviously queries using LIKE and RLIKE/REGEXP can take a lot of time.
I've tried Spinx, and it works great, except I have to re-index context at intervals. I can re-index every minute, but I am wondering if there is either 1) a setting in Sphinx to keep records always indexed or 2) other software besides Sphinx that will keep records always indexed.
I want it where that immediately upon inserting or updating a record, the index is updated.
© Stack Overflow or respective owner