Smith Electric Vehicles collects large amounts of telemetry data from its fleet of commercial electric vehicles. It was initially storing this data in a MySQL database, but faced issues with availability, capacity, and processing the data quickly enough to meet business needs. It addressed these issues by implementing a message queue to buffer incoming data, sharding/partitioning the data across multiple databases and tables, optimizing queries and indexes, and moving some processing to the cloud. These changes allowed it to reliably process over 1.5 billion data points per day and provide live dashboards and export reports.