Chapter 1. Get Started with Shardman

Table of Contents

1.1. What is Shardman
1.2. Quickstart guide
1.2.1. Cluster configuration
1.2.2. Preparation
1.2.3. Deploy Etcd one-node cluster
1.2.4. Deploy Shardman nodes
1.2.5. Shardman cluster initialization
1.2.6. Add nodes to Shardman cluster
1.2.7. Check Shardman cluster status
1.2.8. Connect to Shardman cluster
1.2.9. Create distributed tables

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.