Columnar Database
Columnar Database
The data in the columnar database has a highly compressible nature that
speeds up aggregate operations such as AVG, MIN, MAX on big data.
Such operations are relatively slower on relational database.
Source: https://atlan.com/what-is/columnar-database
Limitations of Columnar DB
Columnar databases are optimized for read-heavy analytical
queries, and are not suitable for transactional workloads.
◦ HBase has some built-in features that other databases lack such
as versioning, compression, garbage collection (for expired data),
and in-memory tables.