Project

General

Profile

« Previous | Next » 

Revision 3073

sql.py: run_query_into(): analyze() the created table to ensure the query planner's initial stats are accurate

View differences:

sql.py
527 527
            # try again with next version of name
528 528
    
529 529
    if add_indexes_: add_indexes(db, into)
530
    analyze(db, into)
530 531
    
531 532
    return cur
532 533

  

Also available in: Unified diff