9:40 PM
To: user@cassandra.apache.org
Subject: lazyboy - batch insert
Hello,
Is there a possibility to execute batch mutation (e.g. insert) over
different rows with supercolumns in lazyboy?
To be more concrete:
Keyspace1: {
ColumnFamily1: {
rowid1: {
SuperColumn1
Hello,
Is there a possibility to execute batch mutation (e.g. insert) over
different rows with supercolumns in lazyboy?
To be more concrete:
Keyspace1: {
ColumnFamily1: {
rowid1: {
SuperColumn1: {
key1_1 : val1,
key1_2 : val2,
..
},
SuperColumn2: {
key2_1 : v