Design of Main Memory Database System/Preface

< Design of Main Memory Database System

Previous: Contents Next: Introduction

Audience

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

Organization

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: Contents Next: Introduction

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.