number of nodes) just to handle the analytical/unload kind
of workload (if the other functions of the cluster might be impacted by the
unload).
DSBulk from DataStax is very fast and scriptable, too.
Sean Durity – Staff Systems Engineer, Cassandra
From: JOHN, BIBIN mailto:bj9...@att.com>
data to pull, it’s also a lot less impact on the ongoing
operations of the cluster while you are pulling that data.
R
From: "JOHN, BIBIN" mailto:bj9...@att.com>>
Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>"
mailto:user@cassandra.apache.or
bulk
loading.
Sincerely,
Aakash Pandhi
On Wednesday, February 19, 2020, 10:13:32 AM PST, JOHN, BIBIN
mailto:bj9...@att.com>> wrote:
Team,
We have a requirement to bulk export data from Cassandra on daily basis? Table
contain close to 600M records and cluster is having 12 nodes. W
Team,
We have a requirement to bulk export data from Cassandra on daily basis? Table
contain close to 600M records and cluster is having 12 nodes. What is the best
approach to do this?
Thanks
Bibin John
Use if exists clause.
UPDATE table
SET column ='something'
WHERE key = ‘value’ IF EXISTS;
From: A
Sent: Wednesday, September 11, 2019 11:05 PM
To: User cassandra.apache.org
Subject: Update/where statement Adds Row
I have an update statement that has a where clause with the primary key
(em