跳到主要内容

Database Design and Implementation Second Edition 中文翻译

简介

《Database Design and Implementation Second Edition》是一本深入探讨数据库系统设计与实现的经典著作。本项目旨在将该书翻译成中文,使中文读者能够更好地学习和理解数据库系统的核心概念。

目标读者

  • 数据库系统开发者和工程师
  • 计算机科学研究人员
  • 文件系统开发者
  • 对数据库内核设计感兴趣的工程师

内容目录

  1. 前言 Preface

  2. 第 1 章:数据库系统(Database Systems)

  3. 第 2 章:JDBC(JDBC)

  4. 第 3 章:磁盘与文件管理(Disk and File Management)

  5. 第 4 章:内存管理(Memory Management)

  6. 第 5 章:事务管理(Transaction Management)

  7. 第 6 章:记录管理(Record Management)

  8. 第 7 章:元数据管理(Metadata Management)

  9. 第 8 章:查询处理(Query Processing)

  10. 第 9 章:解析(Parsing)

  11. 第 10 章:查询规划(Planning)

  12. 第 11 章:JDBC 接口(JDBC Interfaces)

  13. 第 12 章:索引(Indexing)

  14. 物化与排序(Materialization and Sorting)

  15. 第 14 章:高效缓冲利用(Effective Buffer Utilization)

  16. 第 15 章:查询优化(Query Optimization)

配套源码

SimpleDB

翻译进度

  • 第 1 章:数据库系统(Database Systems)
  • 第 2 章:JDBC
  • 第 3 章:磁盘与文件管理(Disk and File Management)
  • 第 4 章:内存管理(Memory Management)
  • 第 5 章:事务管理(Transaction Management)
  • 第 6 章:记录管理(Record Management)
  • 第 7 章:元数据管理(Metadata Management)
  • 第 8 章:查询处理(Query Processing)
  • 第 9 章:解析(Parsing)
  • 第 10 章:查询规划(Planning)
  • 第 11 章:JDBC 接口(JDBC Interfaces)
  • 第 12 章:索引(Indexing)
  • 第 13 章:物化与排序(Materialization and Sorting)
  • 第 14 章:高效缓冲利用(Effective Buffer Utilization)
  • 第 15 章:查询优化(Query Optimization)

参与贡献

我们欢迎各种形式的贡献,包括但不限于:

  • 翻译新的章节
  • 校对已翻译的内容
  • 改进项目文档
  • 报告问题或提出建议