Search code examples
sql-serverssascubeqlikview

Which gives better performance for connection with Qlikview??SQL server or SSAS Cube?


I want to process my data into Qlikview but i am confused about to process the data through Cube or directly from SQL. Can anyone tell me which gives better performance from cube and SQL? Note: I have millions of data into the database.


Solution

  • Generally as the volume of data grows, the advantages of SSAS tend to become more apparent than those from using SQL Server as the source. How will the data be used? When it comes to large scale aggregations SSAS becomes very beneficial. SSAS will also force a structured layout, as the relationships are predefined in the cube as opposed to joins. Some additional features that SSAS brings are hierarchical analysis (hierarchies) as well as ease of use with tools such as Excel and SSRS, although it sounds like you're only looking to use Qlikview for this. However, your best option would be to do a baseline for both SSAS and SQL Server in your environment with queries that best represent what would be run when this is implemented, and assess the results from there.