(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.data-privacy-src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-63488605-1', 'auto'); ga('send', 'pageview');

Tools

Home/Tools

QVD Segmentation 2.0 – Speeding Up QVD Partitioning by up to 5x

By |2023-02-15T12:23:02-06:00September 30th, 2019|Development, Lean Data Processing, Optimization, Qlik Sense, QlikView, Tools|

One of the tools I’ve developed as part of the Lean Data Processing Framework is an optimized implementation of the QVD Segmentation technique. This technique is typically used in Qlik Deployments that deal with large datasets, and allows us to split a large table into multiple QVD files. For example, storing one QVD for each month of data, rather than storing the entire dataset in a single file. While this technique has always been around, and other implementations exist that perform the same operation, the modified version that I’m sharing today focuses on reducing the time it takes for the process to complete by avoiding over-processing, and reducing the motion of data required in the process.

[VIDEO] Incremental Data Extracts with Qlik using Delta Tags and QVD Segmentation

By |2020-03-19T12:46:40-06:00May 27th, 2019|Data Strategy, Delta Tags, Development, Incremental Loads, Lean Data Processing, Tools|

The following 14-min video shows how the Delta Tags technique easily replaces another commonly used approach to incremental loads (based on variables) in QlikView and Qlik Sense, and demonstrates why the Delta tags approach makes the process more reliable while still being highly efficient and configurable. Another important aspect of this technique that is demonstrated in the video is how the Delta Tags approach works very well with segmented QVDs (a.k.a partitioned QVDs) in an incremental scenario, something that is not as straightforward to implement with other approaches.

Delta Tags – A new mechanism for efficiently keeping track of incremental reloads in QlikView and Qlik Sense

By |2020-03-19T12:45:08-06:00April 23rd, 2019|Development, Lean Data Processing, Optimization, Tools|

When working with large datasets in QlikView and Qlik Sense, it’s important to ensure the backend data processing jobs (Extracts and Transforms) perform efficiently, by following best practices to reduce execution time and keep resource usage at a minimum. One of the best practices recommended for efficient data processing is implementing an incremental load strategy, [...]