Keep a bound as a bound.
8DB distinguishes point values, enclosures, below-detection readings and typed absence. A reading below an instrument’s floor needn’t become a misleading zero.
Explore the models / 8DB
Keep the meaning in every observation.
A measured point, a bounded reading and a missing interval each tell a different story. Preserve that context through storage and analysis.
Implementation snapshot / Reviewed 18 September 2026
The carrier represents points, enclosures, below-detection bounds and typed absence. Its scan reports samples and gaps with coverage, and admits late data against transaction versions. The 14 September status ledger records carrier and algebra merges, reopen checks and internally reached routes.
See the reading, bound and gap example →There is no invented value at tick 2. The reading at tick 1 remains a bound, not a measured 5.
Illustrative values on a declared four-tick cadence and deployment window. This explains documented carrier semantics; it is not a sensor dataset or runtime replay. This control runs in the browser, not against 8DB.
Download the example and evaluation checklist ↓Documented interfaces: ts_scan(series, lo, hi, as_of); POST /api/time-series/catalog, /write and /scan. Carrier merge 9d79e312; reopen 60ff836e; multiscale merge 7bfd0b08.
Review dated 18 September 2026; no fresh engine run. Customer build, adapter and device qualification remain to confirm. Earlier flat-ingest benchmarks do not measure this typed carrier. Outage classification, retention-expired state and delta compaction have separate recorded limits.
Consider a sensor that goes quiet and later sends buffered observations. You need to understand both what happened and what was available when a decision was made.
8DB distinguishes point values, enclosures, below-detection readings and typed absence. A reading below an instrument’s floor needn’t become a misleading zero.
Declared cadence and deployment windows distinguish an expected reading from a period when a sensor wasn’t deployed. Gap results can carry a missingness state and a path to obtain the missing evidence.
Admitted late observations enter as versioned deltas. An as-of-version read lets an application revisit an earlier view rather than silently replacing its history.
These semantics can reduce the custom bookkeeping around telemetry, scientific observations and intermittent devices. Application-level savings and decision outcomes still depend on the workload. Source: implementation scope.
The carrier preserves the observations. Related 8DB structures let an application ask about coverage, bounds, co-movement and change at different scales.
| Work you need to do | 8DB capability | What to check for your application |
|---|---|---|
| Store and retrieve a series | Typed samples, chunked storage, catalogue metadata and range scans. | Series clock, cadence, deployment windows, codec and the chosen persistence path. |
| Handle late observations | Transaction-version deltas and as-of-version reads; a refusal policy is available for sealed series. | Late-data policy and whether the requested range is settled. |
| Summarize uncertainty | Interval-hull rollups with coverage by state. | A hull describes an enclosure. It is not interchangeable with an arithmetic average. |
| Find similar sequences | Source-backed dynamic time warping search with explicit gap handling. | The supported path either refuses gaps or uses present samples; the carrier does not interpolate them. |
| Compare co-movement | Rank-crossing braids and topology-based trigger evaluation. | How series become strands; normalization and domain assumptions. Trigger evaluation is per call. |
| Inspect multiple scales | Trained per-series/window layers with residual information and staleness flags. | The ladder is computed as a projection for the question. This does not establish universal tensor support or a compression ratio. |
Documented implementation, with carrier/reopen and algebra gates reported in the September 14 engineering ledger. SDK, customer-release and platform qualification must be checked for the deployment you select.
Time-series specialists and multimodel databases already solve valuable parts of this problem. The useful question is which meaning and operations you get together.
Timescale can leave gaps as NULL and offers optional interpolation or carrying values forward. 8DB’s case here is its typed observation and coverage model, rather than merely the ability to avoid filling a gap.
Read Timescale’s documentationQuestDB accepts out-of-order data on its documented ingestion paths and supports ASOF JOIN. Compare those capabilities with the versioned history and observation semantics your application requires; a temporal join and a historical database view answer different questions.
Late-data handling · ASOF JOINSurrealDB documents time-series records, aggregation and time buckets. For a mixed-data application, compare the operations and composition paths you need, including how uncertainty, source context and late changes travel through them.
Read SurrealDB’s documentationModality performance / Evidence reviewed 18 September 2026
M1, 16 GB; 50 million metric values; median of three rounds. Different client configurations; buffered completion without power-loss-safe loading. Specialized flat bulk path, not the newer typed durable carrier, encrypted throughput or energy measurement.
Read the results, comparison and methods →What happens when models work together?
See the separate graphs + time series + spatial benchmark against SurrealDB →
Record build-time and serving memory separately, original and derived stored bytes, measured joules per completed job, and physical writes including indexing, compaction and recovery. A smaller representation does not by itself prove lower energy or longer device life.
Match correctness, freshness, durability and protection across alternatives. Encryption, authorization, adapters, network setup and output delivery belong in the complete-job comparison wherever required. No universal zero-overhead claim follows from these results.
Measured points, an interval bound and a visible gap retain different meanings along the same timeline.
Conceptual application workflow. Qualify the supported operations, external tools, protection and persistence for the complete path. These diagrams are explanatory, not measured results.
The time-series, rollup and rank-braid paths are documented. The asset-to-report workflow shown here is an application design example. Its value is measured at the complete decision view, including source assembly and required protection.
A reading often matters because of its location, its relationship to equipment or the history around it. Time series are one native modality in 8DB’s broader engine.
Documented paths connect persisted series to similarity search, interval rollups, rank braids and multiscale layers. A molecular-dynamics projection also uses observations read through the carrier.
Those are specific integration paths. Their existence does not qualify every possible mixed-model query.
A monitoring application could relate a sensor change to a place, a device graph and similar past events with fewer data handoffs. The practical benefit depends on the operations, deployment and guarantees the application needs.
Explore the other native modelsExplore the measured path, comparison and conditions.
Explore the ideas and implementation context behind this capability.
Explore the ideas and implementation context behind this capability.
This reference summarizes the time-series carrier and algebra documented as merged and internally deployed by September 14, 2026. Engineering records report persistence/reopen checks for the carrier, rollups and rank braids, and deployed-route checks for the related operations. This page review did not rerun those tests or certify every platform.
The trained multiscale path uses per-series/window projections and explicit staleness. Retention-expired state and stronger outage classification remain separate work in the inspected records. An unknown cause of missingness must remain unknown.
Only as far as the evidence supports. Cadence and deployment windows establish whether a reading was expected. The inspected implementation does not always distinguish an instrument outage from data that was never ingested; both can remain missing-source with unknown cause.
An as-of transaction version selects the base observations and admitted deltas available to that version. Specify the version and late-data policy. A latest read reaching the tail can be marked unsettled; it should not be presented as a final historical account.
Check the protected operation-by-modality matrix and the supported build for your device and data path. A native data model does not by itself prove that every query, sync route or platform has been qualified under every cryptographic profile.
Separate bulk time-to-queryable from durable typed ingestion, query latency, storage footprint and recovery. For an evaluation, match workload, data size, clients, hardware, accuracy, protection and acknowledgement boundary, then record any deferred work. Energy needs measured joules per completed job; storage endurance needs write accounting.
The linked historical article retains its original conditions. A benchmark for the newer typed carrier remains a distinct evidence requirement.
This page is designed to stand on its own. Definitions, conditions and sources remain in the readable text.
Reference review: 17 September 2026. Implementation status source: September 14 ledger. Benchmark: September 8 historical campaign, article updated September 17. Detailed provenance and release tasks are retained in the private editorial record.
Describe the observations, devices and guarantees your application needs. Start an evaluation around that work.
Discuss a time-series workloadInclude data scale, late-data behavior and the required durability and protection.