C
csl
I have a DataTable that has 240000 rows in it. My DataTable.Select Method
for a particular filter gets me 840 out of 240000 rows. However, it takes
about 5 seconds to process. The DataTable has 6 columns. The datatype for
the columns are number(10), number(10), varchar2(2000), number(10),
number(10), number(10). \
How can I index (data values are not unique) the in-memory DataTable? How
can I speed up the filter process?
Thanks,
Chris
for a particular filter gets me 840 out of 240000 rows. However, it takes
about 5 seconds to process. The DataTable has 6 columns. The datatype for
the columns are number(10), number(10), varchar2(2000), number(10),
number(10), number(10). \
How can I index (data values are not unique) the in-memory DataTable? How
can I speed up the filter process?
Thanks,
Chris