Thank you!
Boris
> On Jul 25, 2017, at 7:44 PM, kurt greaves wrote:
>
> If by "offline" you mean with no reads going to the nodes, then yes that
> would be a potentially safe time to do it, but it's still not advised. You
> should avoid doing any ALTERs on versions of 3 less than 3.0.14 or 3.1
On Jul 25, 2017, at 5:28 PM, Fay Hou [Storage Service]
> wrote:
>
> are you aware this ticket?
> https://issues.apache.org/jira/browse/CASSANDRA-13004
> <https://issues.apache.org/jira/browse/CASSANDRA-13004>
>
> On Tue, Jul 25, 2017 at 1:23 PM, Boris Iordanov &
Hi,
Is "alter table t add column..." an expensive operation? For example, if it's
something to be triggered at an admin level of an application (i.e. not
frequently), is it ok? It won’t trigger rewriting all the data, right?
My goal is not to have super wide tables, I know that’s not the pract