Blog - page 51

Stay up to date with the latest articles and news from Infinispan.

Faster file cache store (no extra dependencies!) in 6.0.0.Alpha1

July 18, 2013 Galder Zamarreño By Galder Zamarreño

As announced yesterday by Adrian, the brand new Infinispan 6.0.0.Alpha1 release contains a new file-based cache store which needs no extra dependencies. This is essentially a replacement of the existing FileCacheStore which didn’t perform as expected, and caused major i...

Infinispan 6.0.0.Alpha1 is out!

July 17, 2013 Infinispan By Infinispan

Dear Infinispan community, We’re proud to announce the first Alpha release of Infinispan 6.0.0. Starting with this release, Infinispan license is moving to the terms of the Apache Software Licence version 2.0. Besides increased stability (about 30 bug fixes) this re...

Store data by reference or by value?

July 12, 2013 Galder Zamarreño By Galder Zamarreño

Traditionally, Infinispan has always stored data by-reference. Once clients store some data, clients can still modify entries via original object references. This means that since client references are valid, clients can make changes to entries in the cache using those refere...

Lower memory overhead in Infinispan 5.3.0.Final

July 02, 2013 Galder Zamarreño By Galder Zamarreño

Infinispan users worried about memory consumption should upgrade to Infinispan 5.3.0.Final as soon as possible, because as part of the work we’ve done to support storing byte arrays without wrappers, and the development of the interoperability mode, we’ve been wor...

Infinispan 5.3.0.Final is out!

June 26, 2013 Mircea Markus By Mircea Markus

Dear Infinispan community, We’re proud to announce the final release of Infinispan 5.3.0 "Tactical Nuclear Penguin". Besides increased stability (130+ bug fixes) this release also brings some highly demanded features: Total Order transaction protocol developed wit...

Infinispan 5.3.0.CR2 is out!

June 17, 2013 Mircea Markus By Mircea Markus

Planned to be the last from the 5.3 series, the 5.3.CR2 release contains: Support for java LevelDB cache store. Courtesy of Ray Tsang An set of JMX operations that come handy when it comes to suppressing state transfer in order to shutdown the server, e.g. for maintenan...

Introducing LevelDB Cache Store

June 12, 2013 Infinispan By Infinispan

Infinispan 5.3.0 will be introducing a LevelDB cache store. This cache store will allow you to store cache entries using a fast filesystem based LevelDB key-value store originally developed by Google. This cache store uses a Java implementation of LevelDB, and maybe one day...

Using MongoDB as a cache store

June 04, 2013 Infinispan By Infinispan

With the 5.3 release, there is a brand new feature. I’m glad to announce that you will be able to use MongoDB as a cache store. For those who don’t know MongoDB, it’s an open-source document oriented NoSQL database developped by 10Gen. You can more informa...

Tags
See All