--- Alexey Polyakov <[EMAIL PROTECTED]> wrote:
> On 4/8/06, Kevin Burton <[EMAIL PROTECTED]> wrote:
>
> > Is there anyway I can tune MySQL to improve this operation?
>
> There's a fundamental problem with B-trees - inserts in a big B-tree
> can be very slow, cause it may require tree rebalanci
On 4/8/06, Kevin Burton <[EMAIL PROTECTED]> wrote:
> Is there anyway I can tune MySQL to improve this operation?
There's a fundamental problem with B-trees - inserts in a big B-tree
can be very slow, cause it may require tree rebalancing.
One workaround for this problem is partitioning. MySQL 5.1