cmd
October 24th, 2004, 07:11 PM
hey there,
i run a select query in mysql and returns thousands of rows. i want to do a query out of returned result set, and a query out of that result set, and so on so on.
i think i can do this two ways:
1. i was thinking of creating a temporary table and inserting the results into this table, but if a column is fulltext its gotta index the temporary table and that takes a long time.
2. do a select from a select query
anyone with previous experience making search engines can give me some input on the better method, or any other methods?
-Chris
i run a select query in mysql and returns thousands of rows. i want to do a query out of returned result set, and a query out of that result set, and so on so on.
i think i can do this two ways:
1. i was thinking of creating a temporary table and inserting the results into this table, but if a column is fulltext its gotta index the temporary table and that takes a long time.
2. do a select from a select query
anyone with previous experience making search engines can give me some input on the better method, or any other methods?
-Chris