If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Open mysql table in ram

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-01-07, 04:02
Yonder Yonder is offline
Registered User
 
Join Date: Jan 2007
Posts: 6
Open mysql table in ram

I'm using java and jdbc to connect to mysql. Within my program, I access and search in a table with a semi-finit size. The problem is that my program as it is, is using way too much I/O and it's slowing the computer down for the main task. What I would like to do, is to open this table (but also have one version on the disk as a mirror, not being used for lookups) in pure Ram - to get rid of the exessive I/O reads and writes. This table is 70% used for lookups and 30% writes (also once in a while writes to the mirror on disk). Is there a way to do this? Or do I need to take some internal structure in Java for this task (any recommendations)?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On