Inserting same data to cassandra databse -


i have question if try insert same data cassandra databse . here same mean set of 100 rows present in cassandra database in test column family .again if try insert same 100 rows cassandra database i.e. rows same rowkey , inserted again ? .

any suggestions on above of .

it not duplicated, overwritten unless place data in different column family or keyspace, can duplicate it.

docs:
first column value in values list row key value insert. list column values in same order column names listed in insert list. if row or column not exist, inserted. if exist, updated.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -