Persistence (computer science): Difference between revisions

Content deleted Content added
FrescoBot (talk | contribs)
m Bot: links syntax
Line 48:
== Database management systems (DBMSs) ==
{{Main|DBMS}}
[[DBMS|DBMSs]]s use a combination of the dirty writes and transaction journaling techniques mentioned above. They provide not only persistence but also other services such as queries, auditing and access control.
 
==Persistent operating systems==