graphite-project / carbon

Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.
http://graphite.readthedocs.org/
Apache License 2.0
1.5k stars 490 forks source link

Indexing Method used in Carbon [Q] #925

Closed AKheli closed 2 years ago

AKheli commented 2 years ago

I am trying to find the support of the storage strategy used in Carbon for time-series. That is what types of indexes are supported and how could one configure them?

I am using Graphite and I want to make sure that I want to be able to understand the backend storage of Carbon and wether indexing methods on column fields are supported?

Thanks!

deniszh commented 2 years ago

Hi @AbdelouahabKhelifati ,

Whisper is not relational storage and has no indices nor columns. It's simple file based format described in https://graphite.readthedocs.io/en/latest/whisper.html For metric tree just normal linux file system is used, so, no need to additional indexing either.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.