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
While most of the time it is desirable to run DDL statements with the strongest consistency possible, in some cases it might be necessary to create a keyspace in a partially configured cluster. Very large clusters may not also deal well with a consistency level of ALL.
There should be an option in cassandra-migrate.yml to specify which consistency level to use by default in the Session.
The text was updated successfully, but these errors were encountered:
While most of the time it is desirable to run DDL statements with the strongest consistency possible, in some cases it might be necessary to create a keyspace in a partially configured cluster. Very large clusters may not also deal well with a consistency level of ALL.
There should be an option in
cassandra-migrate.yml
to specify which consistency level to use by default in theSession
.The text was updated successfully, but these errors were encountered: