Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Id like to be able to provide a TTL on entries when loading via the MapLoader #7728

Closed
vertex-github opened this issue Mar 11, 2016 · 9 comments

Comments

@vertex-github
Copy link

See https://groups.google.com/forum/#!topic/hazelcast/j27QsD3GdDc for discussion

@sertugkaya
Copy link
Contributor

sertugkaya commented Jun 23, 2017

We got another customer request for this enhancement today. FYI. (ZD 2884)

@mmedenjak mmedenjak changed the title Id like to be able to provide a TTL on entries when loading via the MapLoader [map] Id like to be able to provide a TTL on entries when loading via the MapLoader Jul 12, 2017
@bacsog
Copy link

bacsog commented Oct 26, 2017

+1

@mmedenjak mmedenjak added this to the 3.10 milestone Oct 26, 2017
@vertex-github
Copy link
Author

This could also be used by another customer - use case is to cache null values from the DB in order to reduce hits on the DB. TTL added to the "null" value within IMap would allow significant reduction in DB hits

@vertex-github
Copy link
Author

And another potential use case by another customer. :-)

@CharanPai
Copy link

This feature would be helpful for us too:
We too have the necessity to set TTL while loading from DB

@taburet taburet self-assigned this Dec 29, 2017
@burakcelebi burakcelebi added the Source: Internal PR or issue was opened by an employee label Dec 30, 2017
@hiyelbaz
Copy link

+1

@mmedenjak mmedenjak modified the milestones: 3.10, 3.11 Feb 21, 2018
@mfaghloumi
Copy link

+1

@mmedenjak mmedenjak changed the title [map] Id like to be able to provide a TTL on entries when loading via the MapLoader Id like to be able to provide a TTL on entries when loading via the MapLoader Aug 10, 2018
@mmedenjak mmedenjak modified the milestones: 3.11, 3.12 Aug 10, 2018
@dbrimley dbrimley modified the milestones: 3.12, 3.13 Nov 8, 2018
@mmedenjak mmedenjak modified the milestones: 3.13, 4.0 Apr 17, 2019
@mmedenjak mmedenjak added this to the 4.1 milestone Apr 23, 2019
@mmedenjak mmedenjak modified the milestones: 4.1, 4.0 Oct 25, 2019
@mmedenjak
Copy link
Contributor

This is now available in Hazelcast 4.0. Please see https://docs.hazelcast.org/docs/latest-dev/manual/html-single/#loading-and-storing-persistent-data and the com.hazelcast.map.EntryLoader and com.hazelcast.map.EntryStore interfaces.

@vertex-github
Copy link
Author

Woohoo! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests