You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Druid User
Hi -
Just out of curiosity what OLAP type does Druid fall in to (MOLAP, ROLAP or HOLAP)? One of my colleague was classifying Druid as ROLAP, but I wasn't sure if it falls under ROLAP as we have column oriented datastore for every dimension and we can access the data for slicing very quickly and with indexes for filtering data, it sounds closer to MOLAP.
Thanks, Kishore.
Fangjin Yang
unread,
Apr 15, 2016, 6:48:28 PM4/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Druid User
Druid support small table/large table joins but does not currently support large table/large table joins. Really Druid doesn't have ideas of pre-computation built into it, so it is closer to MOLAP in that sense.
Nirav Patel
unread,
Jun 26, 2017, 2:28:51 PM6/26/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Druid User
If it doesn't require any pre-computation then it should be considered closer to ROLAP as well.