Skip to content

Latest commit

 

History

History
97 lines (49 loc) · 6.9 KB

Database-List.md

File metadata and controls

97 lines (49 loc) · 6.9 KB

返回目录

Database List | 数据库资料索引

Overview

  • 2017-The Rise of GPU Databases: The recent but noticeable shift from CPUs to GPUs is mainly due to the unique benefits they bring to sectors like AdTech, finance, telco, retail, or security/IT . We examine where GPU databases shine.
  • 2017-2017 年数据库技术盘点: 我们将从学术界、工程界的角度,从国外到国内,从数据库内核技术到数据库运维等多种角度,一起来回顾精彩的 2017。

Comparison

Resource

Blog

  • digoal/blog: Everything about database,bussiness.(Most for PostgreSQL).

Book

  • 2007-Architecture of a Database System #Paper#: This paper presents an architectural discussion of DBMS design principles, including process models, parallel architecture, storage system design, transaction system implementation, query processor and optimizer architectures, and typical shared components and utilities.

  • 2010-Database System Concepts-6th #Book#:

  • 2012-The Internals of PostgreSQL #Book#: The main purposes of this document are to explain how each subsystem works, and to provide the whole picture of PostgreSQL.

  • 2012-High Performance MySQL #Book#: With High Performance MySQL, you’ll learn advanced techniques for everything from designing schemas, indexes, and queries to tuning your MySQL server, operating system, and hardware to their fullest potential. This guide also teaches you safe and practical ways to scale applications through replication, load balancing, high availability, and failover.

Collection

Courses

Papers

Relational DataBase

  • 2013-How did the modern relational database come to be?: The purpose of this Annotated Bibliography is to illustrate, in chronological order, the major development of database models from 1st generation (network model etc) to second generation (relational) to 3rd generation (e.g. semantic). The Bibliography is presented in order of the year when the paper was published.
  • 2017-How does a relational database work: When it comes to relational databases, I can’t help thinking that something is missing. They’re used everywhere. There are many different databases: from the small and useful SQLite to the powerful Teradata. But, there are only a few articles that explain how a database works.
  • MiniDataBase #Project#: A simple Relational Database using B+ Tree Indexing

  • chidb: Building a Simple Relational Database System from Scratch

Transaction & Concurrency Control

Query Processing

Index

NoSQL

Search Engine

NewSQL

  • 2016-What’s Really New with NewSQL?: we first discuss the history of databases to understand how NewSQL systems came about. We then provide a detailed explanation of what the term NewSQL means and the different categories of systems that fall under this definition.