What would you need:
- Postgres 9.3, 9.4, 9.5, 9.6 or 10 with cstore_fdw extention (https://github.com/citusdata/cstore_fdw)
- Docker 1.12.6 or higher
- Docker Compose
- Linux machine
Hardware requirements
| param( | |
| $OutDir = ".", | |
| [ValidateSet("x64", "x86", "arm64")] | |
| $Arch = "x64" | |
| ) | |
| if (!(Test-Path $OutDir)) { | |
| $null = mkdir $OutDir | |
| } |
What would you need:
Hardware requirements