pyr / cyanite

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

Simplify indexes, remove paths table #238

Closed ifesdjeen closed 8 years ago

ifesdjeen commented 8 years ago

Paths table is redundant and was slowing down both write and read path, since it was much harder to simplify it. It was initially an artefact of having leaves and prefixes queries, although after optimising the query building, it's all not required and will allow for faster queries.

pyr commented 8 years ago

Good riddance.