1 repo
Systems that store heterogeneous or schema-less data by dynamically mapping fields to underlying storage structures.
Distinguishing note: Focuses on the storage engine's ability to handle arbitrary types and automatic subcolumn management, distinct from general-purpose NoSQL databases.
Explore 1 awesome GitHub repository matching data & databases · Dynamic Schema Storage. Refine with filters or upvote what's useful.
ClickHouse is a high-performance, columnar analytical database designed for real-time query execution and large-scale data aggregation. It functions as a distributed data warehouse capable of processing petabytes of information, while also providing an embedded engine that integrates directly into applications for native query capabilities without external dependencies. The system is built to handle high-throughput ingestion and complex analytical workloads, delivering millisecond-level latency for interactive dashboards and operational monitoring. The platform distinguishes itself through ad
Automatically manages subcolumn creation for arbitrary data types to optimize storage efficiency and prevent file growth.