pyr / cyanite

cyanite stores your metrics
http://cyanite.io
Other
446 stars 79 forks source link

Reduce amount of data transferred on metric read by avoiding `id` column #257

Open ifesdjeen opened 7 years ago

ifesdjeen commented 7 years ago

Since we always fetch the data knowing resolution and path (id column), we can avoid fetching it from the database (also because it's being fetched N time instead for N metrics).