Re: Requests taking too long if one member of the cluster fails

2020-11-22 Thread John Blum
Hi Mario- 1) Regarding why only write to the primary (bucket) of a PR (?)... again, it has to do with consistency. Fundamentally, a distributed system is constrained by CAP. The system can either be consistent or available in the face of network partitions. You cannot have your cake and

Re: Geode - store and query JSON documents

2020-11-22 Thread Mario Salazar de Torres
Hi @ankit Soni, I would say the kind of request you want to execute can't be (or at least easily) done. And let me explain what I mean. JSON objects are encapsulated as something called PdxInstance's and there are certain restrictions when it comes to querying

Re: Geode - store and query JSON documents

2020-11-22 Thread ankit Soni
Hello geode-devs, please provide a guidance on this. Ankit. On Sat, 21 Nov 2020 at 10:23, ankit Soni wrote: > Hello team, > > I am *evaluating usage of Geode (1.12) with storing JSON documents and > querying the same*. I am able to store the json records successfully in > geode but seeking