About

Avatar von Alex Aulbach
  • Is MySQL-partitioning useful for very big real-life-problems?

    Some months ago I helped out in another project in which they had some performance problems. They had a very big table and the index of the table was bigger than the table itself. As every change in the table causes MySQL to recalculate/reload the index, this can take some seconds for such big tables.…