Jump to content

Data store

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Juzeris (talk | contribs) at 21:02, 17 September 2012 (Undid revision 513133601 by 212.219.94.30 (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A data store is a data repository of a set of integrated objects. These objects are modeled using classes defined in database schemas.[1] Data store includes not only data repositories like databases, it is a more general concept that includes also flat files that can store data.[2]

Some data stores do represent data in only one schema, while other data stores use several schemas for this task. An example are RDBMS-based data stores like MySQL or PostgreSQL.

Types

Data stores can be of different types.

References

  1. ^ "FDO Concepts > Data Concepts". http://www.osgeo.org/: OSGeo. Retrieved 2011-03-17. What is a Data Store? A data store is a repository of an integrated set of objects. The objects in a data store are modeled either by classes or feature classes defined within one or more schemas. {{cite web}}: External link in |location= (help); line feed character in |quote= at position 23 (help)
  2. ^ "Glossary D: data store". http://www.information-management.com/: Information Management. Retrieved 2011-04-04. A place where data is stored; data at rest. A generic term that includes databases and flat files. {{cite web}}: External link in |location= (help)

See also