1 / 12

Lecture 1 : Introduction & Course Outline

MSc IT UFIE8K-15-M Data Management Prakash Chatterjee Room 3P16 prakash.chatterjee@uwe.ac.uk http://www.cems.uwe.ac.uk/~p-chatterjee/2011/dm. Lecture 1 : Introduction & Course Outline. What is Data?.

ginata
Télécharger la présentation

Lecture 1 : Introduction & Course Outline

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MSc IT UFIE8K-15-MData ManagementPrakash ChatterjeeRoom 3P16prakash.chatterjee@uwe.ac.ukhttp://www.cems.uwe.ac.uk/~p-chatterjee/2011/dm Lecture 1 : Introduction & Course Outline

  2. What is Data? • A representation of facts, concepts, or instructions in a formalized manner suitable for communication, interpretation, or processing by humans or by automated means.sam.dgs.ca.gov/TOC/4800/4819.2.htm • Factual information, especially information organized for analysis or used to reason or make decisions.www.florite.com/support/terminology.htm • The raw material of information. Refers mostly to the information entered into, and stored within a computer or file.www.angelfire.com/bc/nursinginformatics/glossary.html • Information stored on the computer system, used by applications to accomplish tasks.www.krollontrack.com/legalresources/glossary.asp UFCE8K-15-M Data Management 2011/12

  3. Data, Information & Knowledge The WKIDN Hierarchy noise – unstructured, unrelated, non-symbolic, unrecognised interference; e.g. the ‘string’: ?£^&**8…---┐€↨/ data – symbolic or non-symbolic unstructured ‘facts’ about one or more domains; e.g. the ‘strings’: James 111081 information – data + meaning (+ context); e.g. my sons name and dob (in an application form) or my friends name and id (within a IRC service) knowledge – refers to awareness of a domain or procedures used to attain goals; e.g. knowing when and where the above two uses are appropriate. wisdom – intuitive and heuristic understanding of the limits of knowledge and how and when to apply knowledge; when to reject information or question the validity of data; may be counter-intuitive and abductive; UFCE8K-15-M Data Management 2011/12

  4. What is a Database? • Any organized collection of information; it may be paper or electronic.www.library.arizona.edu/rio/glossary.htm • a standardized collection of information in computerized format, searchable by various parameters; in libraries often refers to electronic catalogs and indexes.library.wexler.hunter.cuny.edu/lyannott/thesis_guide/libraryterms.html • A database is a collection of information stored in a computer in a systematic way, such that a computer program can consult it to answer questions. The software used to manage and query a database is known as a database management system (DBMS). The properties of database systems are studied in information science. en.wikipedia.org/wiki/Database UFCE8K-15-M Data Management 2011/12

  5. What is Data Management? • The discipline which embraces the verification, coordination, validation, integration, and control of data requirements; planning for the timely and economical acquisition of data; and management of data assets after receipt. This discipline also includes monitoring distribution of data required under contract and storage, retrieval, and disposal of these data. - www.ntsc.navy.mil/Resources/Library/Acqguide/cdrldef.htm • Work that involves the planning, development, implementation, and administration of systems for the acquisition, storage, and retrieval of data. - www.opm.gov/fedclass/text/GS-2200.htm • Data management comprises all the disciplines related to managing data as a valuable resource. The official definition provided by DAMA is that "Data Resource Management is the development and execution of architectures, policies, practices and procedures that properly manage the full data lifecycle needs of an enterprise. - en.wikipedia.org/wiki/Data_management • Collection, entering, cleaning, and processing of information gathered during a research project. - www.dcri.duke.edu/patient/glossary.jsp UFCE8K-15-M Data Management 2011/12

  6. What is Data/Database Administration? • The process of managing the institutional data in order to provide reliable, accurate, secure and accessible data to meet strategic and management needs at all levels of the enterprise. It is the purpose of this process to improve the accuracy, reliability, and security of the institution's data; reduce data redundancy; provide ease of access, assuring that data are easily located, accessible once located, and clearly defined; and to provide data standards. ...www.georgetown.edu/uis/ia/dw/GLOSSARY0816.html • Although data administration and database administration are separate functions, both are typically combined into one department and are often performed by the same people. However, "data" administration deals with the modelling of the data and treats data as an organizational resource, while "database" administration deals with the implementation of the types of databases that are in use. The person who performs "data" administration functions is a "database analyst" or "data administrator," the latter being an earlier title for the job. The person who handles "database" administration, which is the technical design and management of the database, is the "database administrator." UFCE8K-15-M Data Management 2011/12

  7. A brief history of databases (1) From Paper Files to File Systems to Shared Files to Databases - The origins go back to libraries, government departments, businesses and health/medical application record keeping. A long history of information storage, indexing, and retrieval. 1960's: Two main data models - network model (CODASYL) - hierarchical (IMS). Access to database is through low-level pointer operations linking records. 1970-72: E.F. Codd proposes relational model for databases in a landmark paper on how to think about databases. He disconnects the schema (logical organization) of a database from the physical storage methods. UFCE8K-15-M Data Management 2011/12

  8. A brief history of databases (2) 1970's: Two main prototypes for relational systems were developed during 1974-77. - Ingres: Developed at UCB. This ultimately led to Ingres Corp., Sybase, MS SQL Server, Britton-Lee, Wang's PACE. This system used QUEL as query language. - System R: Developed at IBM San Jose and led to IBM's SQL/DS & DB2, Oracle, HP's Allbase, Tandem's Non-Stop SQL. This system used SEQUEL as query language. - The term Relational Database Management System (RDBMS) is coined during this period. 1976: P. Chen proposed the Entity-Relationship (ER) model for database design giving yet another important insight into conceptual data models. Such higher level modelling allows the designer to concentrate on the use of data instead of logical table structure. Early 1980's: Commercialization of relational systems begins to boom. UFCE8K-15-M Data Management 2011/12

  9. A brief history of databases (3) Mid-1980's: SQL (Structured Query Language) becomes “standard". DB2 becomes IBM's flagship product. Relational model becomes dominant and Network and Hierarchical models fade into the background - Development of the IBM PC gives rise to many DB companies and products such as RIM, RBASE 5000, PARADOX, OS/2 Database Manager, Dbase III, IV (later Foxbase, even later Visual FoxPro), Watcom SQL. Early 1990's: Takeovers and consolidation with fewer surviving companies offering increasingly complex products at higher prices. - Development centres on client tools for application development such as PowerBuilder (Sybase), Oracle Developer, VB (Microsoft), etc. - Client-server model for computing becomes the norm for future business decisions. UFCE8K-15-M Data Management 2011/12

  10. A brief history of databases (4) Mid-1990's: BIG BANG!!! The usable Internet/WWW appears. Applications and tools required to allow remote access to legacy data. - Client-server model reaches the desktop of average users - Web/DB grows exponentially. Late-1990's: The large investment in Internet companies fuels tools for Web/Internet/DB connectors. ODBC, JDBC, Oracle API etc are examples of such offerings. - Open source solution come online with widespread use of gcc, cgi (perl, php), Apache, MySQL, etc. - Online Transaction processing (OLTP) and online analytic processing (OLAP) comes of age with widespread take-up of point-of-sale (POS) technology. UFCE8K-15-M Data Management 2011/12

  11. A brief history of databases (5) Early 21st century: More interactive applications appear with use of PDAs, POS transactions, consolidation of vendors, etc. - Three main companies predominate in the large DB market: IBM (buys Informix) (DB2), Microsoft (SQL Server), and Oracle. Future trends: Huge (terabyte) systems requireing novel means of handling and analyzing data. - Large science databases such as genome project, geological, national security, and space exploration data. - Clickstream analysis. - Data mining, data warehousing, data marts - Towards “smart”/personalized shopping using purchase history, time of day, etc. - XML DB’s make a return to the “hierarchical model”. UFCE8K-15-M Data Management 2011/12

  12. Bibliography / Readings / Home based activities Bibliography • An Introduction to Database Systems (8th ed.), C J Date, Addison Wesley 2004 • Database Management Systems, P Ward & G Defoulas, Thomson 2006 Readings • Introduction to Databases, P Tero (handout) • What is a Database?, C J Date (handout) Home based activities • Ensure you order the CJ Date book above from Amazon or the on-site bookshop • Read the two readings given in the handouts – note any questions / confusions that arise to discuss in next weeks tutorial. UFCE8K-15-M Data Management 2011/12

More Related