博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【database】database domain knowledge
阅读量:6716 次
发布时间:2019-06-25

本文共 1164 字,大约阅读时间需要 3 分钟。

Database Principles

Database Systems Design
Advanced Database Technology

一、Database principles

Relational data model – relational algebra

SQL – DDL, DML, DCL, ODBC(JDBC)
Database design  — Entity-Relationship model
Relation normal forms
XML – DTD, XML Schema, XPath, XQuery
Object data model(*)
Database application development

 

二、Database System Design

Storage and File Organization

Indexing and Hashing
Query Processing
Query Optimization
Concurrency Control - lock-based  protocols
Recovery - log-based mechanisms
Project – MiniSQL

三、Advanced Database Technology

Parallel Databases

Distributed Databases
Information Retrieval and Web Search
Business Intelligence 
  
- OLAP and Data Mining
Advanced Application Development
Advanced Data Types and New Applications
   - Temporal and Spatial Databases
   - Multimedia Databases
   - Graph Data Management
   - Cloud Data Management

 

Others、course reference

Proceedings  of  VLDB 2011, 2012

Proceedings of  ACM SIGMOD 2011,2012
Proceedings of  ICDE  2011, 2012
Proceedings of  NDBC 2011, 2012

 

Tips、

Buffer Management(LRU,clock)

Index(B+ tree, hash)

Query optimization

Transaction properties

Lock-based concurrency control

Log-based recovery

转载地址:http://vdkmo.baihongyu.com/

你可能感兴趣的文章
Android IOS WebRTC 音视频开发总结(五五)-- 音视频通讯中的抗丢包与带宽自适应原理...
查看>>
Libgdx: 将Texturepacker打包的PNG图片还原成一张一张的单个的
查看>>
再议Swift操作符重载
查看>>
pc机进入android的shell
查看>>
javascript Date format(js日期格式化)
查看>>
Loadrunner中参数化实战(6)-Random+Each occurrence
查看>>
tomcatserver解析(六)-- Acceptor
查看>>
asp.net判断访问者是否来自移动端
查看>>
Python 一些常用模块的安装
查看>>
严苛模式(StrictMode)
查看>>
牛客网-《剑指offer》-跳台阶
查看>>
unity, editorWindow update计时
查看>>
我的VSTO之路(二):VSTO程序基本知识
查看>>
DataTable.Compute 性能慢的问题
查看>>
分层是一种思想
查看>>
Prime Ring Problem
查看>>
Windows系统bug
查看>>
Chrome应用技巧之代码整理。
查看>>
Linux下配置Hadoop 1.2.1
查看>>
Fluentd 例子
查看>>