SQLBits 2015
Designing a database to best support multidimensional OLAP
Data warehouse designers often ignore the specific needs of an OLAP database. In this session, John will outline the best ways to optimise your relational database to support your multidimensional OLAP cubes
Data warehouse designers often ignore the specific needs of an OLAP database when formulating their schema design. They consider the cube as 'just another reporting layer', with no specific needs. In a world where businesses need instant answers, this approach can be dangerous as it can seriously degrade your cube's load performance and make incremental loads nigh on impossible.
This session will outline the best way to optimise your data warehouse schema so that it complements, rather than fights, your multidimensional OLAP database, allowing your cube to be loaded efficiently and moreover facilitating fast incremental loads so that new data is brought on-line quickly. We will cover the design of database tables and views with specific emphasis on data types. The use of table and cube partitioning. Also, how to support incremental loads of not only fact data into partitions, but also dimensional data.
This session will outline the best way to optimise your data warehouse schema so that it complements, rather than fights, your multidimensional OLAP database, allowing your cube to be loaded efficiently and moreover facilitating fast incremental loads so that new data is brought on-line quickly. We will cover the design of database tables and views with specific emphasis on data types. The use of table and cube partitioning. Also, how to support incremental loads of not only fact data into partitions, but also dimensional data.
Speakers
Dr John Tunnicliffe's previous sessions
DevOps, CI and the Data Warehouse
DevOps and continuous integration provide huge benefits to data warehouse development. John will be showing how you can use VSTS and Octopus Deploy to build, test and deploy your data warehouse
Designing a database to best support multidimensional OLAP
Data warehouse designers often ignore the specific needs of an OLAP database. In this session, John will outline the best ways to optimise your relational database to support your multidimensional OLAP cubes
Incremental processing of SSAS Multidimensional databases
Processing of SSAS OLAP databases can be a tricky business, particularly when it comes to incremental processing of dimensions. John will give you real life examples of why certain approaches work and others do not.
Building an infrastructure to support real-time OLAP
Users love flexible analytics but hate to wait for the data to be loaded into a traditional data warehouse. John will describe how to build an infrastructure to support real-time loading of your OLAP cubes so your user's get exactly what they want
Building a dynamic OLAP environment
This session will present the tools and techniques used to create OLAP cubes and supporting data marts on-the-fly from a mere set of data files and configuration metadata.