cached data base

Posted by radi on Stack Overflow See other posts from Stack Overflow or by radi
Published on 2010-04-02T18:28:38Z Indexed on 2010/04/02 18:33 UTC
Read the original article Hit count: 285

Filed under:
|
|

hi , in my project i need a tow tables each of it has about 2000 row , i want my application to be speed so my db should load into memory (cached) when the app start and before it close the db have to be saved on the disk . i am using java and i want to use sql

© Stack Overflow or respective owner

Related posts about java

Related posts about caching