MySQL Forums
Forum List  »  MyISAM

Table as fifo
Posted by: Zsolt Kendi
Date: November 12, 2010 03:40AM

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?

Options: ReplyQuote


Subject
Views
Written By
Posted
Table as fifo
6833
November 12, 2010 03:40AM
2382
November 13, 2010 10:34AM
2370
November 13, 2010 12:14PM
1917
November 13, 2010 08:13PM
1821
November 14, 2010 01:01PM
1632
November 14, 2010 07:03PM
1959
November 15, 2010 02:14PM
1616
November 16, 2010 12:51AM
2252
November 16, 2010 03:03PM
1603
November 16, 2010 08:35PM
2084
November 17, 2010 01:13PM
1707
November 18, 2010 12:01AM
1932
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.