Database Management Systems and GIS Design



Similar documents
Database Administrator [DBA]

DATABASE DESIGN. - Developing database and information systems is performed using a development lifecycle, which consists of a series of steps.

Database Concepts. Database & Database Management System. Application examples. Application examples

A Multidatabase System as 4-Tiered Client-Server Distributed Heterogeneous Database System

Overview of Database Management Systems

Introduction to Database Systems

Chapter 1 Databases and Database Users

Introduction to GIS. Dr F. Escobar, Assoc Prof G. Hunter, Assoc Prof I. Bishop, Dr A. Zerger Department of Geomatics, The University of Melbourne

DATABASE SYSTEM CONCEPTS AND ARCHITECTURE CHAPTER 2

Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 1 Outline

The process of database development. Logical model: relational DBMS. Relation

Introduction to Databases

Chapter 2 Database System Concepts and Architecture

FROM RELATIONAL TO OBJECT DATABASE MANAGEMENT SYSTEMS

Chapter 3. Database Environment - Objectives. Multi-user DBMS Architectures. Teleprocessing. File-Server

ArcGIS Data Models Practical Templates for Implementing GIS Projects

Database Management Systems

What is a database? COSC 304 Introduction to Database Systems. Database Introduction. Example Problem. Databases in the Real-World

ADVANCED GEOGRAPHIC INFORMATION SYSTEMS Vol. II - Using Ontologies for Geographic Information Intergration Frederico Torres Fonseca

sensors ISSN

Chapter 1: Introduction

DATA QUALITY AND SCALE IN CONTEXT OF EUROPEAN SPATIAL DATA HARMONISATION

ECS 165A: Introduction to Database Systems

2. Basic Relational Data Model

Problems and Measures Regarding Waste 1 Management and 3R Era of public health improvement Situation subsequent to the Meiji Restoration

2 Associating Facts with Time

CS2Bh: Current Technologies. Introduction to XML and Relational Databases. Introduction to Databases. Why databases? Why not use XML?

Oracle USF

DATABASE MANAGEMENT SYSTEM

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November ISSN

Journal of Information Technology Management SIGNS OF IT SOLUTIONS FAILURE: REASONS AND A PROPOSED SOLUTION ABSTRACT

Chapter 1: Introduction. Database Management System (DBMS)

Principles of Database. Management: Summary

Database System Architecture & System Catalog Instructor: Mourad Benchikh Text Books: Elmasri & Navathe Chap. 17 Silberschatz & Korth Chap.

2.2 INFORMATION SERVICES Documentation of computer services, computer system management, and computer network management.

æ A collection of interrelated and persistent data èusually referred to as the database èdbèè.

Data Quality in Information Integration and Business Intelligence

Database Management. Chapter Objectives

GIS Databases With focused on ArcSDE

Information and Communications Technology Courses at a Glance

Chapter 2. Data Model. Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel

A McKnight Associates, Inc. White Paper: Effective Data Warehouse Organizational Roles and Responsibilities

Modern Systems Analysis and Design

DATABASE MANAGEMENT FILES GIS06

Core Syllabus. Version 2.6 B BUILD KNOWLEDGE AREA: DEVELOPMENT AND IMPLEMENTATION OF INFORMATION SYSTEMS. June 2006

COMHAIRLE NÁISIÚNTA NA NATIONAL COUNCIL FOR VOCATIONAL AWARDS PILOT. Consultative Draft Module Descriptor. Relational Database

Concepts of Database Management Seventh Edition. Chapter 7 DBMS Functions

Geospatial Information in the Statistical Business Cycle 1

ISM 318: Database Systems. Objectives. Database. Dr. Hamid R. Nemati

Basic Concepts of Database Systems

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop

Overview of Data Management

The Virtual Database A Tool for Integrated Data Processing in a Distributed Environment

DDI Lifecycle: Moving Forward Status of the Development of DDI 4. Joachim Wackerow Technical Committee, DDI Alliance

Relational Database Basics Review

Development and Management

Chapter 1: Introduction

Introduction. Introduction: Database management system. Introduction: DBS concepts & architecture. Introduction: DBS versus File system

Introduction to database management systems

The Import & Export of Data from a Database

BCA. Database Management System

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added?

Talend Metadata Manager. Reduce Risk and Friction in your Information Supply Chain

Emerging Trends in SDI.

Introduction: Database management system

Course Notes on Databases and Database Management Systems

1 File Processing Systems

CHAPTER 1 Overview of SAS/ACCESS Interface to Relational Databases

