We are using the .NET DataSet
and DataTable
classes to filter data. But we have two tables with almost 596,814 records in one table and around 10,000 records in the other. DataSet filtering using DataTable.Select
is massively slow.
Are there any faster approaches?