On Tue, May 12, 2015 at 8:43 AM, Kévin LOVATO <klov...@alprema.com> wrote:
> My question is the following: Is it possible to prevent Cassandra from > OOM'ing when a client does this kind of requests? I'd rather have an error > thrown to the client than a multi-server crash. > You can provide a default LIMIT clause, but this is based on number of results and not size. Other than that, there are not really great options. =Rob