G
Guest
I have a DataView and I'm changing the RowFilter several thousand times
during some processing. Is there a way to speed that up, something like a
client-side index I can use?
Currently the process takes several hours to run, most of that time being
spent changing the RowFilter on the DataView.
FYI, the DataView is pointing to a Parts table, during the processing I am
going through several thousand parts, and I need to look up some information
about each part, so I just change the RowFilter on the DataView to filter by
the Part Number I'm currently processing.
during some processing. Is there a way to speed that up, something like a
client-side index I can use?
Currently the process takes several hours to run, most of that time being
spent changing the RowFilter on the DataView.
FYI, the DataView is pointing to a Parts table, during the processing I am
going through several thousand parts, and I need to look up some information
about each part, so I just change the RowFilter on the DataView to filter by
the Part Number I'm currently processing.