Hello, 

 I am new to this H2 Database. After long research on choosing database I 
preferred  to use H2 database and  now here I have with one of my need so 
we called scenario.

In my current application I was about to replace  MySql Db as due to some 
performance issue and local caching. 
 
Requirements: 

 1. I need to set up one main database in server (say x location).
 2. I am developing one RCP application, such that fetches (read) data from 
database which is resides in Server side.
 3. When I read data, I want subset of database (i.e some amount of data) 
should get save in local directory (cache). (may be persisted embedded mode)
 4. I don't want synchronizing between server and local database. I only 
need subset of data should saved in local machine as a cache and next time 
my RCP runs I read data from local rather than querying it to server 
database. by this client have access to data though they are off line and 
performance efficiency will be more.

 So, by reading H2 main page I think it could be the one what I am looking 
for. 
        is is there any settings,API or whatver by which i can achieve 
above task? 
If, yes please provide some explanation with example. It would be great 
help for me to start with H2. 


-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to