|
|
|
|
|
by lutusp
4659 days ago
|
|
>Like I said in OP, we've identified MySQL to be the primary bottleneck and are already working on resolving this. Ah, yes. I remember from your prior post that you have very large databases and table sizes and are considering (or have begun) partitioning the largest tables. It turns out there is an innate partitioning scheme built into the most recent MySQL versions, but it has to be compiled into the running binary by way of a compiler flag: http://dev.mysql.com/doc/refman/5.1/en/partitioning.html I apologize if you've already heard this, or if it's already in place as a partial solution. |
|
Perhaps, it is time for us to revisit this. Thanks again Paul.