Home » Performance » MySQL » Merge table Vs Big Table
Merge table Vs Big Table [message #2712] Mon, 10 March 2008 04:47 Go to next message
yobogs  is currently offline yobogs
Messages: 1
Registered: March 2008
Junior Member
Hello,

First, sorry for my English Wink

I have a Merge table with 70 millions lines (in 70 tables) and i insert 1 million line each week.

I use this merge table to insert, select and delete data.

I would like to know if it's better for performance (insert and select, i don't make many delete) to have 1 table with 70 millions lines or my merge table.

Tks for your help
Re: Merge table Vs Big Table [message #2728 is a reply to message #2712 ] Fri, 14 March 2008 18:38 Go to previous message
sterin  is currently offline sterin
Messages: 324
Registered: March 2007
Location: Sweden
Senior Member
Are you always selecting/inserting using the merge table and not the child tables?

Have you split out the child tables on different disks or are they all stored on the same disk?

If your answers are yes to the two above you will probably not notice any direct difference between using merge or just one large table.
In that case the load on the server is mostly dependent on the total size of the database and then it doesn't really matter in what way the data i stored. The size is still the same and it is still as hard to search through.
Previous Topic:Optimizing ORDER BY - Returned data is not in the expected order
Next Topic:HA with DRBD and/or Replication
Goto Forum:
  


Current Time: Fri Jul 10 00:59:52 EDT 2009

Total time taken to generate the page: 0.02894 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 2.7.7.
Copyright ©2001-2007 FUD Forum Bulletin Board Software

MySQL is a trademark of Sun Microsystems.
InnoDB is a trademark of Oracle Corp.

Percona Performance Forums are a service of Percona, Inc.
Not affiliated with Sun Microsystems or Oracle Corp.