Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "StorageConfiguration" page has been changed by JonHermes.
http://wiki.apache.org/cassandra/StorageConfiguration?action=diff&rev1=52&rev2=53
--------------------------------------------------
Used with the default_validation_class property in the per-columnfamily settings. Whenever
the column with this name is populated, the value is validated with the validation classes'
validate() method.
- Default is: 'BytesType', a no-op.
+ Default is: '!BytesType', a no-op.
|