Can OLAP be done in BigTable?

后端 未结 5 1146
清歌不尽
清歌不尽 2021-01-30 09:35

In the past I used to build WebAnalytics using OLAP cubes running on MySQL. Now an OLAP cube the way I used it is simply a large table (ok, it was stored a bit smarter than that

5条回答
  •  盖世英雄少女心
    2021-01-30 09:50

    If you are looking for a table-scan approach, have you considered Google BigQuery? BigQuery does automatic scale-out on the back-side that gives interactive response. There is a good session by Jordan Tigani from the 2012 Google I/O event that explains some of the internals.

    http://www.youtube.com/watch?v=QI8623HlYd4

    It's not MapReduce but it is geared towards high-speed table scan like what you described.

提交回复
热议问题