spatial database design. sept 27 Flashcards
explain the bottom up approach
- build DB from pre-existing data.
- quick to build.
explain the top-down approach
-focused on needs.
-i.e. Tomlinson’s approach
information products>data themes>data layers>spatial and attribute characteristics.
what are the 4 principles of data modelling according to yeung and hall?
- model choice
- levels of precision
- linkages to reality
- no single model can encapsulate all aspects
what is a data model?
- mathematical representation of real world, description of entities and relationships. (i.e. raster vs vector)
- a framework that ensures consistency between entities. flexible and can adjust to change.
what are the 4 lvls of data modelling?
- external
- conceptual
- logical
- physical
explain external modelling
-users define what real world phenomena they want to model.
what is conceptual modelling?
- synthesis of all external models
- schematic representation of the DB. defines what in real world is modelled
what is logical modelling?
- structure of the database elements
- HOW the conceptual model is structured in the DBMS
what is physical modelling?
-putting things in the right places in a DB, i.e. managing files, storage,
What problems can a well’designed DB avoid?
- inability to extend the design to meet new needs
- unsupported application and/or query capabilities
- lack of integration w other apps
- additonal costs to revise DB