Step 2: Create and populate tables on the Postgres PEER
Below script helps creates and populate pgbench_history with dummy data on your PostgreSQL peer.
Copy
Ask AI
curl -O https://peerdb-sample-data.s3.us-east-2.amazonaws.com/import_data_for_tutorial.shchmod +x import_data_for_tutorial.sh# "postgres://user:password@hostname:5432/dbname"# is the connection string of your PostgreSQL peer../import_data_for_tutorial.sh "postgres://user:password@hostname:5432/dbname"