Blog - page 23

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

Join us online on 7th September for DevNation talk on Infinispan!

September 06, 2017    Tags: conference devnation

Tomorrow, 7th of September at 12:00pm EDT, I will be doing an online live tech talk for Red Hat DevNation on showing how to handle big data with Infinispan. If you didn’t manage to attend my talk at Great Indian Developer Summit or Berlin Buzzwords, this is your ch...

Cluster Counter

July 21, 2017    Tags: counter

In Infinispan 9.1 we introduce the clustered counters. It is a counter distributed and shared among all nodes in the cluster and today we are going to know more about it. Installation To use a counter in your Infinispan cluster, first you have to add the maven dependency ...

Conflict Management and Partition Handling

July 17, 2017    Tags: partition handling

In Infinispan 9.1.0.Final we have overhauled the behaviour and configuration of partition handling in distributed and replicated caches. Partition handling is no longer simply enabled/disabled, instead a partition strategy is configured. This allows for more fine-grained co...

Infinispan 9.1 "Bastille"

July 14, 2017    Tags: release final

Dear Infinispan users, after 3½ months, we are proud to present to you our latest stable release, Infinispan 9.1, codenamed "Bastille". While minor releases are traditionally evolutionary instead of revolutionary, this release still comes loaded with a number of great fea...

Reactive Big Data demo working with Infinispan 9.0.3.Final

July 06, 2017    Tags: conference demo

A couple of months ago I did an extensive blog post on a reactive Big Data demo I did for Great Indian Developer Summit. At the time, the demo relied on a custom Infinispan build which fixed ISPN-7814 and ISPN-7710 issues. These issues are now fixed in the main repository a...

Scattered cache

July 03, 2017    Tags: scattered cache

Infinispan strives for high throughput and low latency. Version 9.1.0.CR1 comes with a new cache mode - scattered cache - that’s our answer to low round-trip times for write operations. Through a smart routing algorithm it guarantees that the write operation will result...

Don't touch my data stream!

July 03, 2017    Tags: streams

In Infinispan 8.0 we were very excited to announce Distributed Streams as we moved to Java 8. This feature allows applying any of the various java.util.stream.Stream operations on the datagrid, which are performed in a distributed nature, providing the highest possible perfor...

Infinispan 9.1.0.CR1

June 29, 2017    Tags: release scattered cache

Dear Infinispan Community, the Infinispan 9.1.0.CR1 is out and can be found on our downloads page. Almost Final! Full details of the new features and enhancements included in this release can be found here. Short list of highlights: [ISPN-6245] - Remote query shoul...

Tags
See All