freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

數據庫原理課件第一章-資料下載頁

2025-04-29 08:39本頁面
  

【正文】 data ? Issues: ? Storage access ? File anization ? Indexing and hashing TCGCSU Database Systems Query Processing 1. Parsing and translation語法分析與轉換 2. Optimization優(yōu)化 3. Evaluation評價 TCGCSU Database Systems Query Processing (Cont.) ? Alternative ways of evaluating a given query ? Equivalent expressions ? Different algorithms for each operation ? Cost difference between a good and a bad way of evaluating a query can be enormous ? Need to estimate the cost of operations ? Depends critically on statistical information about relations which the database must maintain ? Need to estimate statistics for intermediate results to pute cost of plex expressions TCGCSU Database Systems Transaction Management ? A transaction is a collection of operations that performs a single logical function in a database application ? Within an application program, one or more queryandupdate requests to the DBMS can be logically grouped together in order to perform a task. A group of such requests is called a transaction. ? Examples: a customer pays with a credit card, withdraw money from ATM ? Transactionmanagement ponent ensures that the database remains in a consistent (correct) state despite system failures (., power failures and operating system crashes) and transaction failures. ? Concurrencycontrol manager controls the interaction among the concurrent transactions, to ensure the consistency of the database. TCGCSU Database Systems The Database System Environment ? Database system is posed of 5 main parts: 1. Hardware 2. Software ? Operating system software ? DBMS software ? Application programs and utility software 3. People 4. Procedures 5. Data TCGCSU Database Systems The Database System Environment (continued) TCGCSU Database Systems Components of a DBMS TCGCSU Database Systems Components of Database Manager (DM) TCGCSU Database Systems MultiUser DBMS Architectures ? Teleprocessing ? Fileserver ? Clientserver TCGCSU Database Systems Teleprocessing ? Traditional architecture. ? Single mainframe with a number of terminals attached. ? Trend is now towards downsizing. TCGCSU Database Systems Teleprocessing Topology TCGCSU Database Systems FileServer ? Fileserver is connected to several workstations across a work. ? Database resides on fileserver. ? DBMS and applications run on each workstation. ? Disadvantages include: ? Significant work traffic. ? Copy of DBMS on each workstation. ? Concurrency, recovery and integrity control more plex. TCGCSU Database Systems FileServer Architecture TCGCSU Database Systems ClientServer ? Server holds the database and the DBMS. ? Client manages user interface and runs applications. ? Advantages include: ? wider access to existing databases。 ? increased performance。 ? possible reduction in hardware costs。 ? reduction in munication costs。 ? increased consistency. TCGCSU Database Systems ClientServer Architecture TCGCSU Database Systems Alternative ClientServer Topologies TCGCSU Database Systems History of Database Systems ? 1950s and early 1960s: ? Data processing using magic tapes for storage ? Tapes provide only sequential access ? Punched cards for input ? Late 1960s and 1970s: ? Hard disks allow direct access to data ? Hierarchical(IMS) and Network(IDS、 DBTG) data models in widespread use( 1G) ? Ted Codd defines the relational data model ? Would win the ACM Turing Award for this work ? IBM Research begins System R prototype ? UC Berkeley begins Ingres prototype ? Highperformance (for the era) transaction processing TCGCSU Database Systems History (cont.) ? 1980s: ? Research relational prototypes evolve into mercial systems( 2G) ? SQL bees industrial standard ? Parallel and distributed database systems ? Objectoriented database systems( 3G) ? 1990s: ? Large decision support and datamining applications ? Large multiterabyte data warehouses ? Emergence of Web merce ? 2022s: ? XML and XQuery standards ? Automated database administration End of Chapter 1 TCGCSU Database Systems Figure TCGCSU Database Systems Figure TCGCSU Database Systems Database(con’t) ? 人們收集并抽取出一個應用所需要的大量數據之后 , 應將其保存起來以供進一步加工處理 , 進一步抽取有用信息 ? Def. of DB ? An integrated collection of related data constitutes a Database (DB). ? 是 長期 儲存在計算機內 、 有 組織 的 、 可 共享 的 大量 數據集合 TCGCSU Database Systems 二、數據庫 (續(xù) ) ? 數據庫的特征 ? 數據按一定的數據模型組織 、 描述和儲存 ? 可為各種用戶共享 ? 冗余度較小 ? 數據獨立性較高 ? 易擴展 TCGCSU Database Systems 三、數據庫管理系統(tǒng) ? DBMS ? A collection of programs that controls a database. Specifically, it provides us with an interface to create, maintain, and manipulate multiple databases. ? For generalpurpose,是位于用戶與操作系統(tǒng)之間的一層數據管理軟件 。 ? DBMS的用途 ? 科學地組織和存儲數據 、 高效地獲取和維護數據 TCGCSU Database Systems DBMS的主要功能 ? 數據定義功能 提供數據定義語言 (DDL) 定義數據庫中的數據對象 ? 數據操縱功能 :提供數據操縱語言 (DML) 操縱數據實現對數據庫的基本操作 (查詢 、 插入 、 刪除和修改 ) TCGCSU Database Systems DBMS的主要功能 ? 數據庫的運行管理 保證數據的安全性 、 完整性 、 多用戶對數據的并發(fā)使用 發(fā)生故障后的系統(tǒng)恢復 ? 數據庫的建立和維護功能 (實用程序 ) 數據庫數據批量裝載 數據庫轉儲 介質故障恢復 數據庫的重組織 性能監(jiān)視等 TCGCSU Database Systems 四、數據庫系統(tǒng) ? Database System: ? Be developed to support the operations of a specific anization or a specific set of applications. ? Consists of 1) an application specific database, 2) the DBMS that maintains that database, and 3) the application software that manipulates the database. ? (數據庫系統(tǒng) ( , 簡稱 DBS) 是指在計算機系統(tǒng)中引入數據庫后的系統(tǒng)構成。 在不引起混淆的情況下常常把數據庫系統(tǒng)簡稱為數據庫 。 ) ? 數據庫系統(tǒng)的構成 ? 由數據庫 、 數據庫管理系統(tǒng) ( 及其開發(fā)工具 ) 、 應用系統(tǒng) 、 數據庫管理員( 和用戶 ) 構成 。 TCGCSU Database Systems ? Instructor: 譚長庚 . ( ) ? Textbook: ? Database – s
點擊復制文檔內容
醫(yī)療健康相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1