I'm compiling an overview of TSDBs available on the market. I could not find enough materials on Prometheus performance, so wonder if you have them and could share?
The ones I'm interested in are:
- For some deployment examples
Cores and RAM used
Number of Time Series
Ingestion rate (samples and MB)
Ingestion latency (data available for query)
QPS
Query Latency (90 and 99%%)
#Shards
- Biggest known deployment
- Average memory used per data sample
Thank you,
Sergii
Hi Prometheus developers,
I'm compiling an overview of TSDBs available on the market. I could not find enough materials on Prometheus performance, so wonder if you have them and could share?
The ones I'm interested in are:
- For some deployment examples
Cores and RAM used
Number of Time Series
Ingestion rate (samples and MB)
Ingestion latency (data available for query)
QPS
Query Latency (90 and 99%%)
#Shards
- Biggest known deployment
- Average memory used per data sample
Thank you,
Sergii
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-devel...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you for additional information.
I understand that many parameters vary significantly on the type of data (like number of key-value pairs and compressibility of samples). That is why it would be good to have perf measured on some prod or synthetic deployment with additional knowledge of dimensions and string lengths statistics.
Regarding ingestion latency (data available for query), say at speed 20k events/sec/core how big lag with indexing might be? Again, likely depends on the number of dimensions, but we could take some average numbers like 6-8 dimensions, 40 bytes key and value size.
As far as I understand (and please let me know if this makes sense) QPS and Query Latency metrics can be separated to two each:
1. For E2E user queries with provided statistics how many time series and shards user query hits.
2. For individual time series queries: what QPS a shard can support given certain ingestion rate and what is its latency.
Do you have any of mentioned numbers that you could share?
Thanks again,
Sergii