-
Loading data from a database to an inmemory cache in java
I am building a search engine that when it first comes up needs to load over
1 giga bytes of data from a SQL database(Oracle or Informix) into an item
object cache. Is there any well known techniques that can speed up initial
loading of this large data into a Java cache? I have tried Object Databases
but they too would take a long time loading data into client cache since
only 8K pages are loaded at a time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|