Hello,
I'm reading a huge yxdb file (20 GB) with hundred or so columns.
The issue i'm facing is that I only need 2 columns form this entire file. It would be inefficiënt to read all the data and later drop it again.
Is it possible from the start to only read those 2 columns instead of the entire file and NOT use a select tool to deselect the other columns?
Many thanks