
Originally Posted by
dinsush
Thanks a lot to everyone for suggestions.
We did some profiling, and found that most of the time was taken in making database trips either for selects or updates.
Well updates we are now using batch processing and for selects, we are planning to use caching.
The reason I am hesitant in using in - memory database is mainly because the amount of data I would like to cache is huge and with large chunk of data HSQLDB, that we evaluated seems to become slow or marginally faster than what we have been doing so far.
Diana.