What is a columnar database?

前端 未结 7 1517
走了就别回头了
走了就别回头了 2021-01-29 22:13

I have been working with warehousing for a while now.

I am intrigued by Columnar Databases and the speed that they have to offer for data retrievals.

I have mul

7条回答
  •  醉梦人生
    2021-01-29 22:55

    I would say the best candidate to understand about column oriented databases is to check HBase (Apache Hbase) . You an checkout the code and explore further to find out about the implementation .

提交回复
热议问题