Blog - page 50

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

Infinispan 6.0.0.Alpha2 is out!

August 05, 2013    Tags: release alpha

Dear Infinispan community, We’re proud to announce the second Alpha release of Infinispan 6.0.0, and also the second release using the Apache Software Licence. New features in this release: A new query DSL that is usable both in embedded/library mode and over Ho...

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

July 18, 2013    Tags: persistence alpha performance

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    Tags: protostream release statistics persistence alpha

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    Tags: store by reference faq store by value

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    Tags: overhead memory performance

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    Tags: release final

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    Tags: release candidate

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    Tags:

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...

Tags
See All