|
|
|
|
|
by to11mtm
268 days ago
|
|
If ORs are expensive you've probably got a poor table design or the ORs are for some form of nasty query that is more UI/Dashboard based. A good table has the right indexes, and a good API to deal with the table is using the RIGHT indexes in it's criteria to get a good result. |
|