Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
cena_abhishek
Contributor
Contributor

Handling huge dataset in Qliksense

Hi All,

I have a new development in Qliksense in hand where i have to handle huge US data which spans upto 30 million records. Can anyone suggest me the steps to keep for below

1) To make effective and data model

2) To support faster dashboards

Also, is link table approach better option or master fact(concatenated fact)?

It will be very helpful to get some expert advice on this.

1 Reply
marcus_sommer

It will always depend on many factors which approaches (in script and gui) are more suitable then others and therefore you need to be more specific. If there any doubts regarding to the performance try to develop the datamodel in the direction of a star-scheme with one big fact-table and not to a link-table model (whereby 30 M records aren't so big that a link-table model shouldn't work well).

To dive deeper into this topic take a look here: Get started with developing qlik datamodels.

- Marcus