MySQL Forums
Forum List  »  Performance

Re: Memory mirror for read-only tables?
Posted by: Thomas Courl
Date: August 13, 2009 03:15PM

Thanks Rick!

I implemented indeed into Medium Blobs and it just works great (performance is factor 100 faster!).

I didn't need to compress the BLOBs content: I used the java.nio.ByteBuffer class that can just encode/decode float, integers, etc. into bytes => which is the most efficient use of memory as there's no un-used addressable space.

Again, your "thinking out of the box" solution was of great help!!!

Cheers,
Thomas

Options: ReplyQuote


Subject
Views
Written By
Posted
4752
August 11, 2009 05:43PM
Re: Memory mirror for read-only tables?
1704
August 13, 2009 03:15PM


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.