G
Gec
I have database with 10.000 records. I would like to filter them by one
field and show them in the DataGrid.
As far as I know the fastest way is using DataView.RowFilter.
Filtering with DataView.RowFilter takes me about 14 seconds in the test
application
and 24 seconds in the more complex application.
I really don't know why so big difference?
Does CompactFramework perform some other operations on the background?
Do I need to configure something?
For me would be acceptable 8 seconds.
How could I speed up filtering? ( configure garbage collector, DataTable or
.... )
Thank you
Gec
field and show them in the DataGrid.
As far as I know the fastest way is using DataView.RowFilter.
Filtering with DataView.RowFilter takes me about 14 seconds in the test
application
and 24 seconds in the more complex application.
I really don't know why so big difference?
Does CompactFramework perform some other operations on the background?
Do I need to configure something?
For me would be acceptable 8 seconds.
How could I speed up filtering? ( configure garbage collector, DataTable or
.... )
Thank you
Gec