Embed presentation
Download to read offline











This document discusses designing a time series database to store heart rate data from 100,000 smart watches that each send a reading every 30 seconds. It estimates there will be over 100 billion events per year to store. The proposed design models each watch as a tree in Voron, a time series database, with the date as the key and heart rate as the value. The reads will need to retrieve data for a specific watch over a given date range. Performance testing of concurrent reads and writes as well as dropping old data is still needed.









