@ashnazg/squirrelnado-psql
v0.0.35
Published
a squirrelnado plugin that handles psql
Downloads
38
Readme
Version 0.0.x: Setting up a plugin-optional layout around squirrelnado's core.
initing a blank ubuntu20 for testing
sayi postgresql postgresql-contrib
dev-mode disable of server cert checks:
I'm getting a self-signed error when creating and connecting to localhost psql on Ubuntu20; til I find a better way, here's how to disable that: export SQRLPSQL_DEV=insecure
todo
work on redshift insert perf https://docs.aws.amazon.com/redshift/latest/dg/t_Loading-data-from-S3.html https://docs.aws.amazon.com/redshift/latest/dg/r_ALTER_TABLE_APPEND.html https://www.intermix.io/blog/redshift-performance-tuning-techniques-view-insert-join-and-more/
see subtopics at https://docs.aws.amazon.com/redshift/latest/dg/t_Creating_tables.html