tidbas
Tidbas is a concept in database design that denotes a time-based database capable of storing, indexing, and querying data according to temporal dimensions such as validity time and transaction time. In tidbas models, each record carries one or more time intervals that describe when the data is true in the modeled world (valid-time) and when the data was stored or visible to users (transaction-time). Some tidbas implementations support bi-temporal data, enabling queries that reflect data as it was valid at a given point in time or as it was recorded by the system.
Tidbas data models typically use versioning; inserts create new versions rather than overwriting existing ones, and
Use cases include financial auditing, compliance and governance, sensor data management, and historical analytics where traces
While related to time-series databases, tidbas emphasizes the explicit handling of temporal validity and auditability, which
See also: temporal database, bitemporal database, time-series database, event sourcing, SQL:2011 temporal features.