yuvalmesika / CacheInitializer

A tool for Qlik Sense to cache warm applications to RAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qlik Sense Cache Initializer

Date: Feb 2015

Version: 0.1

Author: Joe Bickley

Summary: This tool will "warm" the cache of a Qlik Sense server so that when using large apps the users get good performance right away. You can use it to load all apps, a single app, and you can get it to just open the app to RAM or cycle through all the objects so that it will pre calculate expressions so users get rapid performance. You can also pass in selections too.

Credits: Thanks to Øystein Kolsrud for helping with the Qlik Sense .net SDK steps. Uses the commandline.codeplex.com for processing parameters

Usage: cacheinitiazer.exe -s https://server.domain.com [-a appname] [-o] [-f fieldname] [-v "value 1,value 2"]

Notes: This projects use the Qlik Sense .net SDK, you must use the right version of the SDK to match the server you are connecting too. To swap version simply replace the .net SDK files in the BIN directory of this project, if you dont match them, it wont work.

About

A tool for Qlik Sense to cache warm applications to RAM


Languages

Language:C# 100.0%