Data store: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Citation bot
Removed parameters. | Use this bot. Report bugs. | Suggested by CorrectionsJackal | Category:Database stubs | #UCB_Category 26/194
 
imported>InternetArchiveBot
Rescuing 3 sources and tagging 1 as dead.) #IABot (v2.0.9.5
 
Line 13: Line 13:
A ''[[database]]'' is a collection of [[Data (computing)|data]] that is managed by a ''[[database management system]]'' (DBMS), though the term can sometime more generally refer to any collection of data that is stored and accessed electronically. A file is a series of bytes that is managed by a file system. Thus, any database or file is a series of bytes that, once stored, is called a data store.
A ''[[database]]'' is a collection of [[Data (computing)|data]] that is managed by a ''[[database management system]]'' (DBMS), though the term can sometime more generally refer to any collection of data that is stored and accessed electronically. A file is a series of bytes that is managed by a file system. Thus, any database or file is a series of bytes that, once stored, is called a data store.


[[MATLAB]]<ref>{{cite web|title = Datastore - MATLAB & Simulink|url = http://in.mathworks.com/help/matlab/datastore.html|website = in.mathworks.com|access-date = 2016-01-11}}</ref> and Cloud Storage systems like [[VMware]],<ref>{{cite web|url = https://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim.Datastore.html|title = Managed Object - Datastore|date = 2016-01-11|access-date = 2016-01-11|website = VMware|last = VMware}}</ref> [[Firefox OS]]<ref>{{cite web|title = Data Store API|url = https://developer.mozilla.org/en-US/docs/Web/API/Data_Store_API|website = Mozilla Developer Network|access-date = 2016-01-11}}{{webarchive |url=https://web.archive.org/web/20141223222343/https://developer.mozilla.org/en-US/docs/Web/API/Data_Store_API |archivedate=23 December 2014}}</ref> use ''datastore'' as a term for abstracting collections of data inside their respective applications.
[[MATLAB]]<ref>{{cite web|title = Datastore - MATLAB & Simulink|url = http://in.mathworks.com/help/matlab/datastore.html|website = in.mathworks.com|access-date = 2016-01-11}}{{Dead link|date=August 2025 |bot=InternetArchiveBot |fix-attempted=yes }}</ref> and Cloud Storage systems like [[VMware]],<ref>{{cite web|url = https://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim.Datastore.html|title = Managed Object - Datastore|date = 2016-01-11|access-date = 2016-01-11|website = VMware|last = VMware|archive-date = 2016-03-04|archive-url = https://web.archive.org/web/20160304111304/https://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim.Datastore.html|url-status = dead}}</ref> [[Firefox OS]]<ref>{{cite web|title = Data Store API|url = https://developer.mozilla.org/en-US/docs/Web/API/Data_Store_API|website = Mozilla Developer Network|access-date = 2016-01-11|archive-date = 2014-12-23|archive-url = https://web.archive.org/web/20141223222343/https://developer.mozilla.org/en-US/docs/Web/API/Data_Store_API|url-status = dead}}</ref> use ''datastore'' as a term for abstracting collections of data inside their respective applications.


==Types==
==Types==
Line 30: Line 30:
* [[Distributed data store]]s
* [[Distributed data store]]s
* [[Directory service]]s
* [[Directory service]]s
* [[VMware]] uses the term ''datastore'' to refer to a file that stores a [[virtual machine]]<ref>{{cite web|url=http://pubs.vmware.com/vi3/sdk/ReferenceGuide/vim.Datastore.html |title=Managed Object Description |publisher=Pubs.vmware.com |access-date=2019-07-02}}</ref>
* [[VMware]] uses the term ''datastore'' to refer to a file that stores a [[virtual machine]]<ref>{{cite web |url=http://pubs.vmware.com/vi3/sdk/ReferenceGuide/vim.Datastore.html |title=Managed Object Description |publisher=Pubs.vmware.com |access-date=2019-07-02 |archive-date=2019-07-08 |archive-url=https://web.archive.org/web/20190708015233/https://pubs.vmware.com/vi3/sdk/ReferenceGuide/vim.Datastore.html |url-status=dead }}</ref>


== See also ==
== See also ==

Latest revision as of 02:07, 18 August 2025

Template:Short description A data store is a repository for persistently storing and managing collections of data which include not just repositories like databases, but also simpler store types such as simple files, emails, etc.[1]

A database is a collection of data that is managed by a database management system (DBMS), though the term can sometime more generally refer to any collection of data that is stored and accessed electronically. A file is a series of bytes that is managed by a file system. Thus, any database or file is a series of bytes that, once stored, is called a data store.

MATLAB[2] and Cloud Storage systems like VMware,[3] Firefox OS[4] use datastore as a term for abstracting collections of data inside their respective applications.

Types

Data store can refer to a broad class of storage systems including:

See also

References

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".Script error: No such module "Unsubst".
  3. Script error: No such module "citation/CS1".
  4. Script error: No such module "citation/CS1".
  5. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".


Template:Asbox