Hi,
Can anyone please let me know if there is any separate options to store XML , HTML , Word documents in Cassandra Database? I'm using the Community Edition.
Hi,
Can anyone please let me know if there is any separate options to store XML , HTML , Word documents in Cassandra Database? I'm using the Community Edition.
There are no built in validators for these data types. XML/HTML could be stored with UTF8Type columns, and Word documents would need to be stored with BytesType. For more information on data types I recommend reading:
http://www.datastax.com/docs/1.1/ddl/column_family#about-data-types-comparators-and-validators
I would also recommend reading through the data modeling section in general to get an idea of how data modeling is done in Cassandra: