git fetch upstream master
git merge upstream/master
Overwrite local staging branch (tracking upstream) with master(upstream fork) :
UNLOGGED table. This reduces the amount of data written to persistent storage by up to 2x.WITH (autovacuum_enabled=false) on the table. This saves CPU time and IO bandwidth
on useless vacuuming of the table (since we never DELETE or UPDATE the table).COPY FROM STDIN. This is the fastest possible approach to insert rows into table.time timestamp with time zone is enough.synchronous_commit = off to postgresql.conf.| ### Keybase proof | |
| I hereby claim: | |
| * I am ferrao on github. | |
| * I am ruiferrao (https://keybase.io/ruiferrao) on keybase. | |
| * I have a public key whose fingerprint is 6AB8 59DC 20D4 1D18 FCF8 C6DE 42E7 636B CF77 1773 | |
| To claim this, I am signing this object: |
| # Encrypt files, not caching password | |
| gpg -c --no-symkey-cache file.txt | |
| # decrypt files, not caching password | |
| gpg --no-symkey-cache file.txt.gpg |