Ask Your Question
4

Which database is suitable for storing temporary data?

asked 2023-06-28 06:51:30 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-06-28 07:17:01 +0000

david gravatar image

A database that is suitable for storing temporary data is a key-value store database or an in-memory database. Examples of these databases include Redis, Memcached, and Apache Ignite. These databases can store data in memory, which allows for faster access and retrieval of temporary data. Additionally, these databases can also be easily scaled as needed to accommodate changing data storage requirements.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-28 06:51:30 +0000

Seen: 10 times

Last updated: Jun 28 '23