I have a table where I'm inserting, for instance, images and the names of the colors found in said images. The color string looks something like "white, yellow, orange, black".
Since I have a lot of these, the 50% threshold is starting to drop off some colors, since they appear on most of the rows.
The whole point of the table is to be able to search by color. Does anyone have a workaround, or should I just give up and go for Sphinx or something similar? Recompiling MySQL is probably not an option.
I've heard that some people just add dummy rows to the table to bypass the 50%, but that sounds pretty desperate.