pyr / cyanite

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

Add bloom filter to the index. #195

Closed ifesdjeen closed 8 years ago

ifesdjeen commented 8 years ago

Update operations are taking vast majority of time of our write path. Offloading them to the agent only wins in terms of decoupling. This allows reducing load by making writes only when the item is seen by the server for the first time.

ifesdjeen commented 8 years ago

Superseded by #201