Skip to content

Persistence

Kristian Vestbø edited this page Jan 8, 2026 · 1 revision

Persistence refers to the way data is stored.

"Data persistence refers to the capability of an application to save data so that it can be retrieved and used later, even after the application has closed or the system has been restarted. It ensures that the data remains intact and accessible across different sessions of an application."

MongoDB, https://www.mongodb.com/resources/basics/databases/data-persistence

Clone this wiki locally