Re: Cassandra event notification on INSERT/DELETE of records

2016-05-25 Thread Aaditya Vadnere
s like you're trying to build a queue in Cassandra, which is one >> of the classic anti-pattern use cases for Cassandra. >> >> You may be able to do something clever with triggers, but I highly >> recommend you look at purpose-built queuing software such as Kafka to solve &

Cassandra event notification on INSERT/DELETE of records

2016-05-24 Thread Aaditya Vadnere
for schema changes). As I understand, polling the database periodically or database triggers might work but they are costly operations. -- Aaditya Vadnere