Array DBMS: Difference between revisions

Content deleted Content added
added Category:Database management systems; removed {{uncategorized}} using HotCat
m WPCleaner v1.15 - Repaired 2 links to disambiguation page - (You can help) - Array, Hdf
Line 1:
Array database management systems (DBMSs) provide [[Database management system|database]] services specifically for [[array data structure|array]]s (also called [[Raster graphics|raster data]]), that is: homogeneous collections of data items (often called [[pixel]]s, [[voxel]]s, etc.), sitting on a regular grid of one, two, or more dimensions.
Often arrays are used to represent sensor, simulation, image, or statistics data.
Such arrays tend to be [[Big data|Big Data]], with single objects frequently ranging into Terabyte and soon Petabyte sizes; for example, today’s earth and space observation archives typically grow by Terabytes a day.
Line 174:
== Standardization ==
 
Many communities have established data exchange formats, such as [[HdfHierarchical Data Format|HDF]], [[Netcdf|NetCDF]], and [[Tagged Image File Format|TIFF]].
A de facto standard in the Earth Science communities is [[Opendap|OPeNDAP]], a data transport architecture and protocol. While this is not a database specification, it offers important components that characterize a database system, such as a conceptual model and client/server implementations.