Question regarding schema set-up and modification: I just set up the newest nightly build of 0.7, imported our .yaml file after starting Cassandra, and everything is honky-dorey. We're not sure if Pelops is capable of modifying shema definitions, but it doesn't appear any changes we make to the .yaml file after the initial import go through (re-importing using schematool doesn't work). How could I change, for example, the rows_cached or name fields below on the fly without losing data? Is this possible?
- name: Example column_type: Super compare_with: UTF8Type gc_grace_seconds: 864000 keys_cached: 200000.0 preload_row_cache: false read_repair_chance: 1.0 rows_cached: 1.0 Frank