How Cassandra triggers works with Dot Net, any example ?
I want some more details around Cassandra triggers and how it works with Dot Net (c#) any example article or documentation will be helpful.
How Cassandra triggers works with Dot Net, any example ?
I want some more details around Cassandra triggers and how it works with Dot Net (c#) any example article or documentation will be helpful.
Cassandra triggers get executed on the server side, not in your application. The coordinator node executes the trigger before applying mutations (inserts, updates or deletes).
You need to implement the code which backs the TRIGGER
that you create in Java and needs to be placed in the triggers/
subdirectory on each Cassandra node.
For details, see CQL CREATE TRIGGER. Cheers!
6 People are following this question.
DataStax Enterprise is powered by the best distribution of Apache Cassandra ™
© 2023 DataStax, Titan, and TitanDB are registered trademarks of DataStax, Inc. and its subsidiaries in the United States and/or other countries.
Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.
Privacy Policy Terms of Use