RE: Mechanism to Bulk Export from Cassandra on daily Basis

2020-02-21 Thread JOHN, BIBIN
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>

RE: Mechanism to Bulk Export from Cassandra on daily Basis

2020-02-19 Thread JOHN, BIBIN
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

RE: Mechanism to Bulk Export from Cassandra on daily Basis

2020-02-19 Thread JOHN, BIBIN
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

Mechanism to Bulk Export from Cassandra on daily Basis

2020-02-19 Thread JOHN, BIBIN
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

RE: Update/where statement Adds Row

2019-09-11 Thread JOHN, BIBIN
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