You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cassandra CQL3 has a BATCH statement where you can batch together many insert/update/delete statements. This could be used in conjunction with a custom "FlushProcess".
Cassandra CQL3 has a BATCH statement where you can batch together many insert/update/delete statements. This could be used in conjunction with a custom "FlushProcess".
See http://cassandra.apache.org/doc/cql3/CQL.html#batchStmt
The text was updated successfully, but these errors were encountered: