Tuesday, October 24, 2017

Separate Keyspaces With Spring Data Cassandra

DZone Database Zone
Separate Keyspaces With Spring Data Cassandra
Separate Keyspaces With Spring Data Cassandra

Following on from my previous post, we will look into using multiple keyspaces within an application. This will be a relatively short post due to most of the content being covered in the earlier post, allowing us to focus on the code needed to allow multiple keyspaces and reasons why you might want to switch from using a single one to using multiple.

As mentioned a minute ago, Getting Started With Spring Data Cassandra contains fundamental information required in this post, including dependencies and code snippets that are not shown here.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...