Clara Icon MEET CLARA - THE AI BEHIND SMARTER SOFTWARE CHOICES
Get Started
Browse Software
/*
Loading...
*/
Hazelcast IMDG Reviews

Do You Use Hazelcast IMDG?

Write a Review
Reviews
AU

Anonymous User

April 18, 2023 Source: G2.com
"Memory saver"
What do you like best about Hazelcast Platform?

I love the small memory of the library I embedded (since I have many issues with the memory of my pc).

It is also very fast and not complex at all and it saved my all my problems in the distributed systems for sure!

What do you dislike about Hazelcast Platform?

Nothing to share about this...I would say as a con that it takes a bit more time in order ro coordinate yourself where and what is located

What problems is Hazelcast Platform solving and how is that benefiting you?

Solved my problems with my relational databases where I was struggling with the whole backend team in managing correctly our db

Read more
IZ

Ivan Z

December 21, 2021 Source: G2.com
"Hazelcast is the one of the best tools for every day`s life"
What do you like best about Hazelcast Platform?

Hazelcast first of all is a really great distributed data grid. You can use distributed collections out of the box like Map, Set, Queue for microservices replicas to share data or for caching purposes. Also, it is possible to take distributed locks to prevent doing the same work simultaneously. The Streaming framework Hazelcast Jet has many needful features and is very fast. Can be run separately from services or as a library. Supports automatic rebalancing and replication. Multiple network options to make a cluster such as multicasting or kubernetes support.

What do you dislike about Hazelcast Platform?

