|
|
|
|
|
by quantified
1989 days ago
|
|
There is no good canonical reference. OLAP for RDBMS is different than OLAP as originally defined and as provided in specialized tech stacks for purposes of planning apps, business modeling and so on. Absent a good canonical reference for what OLAP actually is, hard to have a good one for the RDBMS flavor. The Data Warehousing Toolkit by Ralph Kimball is the classic for dimensional design in that vein. I’ve been working in OLAP since 5 years before the term was coined, happy to discuss further. |
|
"""Currently there is no option similar to an SSAS cube in Snowflake. Once data is loaded into the databases Snowflake allows to query the data in a way similar to traditional OLTP databases. For data aggregations the Snowflake library offers rich sets of in-built functions. Together with UDFs, SPs and Materialized Views we can build custom solutions for precomputed data aggregations. For data analysis we still have to rely upon third party tools. Snowflake provides a variety of different connectors to access its database objects from other analytical tools. There are plans in near future to introduce an integrated tool for data aggregations, analysis and reporting."""
So they say, its not really an OLAP.
And how exactly it differs from OLTP? Is a web app OLTP?