Ingestion rate is how fast new or updated records enter the index. For stores, higher, steady rates keep prices, stock, and content fresh.
Ingestion rate measures the throughput of data flowing into your search/indexing pipeline—usually records per second/minute or MB/s. It reflects how quickly connectors/crawlers, processors, and indexers can accept updates.
Ingestion rate is a leading indicator of freshness. Build delta-first pipelines with backpressure, idempotent upserts, and clear SLOs—then monitor rate and lag so storefront data stays current.
Ingestion rate vs indexing throughput?
Ingestion covers the whole pipeline; indexing throughput is the writer’s rate into the index.
How to raise rate safely?
Increase parallel workers, batch writes, and tune segment merges—watch tail latency and error spikes.
What if the queue grows?
Scale workers or temporarily relax enrichment (e.g., defer embeddings) to drain backlog.