[appengine-java] Re: LIKE query workaround for the Low Level API

2009-10-22 Thread Nicholas Albion
I don't suppose it's possible to do: myString LIKE %,foo,% I'm surprised that the datastore used by a search engine doesn't have better support for string searching/comparison... --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[appengine-java] Bulk writes to datastore

2009-09-03 Thread Nicholas Albion
Is it possible to overcome the datastore's 10 writes/second limit by batching them? I've got a table containing just over one million records (in CSV format). Does a batched write (of around 1MB of data and, say 1000 records) count as one write, or 1000 writes?