Table as fifo
I have a special application where the rows inserted to the table and the oldest are moved (removed) periodically like fifo.
The rows defined with many variable len fields.
The row size is ~1kB.
The preiodic remove is to save space.
The probelm with this special application (looks like) the mysqld reender the file at every n remove (from the begining). The storage files located in ramdisk but if the size of exceed the ~400MB the daemon slowing down.
I have only one idea, open a new table in every one hour. But this solution generate more trouble in other side of application...
Anybody has idea how I configure MyISAM to increase performace?
Subject
Views
Written By
Posted
Table as fifo
7102
November 12, 2010 03:40AM
2553
November 13, 2010 10:34AM
2462
November 13, 2010 12:14PM
2011
November 13, 2010 08:13PM
1962
November 14, 2010 01:01PM
1741
November 14, 2010 07:03PM
2132
November 15, 2010 02:14PM
1690
November 16, 2010 12:51AM
2397
November 16, 2010 03:03PM
1691
November 16, 2010 08:35PM
2197
November 17, 2010 01:13PM
1807
November 18, 2010 12:01AM
2024
November 18, 2010 12:25PM
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.