[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Messages posted by: rover  XML
Profile for rover -> Messages posted by rover [1]
Author Message
Hi,

I am trying to find out how BigMemory can be used for hierarchical dynamic data with multiple dependencies.

For example, I have the following data structure:

class A
List<B> bList;
List<C> cList;

class C
List<D> dList;

A, B, C and D entities will be periodically added, deleted and updated.

I want to be able to select A with all of its dependencies including lists of B, C and D.

There will be a few levels of hierarchy.
The number of entities will not be very large, but number of calls will be large.

Is BigMemory going to be efficient for that kind of data?
 
Profile for rover -> Messages posted by rover [1]
Go to:   
Powered by JForum 2.1.7 © JForum Team