# What&#8217;s new in Apache Cassandra 2.0 (Part 1)

[Blog](/blog/)&gt;[Technology](/blog/category/technical/)&gt;What’s new in Apache Cassandra 2.0 (Part 1) 

What’s new in Apache Cassandra 2.0 (Part 1)
===========================================

July 16, 2013 | By [ Instaclustr ](https://www.instaclustr.com/blog/author/instaclustr/)

 

 

 

 



   [ ](https://x.com/intent/tweet?text=What%E2%80%99s%20new%20in%20Apache%20Cassandra%202.0%20(Part%201)&url=https://www.instaclustr.com/blog/whats-new-in-cassandra-2-0-part-1/) [ ](https://www.linkedin.com/shareArticle?mini=true&url=https://www.instaclustr.com/blog/whats-new-in-cassandra-2-0-part-1/&title=&summary=What%E2%80%99s%20new%20in%20Apache%20Cassandra%202.0%20(Part%201)&source=) 

The first beta of [Apache Cassandra](https://www.instaclustr.com/platform/managed-apache-cassandra/) 2.0 has been out for a while now. This new release contains a number of exiting new features that makes Cassandra more powerful and easier to work with.

Over the next few weeks I’ll have a look at some of the new features to expect. If you want to dive in and try it yourself check out the `<strong>2.0.0-beta1</strong>` branch from the [Cassandra repository on GitHub](https://github.com/apache/cassandra/tree/cassandra-2.0.0-beta1).

First up is:

### Triggers

The most anticipated feature, according to the number of watchers on the feature request in JIRA , is the inclusion of trigger support. Inclusion of triggers in Apache Cassandra has been a long running discussion and is still considered very experimental (expect some breaking API changes in later version), so be sure to try them out and provide feedback to the Cassandra development team if they’re something you would like to use but be prepared to rework your triggers in the future.

Triggers are currently purely JVM-based and are provided by classes implementing the ITrigger interface. Triggers are executed once on the co-ordinator node and run before data is written.

Triggers can be declared using the following syntax:

`CREATE TRIGGER doWork ON someData USING 'com.instaclustr.cassandra.triggers.someWork';`

For a real example of a trigger see the [inverted index example](https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=examples/triggers/src/org/apache/cassandra/triggers/InvertedIndex.java;hb=HEAD) in the Cassandra repository.

Due to the experimental nature of triggers there isn’t a whole lot of management support around them. For example, you will need to copy the jar containing your triggers to each node. Expect to see better trigger management support in 2.1.

---

##### Update

Cassandra 2.0 [Release Candidate 1](https://cassandra.apache.org/download/) is out!

 

 [ Add Instaclustr as a preferred source on Google ](https://google.com/preferences/source?q=instaclustr.com)



 

 ![mail icon]()#### Get the latest articles for open sourceIn your inbox

 <a class="btn btn-primary btn-popup text-dark" href="">Sign up now</a> 

 

 

 

  ### Related content

 [ Zero Downtime Migration to Instaclustr 

 

 Yes, we can migrate existing Cassandra clusters to Instaclustr without any downtime. Here's what to expect from the process... 

 

 

 

 

 

 

 ](https://www.instaclustr.com/blog/zero-downtime-migration-to-instaclustr/) 

 [ Workflow Comparison: Uber Cadence vs Netflix Conductor 

 

 When choosing what’s right for your company’s opensource workflow needs it is important to know the difference and similarities ... 

 

 

 

 

 

 

 ](https://www.instaclustr.com/blog/workflow-comparison-uber-cadence-vs-netflix-conductor/) 

 [ Will Your Cassandra Database Project Succeed?: The New Stack 

 

 Open source Apache Cassandra® continues to stand out as an enterprise-proven solution for organizations seeking high availability... 

 

 

 

 

 

 

 ](https://www.instaclustr.com/blog/will-your-cassandra-database-project-succeed-the-new-stack/) 

 

  <a class="close-modal" href="">×</a>Sign upto ourNewsletter
-----------------------
