



                In Oracle
                
                I can start an Appl Transaction
                  and do 3 DB inserts
                  1 DB update
                  2 DB deletes
                  
                  and do a commit
                  
                  to Oracle these 6 DB events are all 1 Transaction
                  the all work or none happened
                  
                  
                to Cassandra each of these 6 events are separate
                
                
