You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "George Reyes (JIRA)" <ji...@apache.org> on 2015/02/23 19:18:11 UTC

[jira] [Created] (USERGRID-410) Two phase cassandra keyspace write

George Reyes created USERGRID-410:
-------------------------------------

             Summary: Two phase cassandra keyspace write
                 Key: USERGRID-410
                 URL: https://issues.apache.org/jira/browse/USERGRID-410
             Project: Usergrid
          Issue Type: Story
          Components: Stack
            Reporter: George Reyes


Refactor system setup into two operations.

Create Phase:
1: Check to see if the keyspace that you are storing your data in already exists. 

2: If it doesn't, then write to those keyspaces. If it does then throw error and don't write?

Update Phase ( operation ) :

Will not create the keyspace. Will add column families to an existing keyspace.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)