Handle Large Message Returned from Query

Hi,

Is there a recommended way to query many large messages? Right now, we can only divide our expected query result per number of records but not per size (in bytes). For example, we "chop" our queries using "size":500. 500 records may not necessarily mean that this batch is larger than a batch of 100 large records.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.