thobbs / phpcassa

PHP client library for Apache Cassandra
thobbs.github.com/phpcassa
MIT License
248 stars 78 forks source link

Sysmanager should support renaming KS/CF #46

Closed sebgiroux closed 13 years ago

sebgiroux commented 13 years ago

As the title say, it would be nice if sysmanager could support renaming a KS or CF. I was ready to do it until I realized the two functions system_rename_column_family and system_rename_keyspace weren't in Cassandra.php. I'm not sure if generating these file again from thrift would do it, and then we just have to modify sysmanager to support it ?

Thanks!

thobbs commented 13 years ago

The last time I checked, renaming was not supported by Cassandra. It was supported for a while during 0.7 beta, but there were lingering issues with it that were difficult to solve. I'll check and make sure it hasn't been fixed since then.

thobbs commented 13 years ago

Yeah, renaming is still not supported, so I'm going to go ahead and close this one.