Page 1 of 1

HistoryReadRaw with multiple nodes and ContinuationPoint

Posted: 27 Feb 2020, 13:10
by aldebaran_wildt
Hello,
when I use session.HistoryReadRaw with many nodesToRead, and in my results I find ContinuationPoints for some of the nodes (but not all of them), what is the best way to proceed:
I call session.HistoryReadRaw again with a new nodesToRead-List which only contains the nodes, that returned a ContinuationPoint? So I have to append the new results to the correct results lists from the first read operation.
Or is there an elegant way to call HistoryReadRaw again with the original nodesToRead, but mark the nodes, which did not return a ContinuationPoint, as "ignorable" somehow, so merging the results would be straight forward?
Thanks!
Usch

Re: HistoryReadRaw with multiple nodes and ContinuationPoint

Posted: 31 Mar 2020, 13:11
by Support Team
Hello,

Your first approach is the correct one. There is currently no toolkit functionality that can merge the further history read results.