Database Concepts
Columnar Database
What is columnar database? It is a type of NoSQL database, also called wide-column store or extensible record stores. It uses tables, rows, and columns, but names and format of the columns can vary from row to row in the same table. While a relational database is optimized for storing Read more…