[PyIndexer] App-side join?
Status: Pre-Alpha
Brought to you by:
cduncan
From: Chris W. <ch...@ni...> - 2001-12-17 13:50:42
|
Marcus Collins wrote: > > The app-side time to join a list of document ids returned from MySQL > into a MySQL list should not be too bad. (The 'obvious' way of doing it > takes 50ms for 10000 ids on my box, once the ids have been returned from > MySQL. The main time expense, I think, would be inside MySQLdb.) I'm guessing by this you mean doing each boolean term as a seperate SELECT and using python to combine the returned results? What was the method you used? cheers, Chris |