Skip to content

gercograndia/redshift-benchmarking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redshift benchmarking

A very simply script just showing different ways of working with Redshift, and the benchmark for each. Just used this to compare a few things and show code samples for each of that.

How to use

# install requirements (preferably in a virtual env!)
pip install -r requirements.txt

# get help
./rs-benchmark.py --help

# execute all scenario's for 1000 records (note, this has to be run from an AWS context)
./rs-benchmark.py insert -h ${DB_HOST} -D ${DB_NAME} -u ${DB_USER} -n 1000 \
    -c s3://${S3_PATH} -i ${IAM_ROLE}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages