http://qs321.pair.com?node_id=397185


in reply to Does DBI handle table alias?

Fortunately, those are the only two columns in the table, AND there will practically never be deletes or insertions. Once the data is loaded into the database, it never changes unless someone finds an error. So it looks like I'm on the right track.

BUT - I launched

create index col_1_idx on theTable(column_1)

over two hours ago, and it's still chunking away.....

Replies are listed 'Best First'.
Re^2: Does DBI handle table alias?
by punch_card_don (Curate) on Oct 07, 2004 at 19:17 UTC
    Actually, it had completed and disconnected and I was too bleary-eyed to notice when I looked at the screen in passing...