DeepNightTwo
DeepNightTwo

Reputation: 4961

Which local DB/NoSQL support TTL and key-value store?

I need a local key-value cache that support TTL. It need to have very powerful performance like hashmap and also support TTL for an entry. That would be cool if it can use local storage if memory is not enough.

Found LevelDB doesn't support TTL or batch delete. Sorry to pass this option because the performance is very good.

Any idea that can fulfill the requirement?

Upvotes: 1

Views: 2331

Answers (1)

Meher
Meher

Reputation: 2939

You should definitely look at Aerospike

Some useful links:

Architecture Overview

Hybrid Storage

TTL

Fast

Scalable

Upvotes: 3

Related Questions