> I know about HSQLDB , it wil be faster than Traditional database but
> will not be as fast as i have the data in memory . However thanks for
> your reply.
>
> Regards
> JK
Will not be all that much faster since you can define the table to load
and run from memory.
Define table as.. *CREATE MEMORY TABLE t*

Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
JK - 25 Nov 2005 06:04 GMT
Hi,
Though HSQLDB will store data in memory , it will not be as fast as
accessing objects. I want use an Object model to retreive the data .
One more thing , I will have huge amount of data , only a part of which
will be stored in memory . So its really difficult to have and maintain
two DB engines.
I need a Object Modelled Approach.
Regards
JK