Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
tinkerz1
Creator II
Creator II

Synthetic tables when loading from resident tables

Hi,

My question is when loading from resident tables and then transforming data, like in a crosstable script, you will end up with synthetic keys; in order to keep disk space low what is the opnion of developers?

I would like to keep the relationships but remove the syn key what is the best way?

[CT2]:

CROSSTABLE (Field2, Value2,5)
LOAD
[abc123],
[def123],

FirstValue([ID]) as [ID]

RESIDENT [Orion CSV Download]
group

by

[abc123],
[def123],

[ID]

;

1 Reply
Gysbert_Wassenaar

If the synthetic key is not causing performance problems then don't remove it. See this discussion: how to remove syn table


talk is cheap, supply exceeds demand