Design of Main Memory Database System/Preface

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Previous: ContentsNext: Introduction

Audience[edit | edit source]

The audience for this book will usually fall into one of the below four categories

  • Students with interest in DBMS
  • Developer new to DB Kernel Development
  • An Experienced DRDB Kernel Developer new to MMDB Kernel Development
  • An Experienced MMDB Kernel Developer

Organization[edit | edit source]

There are four major parts of this book

Part I, “Introduction to DBMS” gives an overview of database management systems and introduces database system types.

Part II, “Storage Engine” talks about storage engine concepts that include transaction, allocation, indexing, concurrency and recovery.

Part III “SQL Engine” talks about SQL engine concepts that include parser, optimization, and execution.Standard interfaces, ODBC and JDBC implementation are also discussed.

Part IV, “Case Study - CSQL” introduces real world open source MMDB implementation, CSQL and discusses about how the above said functionalities are implemented in it.

Previous: ContentsNext: Introduction