Forum Moderators: open
A couple of questions:
Only one field has a dupe index: sku is a primary key and is in the FULLTEXT index (people search by sku sometimes). Can this slow down inserts?
Is there a setting that can tell MySQL not to re-index the FULLTEXT index automatically on every insert? So I could run a cron job that would execute a command that would trigger a FULLTEXT re-index?