Hi,
You should use a 50% token distribution as Mohit pointed out, but configure a
replication factor of 2, so all your rows will be effectively in both nodes.
--
Francisco Andrades Grassi
www.bigjocker.com
@bigjocker
On Aug 12, 2013, at 2:44 PM, Morgan Segalis wrote:
> Hi, thank you for
http://en.wikipedia.org/wiki/Compare-and-swap
I believe C* uses Paxos for CAS but not completely sure?
--
Francisco Andrades Grassi
www.bigjocker.com
@bigjocker
On Jul 1, 2013, at 1:49 PM, "Hiller, Dean" wrote:
> What does CAS stand for? And is that the row locking feature
e row sorted by the
ts value). In this scenario the query:
where counter = 'test' and ts > minTimeuuid('2013-06-18 16:23:00') and ts <
minTimeuuid('2013-06-18 16:24:00');
would actually be a sequential read on a wide row on a single node.
--
Francisco And
/blog/cql3-for-cassandra-experts
http://thelastpickle.com/2013/01/11/primary-keys-in-cql/
--
Francisco Andrades Grassi
www.bigjocker.com
@bigjocker
On Jun 6, 2013, at 8:32 AM, Joe Greenawalt wrote:
> Hi,
> I'm having some problems figuring out how to append a dynamic column on a