Husky is an internal event-store DBMS built by Datadog.
Multi-version Concurrency Control (MVCC)
Husky uses multi-version concurrency control for queries by making a temporary copy of the metadata for a table at the time when a query starts.
Document / XML
Inverted Index (Full Text)
Husky supports an optional full-text search index where administrators define which columns to index manually for each table.
Snapshot Isolation
Husky supports snapshot isolation by leveraging FoundationDB's existing snapshot isolation and making a temporary copy of table metadata when a query starts.
Vectorized Model
Custom API
Decomposition Storage Model (Columnar)
Shared-Disk
Datadog
US
2020
Internal / Non-Public
Go
FoundationDB
Proprietary