Chapter 1. Getting Started with Shardman

Table of Contents

1.1. About Shardman
1.2. Installation Tutorial
1.2.1. Install and Configure etcd
1.2.2. Install PostgreSQL, stolon and Shardman
1.2.3. Configure shardmand
1.2.4. Initialize the Shardman Cluster
1.2.5. Add Nodes to the Cluster

Shardman is a PostgreSQL-based distributed database management system (DBMS) that implements sharding. Sharding is a database design principle where rows of a table are held separately in different databases that are potentially managed by different DBMS instances. The main purpose of Shardman is to make querying sharded distributed databases efficient and ease the complexity of managing them.

This chapter provides an introduction to the Shardman distributed DBMS.