2 Repos
Signals whether query results are partial or complete based on storage replica availability.
Distinct from Query Validation: Distinct from query validation: focuses on result completeness and replica status rather than syntax or parameter checking.
Explore 2 awesome GitHub repositories matching data & databases · Query Completeness Validators. Refine with filters or upvote what's useful.
VictoriaMetrics is a high-performance, scalable time series database and observability platform designed for long-term storage and analysis of metric, log, and trace data. It functions as a unified backend for monitoring ecosystems, offering full compatibility with industry-standard protocols and query languages. The system is built to handle massive data volumes through a distributed architecture that supports horizontal scaling and efficient data lifecycle management. The platform distinguishes itself through a storage engine that utilizes consistent hashing for data sharding and log-struct
Signals whether a query result is partial or complete based on the availability of expected storage replicas during data retrieval.
Cortex is an open-source, horizontally scalable metrics platform that ingests, stores, and queries Prometheus-compatible time-series data with multi-tenant isolation. It accepts metrics via Prometheus remote write and OpenTelemetry, executes PromQL queries against both recent and historical data, and provides a Prometheus-compatible alerting and recording rule engine with an integrated Alertmanager. The system is built as a set of independently scalable microservices that use hash-ring-based sharding, gossip-based cluster membership, and tenant-aware object storage to distribute workloads acro
Cortex checks that every expected block was actually queried by the store-gateway and retries missing blocks from replicas to guarantee correctness.