Well, actually, "ALTER TABLE" is currently called in two different places in
the code, to add an index to two different temp tables: one holds just an
integer column, while the other holds an integer and a string column. In
both cases, the index is being added to the integer column. I suppose the
table could just be sorted on that column in both cases; I don't know why I
didn't do that. Would that have the same performance effect as indexing?

-Yaron

On Thu, Aug 28, 2008 at 3:32 PM, Daniel Friesen <[EMAIL PROTECTED]>wrote:

>  Well, to start... what is the structure of the table that the current
> query creates?
>
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Semediawiki-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to