Skip to content

Commit

Permalink
Remove unnecessary setup commands, fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jtigani committed Nov 27, 2024
1 parent 5a03ffc commit ad4c187
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions pg_duckdb-motherduck/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,20 @@

set -e

#sudo apt-get update
#sudo apt-get install -y docker.io
#sudo apt-get install -y postgresql-client

# Ubuntu:
# snap install docker
# sudo apt install posgresql-client-common
# Setup on Ubuntu (your package manager may vary):
# sudo snap install docker
# sudo apt install postgresql-client-common
# sudo apt install postgresql-client-16

# Note: To get equivalent performance you should be runnign from
# Note: To get equivalent performance you should be running 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
# https://motherduck.com/docs/key-tasks/authenticating-and-connecting-to-motherduck/authenticating-to-motherduck/
# Save the token as the motherduck_token environment variable:
# export motherduck_token=...
# Save the token as the MOTHERDUCK_TOKEN environment variable:
# export MOTHERDUCK_TOKEN=...
# create a database called pgclick in the motherduck UI or duckdb cli
# `CREATE DATABASE pgclick`

Expand Down

0 comments on commit ad4c187

Please sign in to comment.