Hello Gleb,
Thanks for your answer.
--- Gleb Paharenko <[EMAIL PROTECTED]> wrote:
> Hello.
>
>
> > 1. Why does the HEAP table take so much more
> physical
> > space than the MyISAM table?
>
> There is a formula which allows to count the
> approximate memory usage
> for one row. Multiply an ob
Hello.
> 1. Why does the HEAP table take so much more physical
> space than the MyISAM table?
There is a formula which allows to count the approximate memory usage
for one row. Multiply an obtained value by number of rows and compare the
results with the size of your table. See:
http: