Relative Content

Tag Archive for pythonmongodbtornado-motor

MongoDB $push until max array size

Overview We have a Mongo database collecting time series data from multiple different stream channels. This data is stored using a paging pattern where each page document holds a subset of the overall timeline (currently 3600 points per page). For example, we may have 10,000 data points divided into 3 pages with capacities: 3600, 3600, […]