Hi All, In the current project I'm working on. I have use case for hourly analyzing the rows.
Since the 0.7x branch supports creating and dropping columnfamilies on the fly; My use case proposal will be: * Create a CF at the very beginning of every hour * At the end of the 1-hour period, analyze the data stored in the CF with Hadoop * Drop the CF afterwards. Can you foresee any problems in continiously creating and dropping columnfamilies? Regards, Utku