A Fix for OperationalError: (psycopg2.OperationalError) SSL error: decryption failed or bad record mac

The fix for a confusing psycopg2 SSL error caused by sharing database connections across uWSGI forked workers.

September 4, 2019 · itsahill00

CSV Imports into Google Cloud BigQuery

A simple Postgres-to-BigQuery workflow using CSV exports and Google Cloud Storage for OLAP-style reporting.

February 11, 2019 · itsahill00

Looking at PostGIS intersects queries

A closer look at how PostGIS represents geometries and handles intersects queries for area-of-interest searches.

March 26, 2018 · itsahill00