irods and Metadata survey Version 0.1 Date March Abhijeet Kodgire 25th

Lecture 3 Software Development Processes

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary

NASCIO EA Development Tool-Kit Solution Architecture. Version 3.0

Database Design Methodology

Oracle8i Spatial: Experiences with Extensible Databases

Information Management

Database System. Session 1 Main Theme Introduction to Database Systems Dr. Jean-Claude Franchitti

Database Systems Introduction Dr P Sreenivasa Kumar

EHR Definition, Scope & Context. Sam Heard for Peter Schloeffel ISO/TC 215 WG1 Aarhus, Denmark 3 Oct 2003

Overview of Database Management

4 Logical Design : RDM Schema Definition with SQL / DDL

MarkLogic Enterprise Data Layer

CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY

Basics on Geodatabases

Database Fundamentals: 1

Constructing an EA-level Database. for the Census

Implementing Ontology-based Information Sharing in Product Lifecycle Management

CONTINUOUS DATA WAREHOUSE: CONCEPTS, CHALLENGES AND POTENTIALS

Study Notes for DB Design and Management Exam 1 (Chapters 1-2-3) record A collection of related (logically connected) fields.

Data Integration using Semantic Technology: A use case

Oracle Database 12c: Introduction to SQL Ed 1.1

Integration of Time Management in the Digital Factory

estatistik.core: COLLECTING RAW DATA FROM ERP SYSTEMS

Master s Program in Information Systems

How To Write An Inspire Directive

Transcription:

Database Management Systems and GIS Design Overview This presentation deals with the relationship between database processing requirements, database management systems, and GIS database design theory. Data, Data Models and Databases Data has been defined as a collection of facts, concepts, or instructions in a formalized manner suitable for communication or processing by humans (McDonnell and Kemp 1995). It has come to be used as a generic term for any information used by a digital computer. In this class we will frequently use a related term data model. In the broad sense this refers to an abstraction of the real world which incorporates only those properties thought to be relevant to the application at hand. In specific, IS, terms Worboys (1995) has defined it as a model of the structure of the information system, independent of implementation details. McDonnell and Kemp (1995) have referred to this as the mechanistic representation and organization of spatial data. In a digital computer environment, we often interact with data that has been compiled into a database. McDonnell and Kemp (1995) define this as a collection of data organized according to a conceptual schema. A schema is a structured framework.

The origins and forms of data According to Laurini and Thompson (1992), data may have among the following origins: Captured recorded by devices Interpreted some kind of human intervention Field sketches Surveys and questionnaires Encoded as in maps or digital data Structured organized in some way Requirements of digital databases In the process of providing functions, including the derivation of information from structured (organized) data, certain requirements have been identified in information science. These include: Security -- access control and backup Reliability availability of the system providing data Integrity maintenance of linkages between applications and data Providing user views of data access by class of user Being independent of the underlying data -- access without precise knowledge of implementation details Providing support for metadata data that adds information to the database High performance access and retrieval Providing concurrency to users simultaneous access to data All of these requirements need to be managed by some type of software (application). Those types of systems responding to these requirements are called database management systems (DBMS). A DBMS is literally a software system that manages a database A system providing the functions: Data definition Manipulation Retrieval Transaction Management Backup/Recovery

The ANSI-SPARC Method The operation of a DBMS is largely dependent on the structure of the data(base) that it accesses. What is required is a method for designing databases that support the structural requirements of access. To this end the American National Standards Institute (ANSI) Systems Planning and Requirements Committee (SPARC) has developed formalism for dealing with database design issues. The method identifies four levels of data modeling, as a method of tackling the problem of database design. This method is employed as a critical part of the design of information systems, such as the Life-Cycle approach. There are many varieties of the approach, but one common one is the so-called waterfall model.

GIS Design To place topics of database and DBMS design in a context for GIS, Worboys (1995) has developed a model for GIS database design. The model responds to the requirements of all information systems and extends it at the beginning to understand the area of use or application domain at hand. The analysis phase has been broken down into an application domain model. This model is, in turn, transformed into a conceptual computational model. This is said to be computationally tractable but independent of any specific approach. The logical model is imbedded in a particular paradigm, for example, a relational approach. The physical model is the representation of the real world as computational processes.

Citations Larini, Robert and Derek Thompson. 1992. Fundamentals of Spatial Information Systems. Academic Press Inc. San Diego, CA. McDonnell, Rachael and Karen Kemp. 1995. International GIS Dictionary. GeoInformation International, Cambridge. Worboys, Michael. 1995. GIS: A Computing Perspective. Taylor and Francis, London.