Here’s a trick I find useful during exploratory analysis and feature engineering; really, whenever I’m querying against database servers I don’t control: Log the connection PID at query time.
It happens pretty…

Continue reading: Log Connection PIDs During …