Why? It is not reasonable in a distributed system to perform requests
of unbounded size (not to say that it won't work). If the concern is
throughput, large batches should be sufficient.
-Mike
On 4-Jul-08, at 9:06 AM, Jonathan Ariel wrote:
Yes, I just wanted to avoid N requests and do just 2.
On Fri, Jul 4, 2008 at 12:48 PM, Walter Underwood <[EMAIL PROTECTED]
>
wrote:
Send multiple deletes, with a commit after the last one. --wunder
On 7/4/08 8:40 AM, "Jonathan Ariel" <[EMAIL PROTECTED]> wrote:
yeah I know. the problem with a query is that there is a maximum
amount
of
query terms that I can add, which is reasonable. The problem is
that I
have
thousands of Ids.