Contribute Media
A thank you to everyone who makes this possible: Read More

Embarrassingly parallel database calls with Python

Description

Have you ever squeezed you SQL queries to the last millisecond, but still found yourself with not enough speed in your data­driven Python applications? Then this talk is for you. We’ll look at how to shard your data, which design changes should happen and how to use the Python threading module to bring in the data as quickly as possible by making parallel database calls.

Expected audience: Python developers building real­time applications needing increase their response time.

Details

Improve this page