This document discusses efforts to reduce bandwidth usage when retrieving data from a MySQL database. It describes how metadata packets increase the size of the response from a SELECT query. The team implemented changes that allow clients to request data without metadata, reducing response sizes by over 300% in some cases. The changes were a collaborative effort between Oracle, Twitter, Facebook, and others.