Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Binary Load

Hello,

    

I have a question:

I load data with the help of a binary load command. Is it possible to load just a special type
(one selling area, couple of products, etc.) of the whole binary data model, so
that the needed data model becomes smaller and the performance gets better.

Joachim

1 Reply
swuehl
MVP
MVP

I don't think that you can set constraints to the binary load directly (like a where clause in a LOAD).

If the creation of a different source file or usage of qvd's instead of a binary load is not an option,

I can only think of doing data model changes after the binary load, maybe using resident loads with a where clause and dropping the original tables.

You might also consider using a Macro to select your subset of data and then reduce the data after reload.