Re: Storing parent child relationship

2019-01-31 Thread Ilya Kasnacheev
Hello! If you have a huge number of small graphs (a forest) you could also hold rootId in every record, collocate by rootId. If you have one huge graphs it's not so straightforward. Regards, -- Ilya Kasnacheev вт, 29 янв. 2019 г. в 13:19, shishal : > Hi, > > I am storin

Re: Storing parent child relationship

2019-01-29 Thread kimec.ethome.sk
/examples/computegrid/ComputeFibonacciContinuationExample.java . It demonstrates continuation and node local cache usage. S pozdravom, Kamil Mišúth On 2019-01-29 11:13, shishal wrote: Hi, I am storing parent child relationship in Ignite cache. Its a runtime infinite stream of data(From Kafka) and

Storing parent child relationship

2019-01-29 Thread shishal
Hi, I am storing parent child relationship in Ignite cache. Its a runtime infinite stream of data(From Kafka) and partitioned across many node. Data is relevant for 30 days only ,so expiry is set to 30 days. Right now my Input record structure look like following: /{ id: (String: UUID