[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]
BigMemory with relational data  XML
Forum Index -> BigMemory
Author Message
rover

neo

Joined: 05/29/2014 17:08:44
Messages: 1
Offline

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?
 
Forum Index -> BigMemory
Go to:   
Powered by JForum 2.1.7 © JForum Team