Forum Discussion
Dataflow Gen1 - Index Issue
- 1 year ago
HI Max_701 ,
This is actually by design I believe. This is because each "table" is getting its own index. So, the parent gets one and then the child gets another one. There are a few workarounds depending on how you want to do it. But, the easiest is probably to generate the index after the loading of the child table.
Another option would be to change the linking - so that the child is not referenced but rather linked (but that might not be really the way you want to do it).
HI Max_701 ,
This is actually by design I believe. This is because each "table" is getting its own index. So, the parent gets one and then the child gets another one. There are a few workarounds depending on how you want to do it. But, the easiest is probably to generate the index after the loading of the child table.
Another option would be to change the linking - so that the child is not referenced but rather linked (but that might not be really the way you want to do it).