├── README.md ├── data.sql ├── docker-compose.yml ├── drop-all.sql ├── img ├── tables.png └── tables.puml ├── pgadmin4 └── servers.json ├── tables.sql └── truncate.sql /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-khyst/postgresql-performance-essentials/HEAD/README.md -------------------------------------------------------------------------------- /data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-khyst/postgresql-performance-essentials/HEAD/data.sql -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-khyst/postgresql-performance-essentials/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /drop-all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-khyst/postgresql-performance-essentials/HEAD/drop-all.sql -------------------------------------------------------------------------------- /img/tables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-khyst/postgresql-performance-essentials/HEAD/img/tables.png -------------------------------------------------------------------------------- /img/tables.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-khyst/postgresql-performance-essentials/HEAD/img/tables.puml -------------------------------------------------------------------------------- /pgadmin4/servers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-khyst/postgresql-performance-essentials/HEAD/pgadmin4/servers.json -------------------------------------------------------------------------------- /tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-khyst/postgresql-performance-essentials/HEAD/tables.sql -------------------------------------------------------------------------------- /truncate.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-khyst/postgresql-performance-essentials/HEAD/truncate.sql --------------------------------------------------------------------------------