数据库系统英文介绍

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Big Data Analytics WG: Use Case Array Databases
RDA 4th Plenary 2014-sep-22, Amsterdam, The Netherlands Peter Baumann Jacobs University | rasdaman GmbH baumann@rasdaman.com
Array Databases: Practice Proven with rasdaman
from simple data access to agile analytics
- strictly based on open OGC Big Geo Data standards
130+ TB databases, 2D, 3D x/y/z & x/y/t, 4D x/y/z/t timeseries
Big Data: Arrays :: RDA 4th Plenary :: © 2014 P. Baumann
Big Data: Arrays :: RDA 4th Plenary :: © 2014 P. Baumann
Structural Variety in Big Data
Stock trading: 1-D sequences (i.e., arrays) Social networks: large, homogeneous graphs Ontologies: small, heterogeneous graphs Climate modelling: 4D/5D arrays Satellite imagery: 2D/3D arrays (+irregularity) Genome: long string arrays Particle physics: sets of events Bio taxonomies: hierarchies (such as XML) Documents: key/value stores = sets of unique identifiers + whatever etc.
declarative array operations
select id, encode(scene.band1-scene.band2)/(scene.nband1+scene.band2)), „image/tiff“ ) from LandsatScenes where acquired between „1990-06-01“ and „1990-06-30“ and avg( scene.band3-scene.band4)/(scene.band3+scene.band4)) > 0
single query distributed to 1,000+ cloud nodes
Big Data: Arrays :: RDA 4th Plenary :: © 2014 P. Baumann
Recent Progress: ISO Array SQL
ISO 9075 Part 15: SQL/MDA
Big Data: Arrays :: RDA 4th Plenary :: © 2014 P. Baumann
rasdaman: Agile Array Analytics
„raster data manager“: SQL + n-D raster objects
select img.green[x0:x1,y0:y1] > 130 from LandsatArchive as img where avg_cells( img.nir ) < 17
- resolved by ISO SQL WG in June 2014
n-D arrays as attributes
create table LandsatScenes( id: integer not null, acquired: date, scene: row( band1: integer, ..., band7: integer ) array [ 0:4999,0:4999] )
源自文库
Scalable parallel “tile streaming” architecture In operational use
- OGC Web Coverage Service Core Reference Implementation
Big Data: Arrays :: RDA 4th Plenary :: © 2014 P. Baumann
相关文档
最新文档