The list is "null".
2013/9/3 Baskar Duraikannu
> I don't know of any. I would check the size of LIST. If it is taking long,
> it could be just that disk read is taking long.
>
> --
> Date: Sat, 31 Aug 2013 16:35:22 -0300
> Subject:
I don't know of any. I would check the size of LIST. If it is taking long, it
could be just that disk read is taking long.
Date: Sat, 31 Aug 2013 16:35:22 -0300
Subject: List retrieve performance
From: savio.te...@lupa.inf.ufg.br
To: user@cassandra.apache.org
I have a column family with
I have a column family with this conf:
CREATE TABLE geoms (
geom_key text PRIMARY KEY,
part_geom list,
the_geom text
) WITH
bloom_filter_fp_chance=0.01 AND
caching='KEYS_ONLY' AND
comment='' AND
dclocal_read_repair_chance=0.00 AND
gc_grace_seconds=864000 AND
read_repair_c