Skip to content

Commit

Permalink
Add some helpful comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jtigani committed Nov 25, 2024
1 parent 062966e commit 17e3291
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pg_duckdb-motherduck/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ set -ex
# sudo apt install posgresql-client-common
# sudo apt install postgresql-client-16


CONNECTION=postgres://postgres:[email protected]:5432/postgres
# CONNECTION=postgres://postgres:[email protected]:5432/postgres
# Note: To get equivalent performance you should be runnign from
# AWS US-EAST-1 region or as close to there as possible. Otherwise
# you'll see additional latency.

# Sign up for MotherDuck.
# Go to the web ui and obtain a token
Expand Down
2 changes: 2 additions & 0 deletions pg_duckdb-motherduck/load.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# Your docker may be set up to use localhost instead, if so
# edit the ip address below.
CONNECTION=postgres://postgres:[email protected]:5432/postgres
PSQL=psql

Expand Down
2 changes: 2 additions & 0 deletions pg_duckdb-motherduck/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

TRIES=3
# Your docker may be set up to use localhost, if so edit ip address
# below.
CONNECTION=postgres://postgres:[email protected]:5432/postgres

DATABASE='ddb$pgclick'
Expand Down

0 comments on commit 17e3291

Please sign in to comment.