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.....