dinesh m
dinesh m

Reputation: 53

Does Hazelcast store metadata information?

As part of storing data. Does hazelcast stores metadata information like RIAK?. If so, whether we can store custom metadata information?.

Thanks in advance

Dinesh

Upvotes: 0

Views: 414

Answers (1)

noctarius
noctarius

Reputation: 6094

What kind of metadata stores riak and what kind of data do you want to store?

We store some internal metadata like last access timestamp or hits and similar but this probably not what you're asking for. We also do not have user custom metadata depending on what you expect to store. Custom metadata can for sure be stored in another map using the same key.

Upvotes: 2

Related Questions