It`s a little bit tricky to set up cluster in Kubernetes but it`s a matter of reading the documentation carefully. You should write serializers for objects yourself but it`s your payment for the size of the memory footprint of your cache. Poor search options in in-memory data structures.

Recommendations to others considering Hazelcast Platform:

Great tool for distributed caches and for the stream processing

What problems is Hazelcast Platform solving and how is that benefiting you?

Distributed cache, distributed locking for microservices architecture. Stream processing of the big data.

Read more
RL

Roland L

December 12, 2020 Source: G2.com
"And Excellent Grid-Cache"
What do you like best about Hazelcast Platform?

Performance, ease-of-use, and JVM friendliness

What do you dislike about Hazelcast Platform?

Hazelcast implementation requires application changes. However, solutions like the Heimdall Proxy can manage Hazelcast clusters by providing the caching and invalidation logic for Hazelcast.

Recommendations to others considering Hazelcast Platform:

The Heimdall Database Proxy provides the caching and invalidation for Hazelcast. You can create a SQL cache subsystem in minutes without any code changes.

What problems is Hazelcast Platform solving and how is that benefiting you?

Improved response times and database scale via query caching

Read more
TH

Tharanga H

November 19, 2020 Source: G2.com
"Hazlecast IMDG helped us to reduce service transaction response times by an order of magnitude."
What do you like best about Hazelcast Platform?

Hazlecast is great because it's distributed data-structures are extensions of commonly used java interfaces. Due to this our team was able to quickly grasp the framework, and implement our solution.

What do you dislike about Hazelcast Platform?

At the time I was using this (2017), there weren't much documentation explaining the internal behavior, so we had to dig in to the source code.

Recommendations to others considering Hazelcast Platform:

May be the stateful architectures that Hazelcast presents are not for every situation, as they are hard to manage (talking about DevOps). Use it when there is a dying need for performance.

What problems is Hazelcast Platform solving and how is that benefiting you?

Hazlecast IMDG helped us to reduce service transaction response times by an order of magnitude, by allowing us to process at the data nodes, in memory. This is a huge cut down in network and disk I/O, when comparing to traditional architectures, where all the data is loaded to the service nodes. It also helped us increasing the number of CPUs available for a single transaction, thanks to it's distributed executor service.

More details - https://medium.com/@tharanga.hewa/distributed-computing-for-not-so-big-data-a7a14600d4b8

Read more
VR

Vignesh R

July 18, 2020 Source: G2.com
"cache technology"
What do you like best about Hazelcast Platform?

Useful to store and retrieve as the service call is frequently get data than database

What do you dislike about Hazelcast Platform?

Key and value pair in concurrent mapping can be modified model or pojo class's with security upgrade

Recommendations to others considering Hazelcast Platform:

Good to go with this in today world and data

What problems is Hazelcast Platform solving and how is that benefiting you?

API service call to database is reduced to frequent hits makes deadlock on database. To avoid that ,hazelcast to store as cache needs to be implemented

Read more
MK

Mateusz K

July 26, 2022 Source: G2.com
"Simple and Powerful Stream Processing Engine"
What do you like best about Hazelcast Platform?

Performance and how it is easy to start implementation. In-memory processing is great adventage, because of high availability.

What do you dislike about Hazelcast Platform?

Documentation is not as good as for Hazelcast IMDG and sometimes I do not know where I can find some information I am looking for.

What problems is Hazelcast Platform solving and how is that benefiting you?

We needed Stream processing platform which allow to connect to Kafka and generate some output based on Python scripts provided by business analitycs. Jet allowed us to get messages from Kafka, translate them, enrich with data from software based on another Hazelcast IMDG, execute Python scripts and generate expected output.

Read more
AU

Anonymous User

January 8, 2021 Source: G2.com
"Efficient in-memory database, best when used next to a relation database"
What do you like best about Hazelcast Platform?

I like Hazelcast being configurable to auto back-up features of it. When one of your hazelcast instance is down, remaining instances in the cluster recovers those data from backup and continue working where it left.

What do you dislike about Hazelcast Platform?

I can't think of anything I don't like about Hazelcast IMDG, maybe the pricing would be the worst side of it.

Recommendations to others considering Hazelcast Platform:

I used Hazelcast embedded to the services. However, stand-alone usage of Hazelcast might provide a better/more sustainable cluster.

What problems is Hazelcast Platform solving and how is that benefiting you?

Hazelcast is solving our caching problem and fastens the data access time. It also makes it possible to spend less time on managing instances of cache. The instances can discover each other and communicate as default.

Read more
AU

Anonymous User

January 28, 2021 Source: G2.com
"Clustered in memory cache for your highly scalable application"
What do you like best about Hazelcast Platform?

We enjoyed using hazel cast cluster for one of the highly scalable SaaS applications serving 2 million transactions every minute

Hazel cast was very stable and we loved it

What do you dislike about Hazelcast Platform?

We used Hazel cast back in 2013-2015 and those days I felt there were multiple opportunities to improve further. Some of those improvements which we had suggested didn't get implemented even after a a couple of years.

Recommendations to others considering Hazelcast Platform:

It used to be one of the well-known java based alternative for Memcached.

Give it a try:)

What problems is Hazelcast Platform solving and how is that benefiting you?

We used it for reducing DB hits for our highly scalable SaaS application

Read more
AU

Anonymous User

December 10, 2020 Source: G2.com
"High performance cache"
What do you like best about Hazelcast Platform?

The ability to have a distributed cache with very high performance numbers

What do you dislike about Hazelcast Platform?

Setup on a distributed system can somethings be tricky, but with tools like Kubernetes it's much more simpler than used to be.

What problems is Hazelcast Platform solving and how is that benefiting you?

We needed to serve multiple customers. Before, the only way to scale was adding a bigger machine, now, we can just add a new node.

Read more
PS

Pankaj S

October 22, 2020 Source: G2.com
"Hazelcast review"
What do you like best about Hazelcast Platform?

We had multiple services running independently. It was helping us to make financial data instantly available to all our services.

What do you dislike about Hazelcast Platform?

It's costly and you cannt add huge data in this as it stores data in in-memory.

What problems is Hazelcast Platform solving and how is that benefiting you?

Saved multiple back and forth calls between services as if you add data in any service and it will be instantly available to other services.

Read more

We understand SaaS better

SaaSworthy helps stakeholders choose the right SaaS platform based on detailed product information, unbiased reviews, SW score and recommendations from the active community.

icon

Buyers

Looking for the right SaaS

We can help you choose the best SaaS for your specific requirements. Our in-house experts will assist you with their hand-picked recommendations.

icon

Makers

Want more customers?

Our experts will research about your product and list it on SaaSworthy for FREE.

Get Listed