when working with LRU space, how does gs translates the gs query to db query ? I mean i have pojo with 5 fields and my db table is not exactly a replica of the pojo, i.e. data is split into 2 tables joined by id. How will the gigaspace know how to fetch the data from these 2 tables and convert it into pojo
Similarly for eviction how will the data be evicted and stored in DB tables ? i.e. how will gs convert the pojo into a table query ?
Or is my understanding of LRU space wrong ?
↧