MySQL Forums
Forum List  »  Performance

Re: INNODB large database performance
Posted by: Paul Smith
Date: February 24, 2013 03:02PM

I will try changing the index and see what results I get. The worry I have is that I have 14 million records and am running into issues and could potentially have billions. A customer can have 10000 channels each writing data every 5 or 15 minutes to the data d table. :/

I already have summary tables which is what I use if the date range is greater than a month, then I use what I call a dailydata table which has a total for each channel each day. My clients wish to view anything less than. Month at a more granular level so I need the data table as its each reporting interval.

Maybe i can explain what i have planned for so far, Each customer will have their own database on a server which will have any number of customers. I have a master db and x number of slaves with different size customers on them. My thoughts behind merge tables was that they would be easier to manage than partitions? I don't have a massive amount of resource and the system is already live due to constraints on time out of my control so the easier the solution and the easier to manage the better.

Your suggestions are massively appreciated. I will post results once I change the index.

Many Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
3556
February 16, 2013 03:11AM
1197
February 20, 2013 05:31PM
1047
February 21, 2013 02:51AM
1279
February 21, 2013 11:12PM
1330
February 22, 2013 03:38AM
1029
February 23, 2013 12:04AM
988
February 23, 2013 03:28PM
928
February 24, 2013 02:10PM
Re: INNODB large database performance
925
February 24, 2013 03:02PM
1055
February 25, 2013 10:39PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.