Hi Wael, The result distribution framework will not be affected by data replication.
At some point, we could add a load balancing feature that could use the replicated data for querying. However, this would be similar to a weak read in Cassandra in which the user might not see the latest data. That’s because in Asterix the data in memory components of an LSM index still exists in a single node and only their logs are replicated. Regards, Murtadha > On Nov 2, 2015, at 9:46 AM, Wail Alkowaileet <[email protected]> wrote: > > Dears, > > I know Murtadha is working on introducing replication on Asterix. I want to > ask if that feature will also affect the Result Distribution Framework ? in > other words, are we going to have a replicated result-set ? > > > -- > > *Regards,* > Wail Alkowaileet
