Re: Cache miss loader on non primary key fields

2017-08-10 Thread Mark Secrist
Both of these could be implemented as a function, whereby the function implements the logic outlined. The function could execute the desired query and based on the outcome take further action, which could include fetching data from a backing database. On Thu, Aug 10, 2017 at 9:36 AM, Eric Shu

Re: Cache miss loader on non primary key fields

2017-08-10 Thread Eric Shu
Hi Parin, Currently Geode only supports cache miss on a region key (primary key). So there is no way doing it directly in Geode. I think application could perform following steps to achieve your goals. Q1: select a from /Employee a where a.ssn = 'testssn' from Geode, if query returns null,

Re: PdxInitializationException: PDX registry could not be initialized

2017-08-10 Thread Mark Bretl
+ user --Mark On Thu, Aug 10, 2017 at 4:12 PM, Aashita Sharma < aashitasha...@yahoo.co.in.invalid> wrote: > Hello Team, > > We recently got whole gemfire bounced, and every region lost its data. > > > > Later, we were told to populate data to every region through code. Now > while populating we