EKS Architecture Benchmark: amd64 vs arm64, 76/76 PASS
Kubernetes compatibility, HA, and performance evidence from ZeptoDB amd64 and arm64 EKS test runs.
Read articleKubernetes compatibility, HA, and performance evidence from ZeptoDB amd64 and arm64 EKS test runs.
Read articleWhy we built ZeptoDB: a source-available microsecond time-series database that now adds Agent Memory, prompt cache, and zero-copy Python.
Read articleHow ZeptoDB evolved its authentication from static JWT keys to full SSO with JWKS auto-fetch, multi-IdP routing, group-to-role mapping, OIDC discovery, and token refresh.
Read articleWhy a misleadingly successful robot action changed how ZeptoDB thinks about Physical AI memory, replayable evidence, and experiment-driven product boundaries.
Read articleA concise answer for teams evaluating database for AI agents live data, including when ZeptoDB Agent Memory fits, how it works, and where to start.
Read articleA concise definition of agent memory for operational AI agents, including durable recall, live evidence, prompt cache, and replayable AgentOps context.
Read articleKeep agent memory, prompt cache, AgentOps telemetry, and live time-series evidence on one replayable timeline.
Read articleZeptoDB Agent Memory benchmark results for filtered memory search, context assembly, exact cache lookup, semantic cache lookup, and sidecar snapshot persistence.
Read articleHow ZeptoDB adds scoped recall, context assembly, prompt cache, and decision write-back to live time-series data.
Read articleHow ZeptoDB closed the gap with kdb+ using BitMask filtering, 4-way unrolled accumulators, and LLVM JIT O3 passes — with detailed benchmark results.
Read articleCross-platform ZeptoDB verification on AWS Graviton, covering tests, Highway SIMD, LLVM JIT, and measured performance.
Read articleStream ZeptoDB query results to Python, Polars, and DuckDB over gRPC with Arrow Flight and Arrow IPC.
Read articleHow ZeptoDB transparently redirects GROUP BY queries to pre-aggregated materialized views — turning O(n) partition scans into O(1) bucket lookups.
Read articleHow ZeptoDB prevents network saturation during rebalancing with a sliding-window rate limiter, and ensures ASOF JOIN correctness with PTP clock synchronization detection.
Read articleA practical guide to CPU pinning, NUMA, huge pages, io_uring, and compiler optimizations — with real benchmark numbers from ZeptoDB on Intel Xeon.
Read articleHow ZeptoDB built a cost-based query planner in 7 phases — from HyperLogLog statistics to physical plan generation to EXPLAIN v2 with cost estimates.
Read articleHow ZeptoDB implements a recursive descent SQL parser, ClickHouse-compatible HTTP API, and ASOF JOIN — the three pillars of a queryable time-series database.
Read articleHow ZeptoDB prevents data corruption during network partitions using fencing tokens, epoch-based RPC validation, and Kubernetes lease integration.
Read articleDistributed-layer fixes for thread pools, connection limits, snapshots, deadlocks, and state-machine migrations.
Read articleReplacing single-winner index selection with a collect-and-intersect approach that combines multiple indexes per partition scan for multi-predicate queries.
Read articleZeptoDB coordinator failover with Kubernetes leader leases, health detection, and automatic re-replication.
Read articleHow ZeptoDB achieves sub-minute RPO for in-memory data with periodic snapshots, LZ4-compressed binary format, and single-threaded recovery before drain threads start.
Read articleImplementing CREATE TABLE, DROP TABLE, ALTER TABLE, and TTL-based retention in ZeptoDB — from schema registry to automatic partition eviction.
Read articleHow ZeptoDB implements kdb+-style symbol interning with dictionary encoding — enabling WHERE symbol = 'AAPL' while maintaining integer-speed query performance.
Read articleHow ZeptoDB scales horizontally with CRTP transport abstraction, consistent hashing, and UDP health monitoring — all with zero virtual call overhead on the hot path.
Read articleHow ZeptoDB decomposes VWAP, HAVING, DISTINCT, and window functions for correct distributed execution using scatter-gather and partial aggregation.
Read articleHow ZeptoDB embeds DuckDB as an in-process analytical engine for Parquet queries — with Arrow columnar bridging and a duckdb() table function.
Read articleHow ZeptoDB automatically re-replicates data when a node fails — PartitionMigrator integration, async recovery threads, and graceful fallback for unregistered nodes.
Read articleImplementing kdb+-style financial analysis in SQL — xbar time bucketing, exponential moving averages, delta/ratio calculations, and Window JOIN for real-time analytics.
Read articleHow a custom open-addressing hash map with CRC32 hardware hashing eliminated pointer chasing and cache misses in ZeptoDB's JOIN operators.
Read articleHow ZeptoDB implements per-key symbol and table ACLs, tenant binding, key expiry, and in-place editing for fine-grained API key management.
Read articleHow ZeptoDB exploits sorted timestamps and partition-per-symbol structure to make GROUP BY and time range queries orders of magnitude faster.
Read articleZeptoDB hot, warm, and cold storage across memory, compressed NVMe data, Parquet, and S3.
Read articleHow ZeptoDB's HealthMonitor handles DEAD node recovery via the REJOINING state, consecutive miss counting, TCP heartbeat fallback, and fatal bind failure detection.
Read articleZeptoDB Helm upgrade patterns using disruption budgets, config checksums, canaries, and rollback.
Read articleHow ZeptoDB's HTTP server provides production-grade observability — structured JSON access logs, slow query detection, X-Request-Id tracing, and Prometheus metrics.
Read articleHow ZeptoDB secures inter-node RPC communication with FNV-1a HMAC authentication, nonce-based replay protection, and a path toward mutual TLS.
Read articleHow ZeptoDB's JIT engine generates four-lane i64 SIMD vector IR in LLVM, including reliable vectorization and cttz mask extraction.
Read articleA live EKS test suite for ZeptoDB Helm, pod lifecycle, networking, rolling updates, and failure recovery.
Read articleHow ZeptoDB moves partitions between nodes without data loss using dual-write ingestion, a state machine for migration lifecycle, and crash-recoverable checkpoints.
Read articleHow ZeptoDB's QueryScheduler abstraction enables partition-level parallelism today and distributed execution tomorrow — without changing the executor.
Read articleZeptoDB historical storage with partitioned Parquet, compression, S3, DuckDB, and Polars integration.
Read articleZeptoDB integration with Arrow, NumPy, pandas, Polars, DuckDB, and vectorized batch ingestion.
Read articleZeptoDB query editor charts, persistent multi-tab editing, and sequential multi-statement execution.
Read articleWhy ZeptoDB chose epoch broadcast over Raft for partition router synchronization, and how the pluggable consensus interface keeps the door open for stronger guarantees.
Read articleHow ZeptoDB applies a three-tier SIMD strategy to the Window JOIN aggregate loop — contiguous fast-path, gather+SIMD for large windows, and scalar fallback.
Read articleUse ZeptoDB sorted-column indexes for range lookups and connection lifecycle hooks for session management.
Read articleImplementing mutation operations on columnar time-series data — INSERT with auto-timestamp, in-place UPDATE, and compaction-based DELETE.
Read articleExtending ZeptoDB's SQL with expression evaluation, CASE WHEN branching, temporal functions, LIKE pattern matching, and UNION/INTERSECT/EXCEPT set operations.
Read articleAutomatic hot/warm/cold/drop storage tiering and incremental materialized views for pre-computed aggregations in ZeptoDB.
Read articleHow ZeptoDB integrates HashiCorp Vault as a write-through backend for API keys, enabling multi-node key sharing and centralized secrets management.
Read articleHow ZeptoDB's WalReplicator evolved from best-effort async to production-grade replication with quorum acknowledgment, exponential retry, and configurable backpressure.
Read articleZeptoDB XBAR sorted scans, EXPLAIN query plans, and consistent NULL handling across executor paths.
Read articleA deep dive into ZeptoDB's ASOF JOIN — from SQL parsing to SIMD-accelerated merge.
Read articleInside ZeptoDB's MPMC ring buffer — design decisions, SIMD batch copy, and Highway vectorization.
Read articleHow ZeptoDB achieves sub-microsecond Python query results using memory-mapped column views.
Read article| Version | Date | Highlights |
|---|---|---|
| 0.1.7 | 2026-07-10 | Current public Docker image. Use the versioned tag for reproducible quick starts and deployment checks. |