MySQL Forums
Forum List  »  MyISAM

Re: Table as fifo
Posted by: Zsolt Kendi
Date: November 14, 2010 01:01PM

RJ:"key_buffer_size: 8 -- OUCH! "
RJ: ""~100 row/sec" -- Without caching, that's about as fast as a typical disk can go. "
KZS:"The storage files located in ramdisk"

If I remember two years ago I talk about this theme (here?). The conclusion was if the index storage file located in RAMDISK and the index changed frequentally or the index size more times higher than cache then key_buffer lost their efficency. This is why practically disabled...

RJ:"please give me more details on the table, the INSERTs, and the SELECTs."
The insert is INSERT INTO [desttbl] SELECT * FROM [soutbl] WHERE [indexed datetime condition] LIMIT 1
The delete is DELETE FROM [desttbl] WHERE [indexed datetime condition] LIMIT 100
Again at this phase is no SELECT used.

Options: ReplyQuote


Subject
Views
Written By
Posted
7103
November 12, 2010 03:40AM
2554
November 13, 2010 10:34AM
2462
November 13, 2010 12:14PM
2011
November 13, 2010 08:13PM
Re: Table as fifo
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
2198
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.