posthumecaver
posthumecaver

Reputation: 1843

Does Hazelcast has some similar functionality like PDX serialisation for queries?

I have some projects that I used Hazelcast but lately I was watching a presentation about Geode and they told something about PDX serialisation for queries....

They told, let's say I have a big object, with 50 fields and my queries will only base 2 fields, they told with PDX serialisation they could only deserialise these 2 fields and execute the query.....

Do we have something similar for Hazelcast?

Upvotes: 0

Views: 28

Answers (1)

Neil Stevenson
Neil Stevenson

Reputation: 3150

Yes, see Portable as a serialization type.

Upvotes: 1

Related Questions