- Aug 14, 2001
- 8,401
- 1
- 0
Ohkay whcih would be faster...
Using PHP to access an Oracle database I am drawing out the data from 4 different columns and searchign via keywords...
would it be faster to use oracle and its "contains" statement along with indexes to search these colums?
or would it be faster to use PHP reg expressions?
I know whcih would be simpler but we are going for speed here since the 4 columns have close to 10,000 rows....
Using PHP to access an Oracle database I am drawing out the data from 4 different columns and searchign via keywords...
would it be faster to use oracle and its "contains" statement along with indexes to search these colums?
or would it be faster to use PHP reg expressions?
I know whcih would be simpler but we are going for speed here since the 4 columns have close to 10,000 rows....