Join us for a virtual meetup on Zoom at 8 PM, July 31 (PDT) about using One Time Series Database for Both Metrics and Logs đđť Register Now
Feature/Aspect | GreptimeDB | M3DB |
---|---|---|
Data Model | Unified Observability Database | Distributed Time-Series Database |
Value Model | Multi-Value (supports complex data structures) | Single-Value (Prometheus metrics) |
Multi-model Support | Metrics, Logs & Traces in one database | Metrics only (requires separate systems for logs/traces) |
Query Languages | SQL & PromQL (dual interface) | PromQL (100% compatibility) & M3QL |
Ingestion Protocols | SQL gRPC InfluxDB Line Protocol Prometheus Remote Storage OpenTelemetry HTTP API | Prometheus Remote Write M3 Coordinator API Carbon (Graphite) |
Data Retention | Flexible TTL policies with tiered storage | Configurable retention with automatic expiration |
Continuous Aggregation | Built-in SQL aggregation, Pipeline ETL engine & Flow streaming computation | M3 Aggregator with stream-based downsampling |
Deployment Complexity | Single system deployment | Multi-component deployment (coordinator, query, aggregator) |
Use Cases | Unified observability, real-time analytics, IoT monitoring, edge computing | Large-scale Prometheus monitoring, metrics aggregation |
Architecture | Cloud-native distributed with compute-storage separation | Multi-component architecture (M3DB + M3 Coordinator + M3 Query + M3 Aggregator) |
Storage Format | Apache Parquet (columnar, compressed) | M3TSZ compression (optimized Gorilla TSZ) |
Storage Scalability | Object storage integration with unlimited capacity | Distributed storage with automatic sharding |
High Availability | Native clustering with automatic failover | Multi-region deployment with quorum-based consistency |
License | Apache 2.0 | Apache 2.0 |
Written Language | Rust (memory safety, performance) | Go (ecosystem compatibility) |
Deployment Options | Single-node, cluster, Kubernetes-native, edge-to-cloud with unified API | Multi-component deployment with etcd coordination |
Operational Complexity | Single unified system with simplified Kubernetes operations | Complex multi-component operations |