HI, What is the best way to load a normalized data from a db into flatten object into ignite cache.
Ex :
CacheObject {
// person details <person>
// person address <person_address>
// person comany infomraiton <person_company>
}
both in RDBMS and nosql point of view
Thanks.
