Re: large InnoDB table partitioning without explicit PK
Posted by:
Rick James
Date: November 17, 2014 04:21PM
> * from Table1 where col2 like '2014-11-16 1%';
-->
WHERE col1 >= '2014-11-16 10:00:00'
AND col1 < '2014-11-16 10:00:00' + INTERVAL 10 HOUR
> [Miko] You mean analyse/check/optimise/repair table, is it correct?
No. Things like walking through the table to delete parts of it, or to study the values. As I say, subtle.
> [Miko] There will be a "fresh" installation with empty DB from the very beginning.
> But I still need to test performance degradation. This is my biggest headache I have to say.
Because of the eventual size of the table (and other issues), your testing should get a lot closer to the eventual size. We are seeing some issues now, but there may be bigger issues as it grows. The insertion rate going from 5M -> 50M scares me the most. (Hence, I have dwelled on it.) Having all the activity in a single partition that is 1% of the total makes it all feasible.
The concern over the binlog may be solved via RBR.
Subject
Views
Written By
Posted
4740
November 12, 2014 07:41PM
2396
November 13, 2014 06:40PM
2226
November 14, 2014 03:02AM
1681
November 15, 2014 12:05AM
1704
November 16, 2014 07:39PM
Re: large InnoDB table partitioning without explicit PK
1680
November 17, 2014 04:21PM
1740
November 17, 2014 07:48PM
1715
November 18, 2014 02:00AM
1790
November 18, 2014 11:35PM
1776
November 22, 2014 06:44AM
1656
November 18, 2014 01:13AM
2096
November 19, 2014 12:27AM
1856
November 19, 2014 06:01PM
2004
November 22, 2014 08:39AM
1957
November 14, 2014 03:04AM
1993
November 14, 2014 03:05AM
1996
November 15, 2014 12:32AM
2034
November 16, 2014 08:31PM
1797
November 19, 2014 12:12AM
1695
November 22, 2014 09:07AM
1718
November 23, 2014 09:00PM
1880
December 01, 2014 11:16AM