Do a whole lot of queries in tasks and collect the results together. That’s all 
an IN filter on a nosql dB would do behind the scenes anyway. If that doesn’t 
work for you get more clever in your schema to include something you can filter 
on to get you a superset. 

> On May 10, 2020, at 4:52 AM, hr lumiins <[email protected]> wrote:
> 
> 
> Hi Team,
> 
> Can i can support from google cloud team  or someone who can solve this 
> issue. ?
> 
> 
>> On Friday, May 8, 2020 at 10:28:40 PM UTC+2, Skm Villa wrote:
>> Hi Team,
>> 
>> My code : 
>> 
>> List<String> cells;
>> return ofy().load().type(User.class).filter("geocells in", 
>> cells).limit(50).list();
>> 
>> Error 
>> [e~taxidealsnl/standard-project:dev.426523627618302404].<stdout>: 2020-05-08 
>> 11:48:52.783  INFO 1 --- [Request0C1E463F] 
>> c.l.m.c.ExceptionHandlerController       : Error ==The Cloud Datastore SDK 
>> does not currently support 'IN' filters
>> 
>> Could you pls alterrnative solution for above code.
>> 
>> it is complicated 
>> 
>> I have 100K records, i cant scan whole DB for it...........
>> https://cloud.google.com/appengine/docs/standard/python/ndb/queries#neq_and_in
>> 
>> Thx.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/233518b1-6957-424d-87d7-ee8ce51b2d1d%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/E9F9DB76-DD16-4944-AC47-4922B7501C06%40gmail.com.

Reply via email to