Hi,
I have a question for those who have some experience with select LIKE statements on huge data (about 200 million rows).
When I run some computing and filtering on this table, it takes the code about 2 seconds to report back. But when I put a LIKE filter in the DataTable.Selec t() it suddenly takes 38 seconds. This only happens when I use a LIKE statement, any other statement is no problem.
Do you guys have any idea how to tweak this?
The DataTable is filled from a DataSet that is filled from a MySQL database.
I have a question for those who have some experience with select LIKE statements on huge data (about 200 million rows).
When I run some computing and filtering on this table, it takes the code about 2 seconds to report back. But when I put a LIKE filter in the DataTable.Selec t() it suddenly takes 38 seconds. This only happens when I use a LIKE statement, any other statement is no problem.
Do you guys have any idea how to tweak this?
The DataTable is filled from a DataSet that is filled from a MySQL database.
Comment