Some Background on Tiered Storage by Neil Stevenson — Mar 16, 2022 Hazelcast Platform 5.1 introduces a new feature, “Tiered Storage.” You can read about it here. But in this blog post,... Read More
Hazelcast Anti-Patterns by Neil Stevenson — Sep 1, 2021 It’s said a wise person learns from their mistakes, and a wiser person learns from the mistakes of others. In... Read More
Is the Data Evenly Allocated? by Neil Stevenson — Aug 3, 2021 Uniformity and balance are key principles for data grids. All grid members should hold the same amount of data, do... Read More
External Hazelcast Queries by Neil Stevenson — Jul 26, 2021 We can send an SQL query to Hazelcast and get results, a great feature. But did you know the data... Read More
Intelligent WAN Synchronization by Neil Stevenson — Jun 3, 2021 One of the features of Hazelcast Enterprise is the ability to share data between multiple Hazelcast clusters, whether geographically distant... Read More
Comparing Serialization Options by Neil Stevenson — May 26, 2021 “Which serialization option is best?“. In this post we’ll explore some of the most common serialization options for Hazelcast, which... Read More
How Much Memory Do I Need for My Data … Part 2 by Neil Stevenson — Mar 30, 2021 “How much memory do I need for my data?“. — continued! In an earlier post, the space needed to store... Read More
Experiences with Change Data Capture by Neil Stevenson — Mar 1, 2021 In a previous blog post, Designing an Evergreen Cache with Change Data Capture, Nicolas describes “one-way” change data capture (CDC). It... Read More
How Much Memory Do I Need for My Data ? by Neil Stevenson — Feb 8, 2021 “How much memory do I need for my data?” This is a pretty common question at the start of Hazelcast... Read More
Where Are My Keys ? by Neil Stevenson — Jun 25, 2020 It’s useful to understand how, why and where Hazelcast stores your data in the grid. What happens is what you... Read More