Search Results

0
votes

mysql replication with lots of temporary table writes

In MySQL, as of 5.0 I believe, you can do table wildcards to replicate specific tables. There are a number of command-line options that can be set but you can also do this via your MySQL config fil …
0
votes

Implementing keyword comparison scheme (reverse search)

I would do 2 things here. First (and this isn't directly related to the question) I'd break up and partition user keywords by users. Having more tables with fewer data, ideally on different …