Hi,
I'm reading around 5 million rows from the 252 Excel files. I need to view the rows to delete many columns and edit values, but indexing the results is taking a long time
How can I improve this?
Thank´s
Hi,
I'm reading around 5 million rows from the 252 Excel files. I need to view the rows to delete many columns and edit values, but indexing the results is taking a long time
How can I improve this?
Thank´s
Sorting is time consuming maybe you can use a tester or testfilter to filter out the desired features. You can then use a sorter to sort the features.
Or create your workspace with a representive sample and do a production run when ready.