Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Generic table vs cross table

Is because of using generic load and cross table performance becomes better.

Please suggest

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Better compared to what ? If you try to achieve the same using some scripting of your own or make changes to the source data format and apply a kind of transformation to get that, may be then, performance would be better, because a qv system function is always faster than it's counter part/ equivalent one which is user defined.

View solution in original post

3 Replies
tresesco
MVP
MVP

Better compared to what ? If you try to achieve the same using some scripting of your own or make changes to the source data format and apply a kind of transformation to get that, may be then, performance would be better, because a qv system function is always faster than it's counter part/ equivalent one which is user defined.

deepakqlikview_123
Specialist
Specialist
Author

Hi Tresco,

I mean compared to  just loading data in a normal way. and presenting as it is.

Thanks

tresesco
MVP
MVP

Then it should be otherwise, that means loading data as it is should be faster, because that doesn't require any extra operation, while the generic/crosstable load performs some transformations.