I am a faily recent user of Cassandra. I went through the basics, setting up my schemas and plugging a java application to a database. Didn\'t run into any major problem putting together a sample app.
We want to design a data storage with Relational database keeping the request message(http/s,xmpp etc.) logs. For generating logs we use a solution based on Apache synapse esb. However since we want t
I need to change(to update it with new value) the key of row in cassandra. How can i do that? Of course i can select all rows with previos key and then insert their columns with new key, and delete th
I\'m new to cassandra and hector so i\'m trying to execute cql queries but the problem is that not all columns are of type string so how dow I execute the query \"select * from users\"?
I was inserting columns to row, and by cassandra-cli checking qty of them: [default@CassandraExample] count admins[ascii(\'0\')];
I have username and password as the columns of a ColumnFamily keyed with userName. create column family TestUserInfo with comparator = UTF8Type with
I am writing a web application with nodeJS that can be used by other applications to store logs and accessed later in a web interface or by applications themselves providing an API. Similar to Graylog
According to brisk implementation [ Presentation in Cassandra SF ] - Cassandra, CFS, Job/Task Tracker and Hive Metastore run in a single JVM which is totally different from Configuring an independent
I have a cassandra data model that\'s super column family. There are multiple super columns and every super column has multiple columns of different type (for example quantity is integer, Id is long,
I know that cassandra merges sstables, row-keys,remove tombstone and all. But i am really interested to know how it performs compaction ?