Description
Have you ever squeezed you SQL queries to the last millisecond, but still found yourself with not enough speed in your datadriven 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 realtime applications needing increase their response time.