spring-projects / spring-data-cassandra

Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-cassandra/
Apache License 2.0
374 stars 307 forks source link

Add support for LZ4 compression [DATACASS-217] #387

Closed spring-projects-issues closed 7 years ago

spring-projects-issues commented 9 years ago

Michael Yeh opened DATACASS-217 and commented

Add support for LZ4 compression. This is the default compression in c* and the datastax driver supports it as well


Affects: 1.3 M1 (Gosling)

Referenced from: pull request https://github.com/spring-projects/spring-data-cassandra/pull/82, and commits https://github.com/spring-projects/spring-data-cassandra/commit/f293516ecdb35db083e4a181f1eb7b803ddaad88, https://github.com/spring-projects/spring-data-cassandra/commit/347ec869cae2308345b95d5afb364d150b52918f, https://github.com/spring-projects/spring-data-cassandra/commit/1f44647ed24367abe296129d1f054a482639a39b, https://github.com/spring-projects/spring-data-cassandra/commit/23cb654b181ed366b4333fa4026c5d6abfdc0b6b

spring-projects-issues commented 7 years ago

John Blum commented

PR #82 merged to master for the upcoming SD Cassandra 1.5 RC1 (Ingalls RC1) release