Project

General

Profile

« Previous | Next » 

Revision 3303

sql.py: run_query_into(): Changed add_indexes_ param to add_pkey_ and add just a pkey if it's set. It's no longer necessary to create indexes on every column of a temp table, because the covering indexes for the join columns have been fixed to have columns in the same order as the output table's corresponding index so that they can be used for a merge join.

  • added
  • modified
  • copied
  • renamed
  • deleted