Project

General

Profile

« Previous | Next » 

Revision 3268

db_xml.py: put_table(): Turn on autoanalyze mode to help the query planner avoid sequential scans on tables that now contain data. (Don't do this in row-based import because it creates too much overhead per insert.)

View differences:

db_xml.py
156 156
    
157 157
    # Subset and/or partition in_table if needed
158 158
    if top_call:
159
        db.autoanalyze = True # but don't do this in row-based import
160
        
159 161
        full_in_table = in_table
160 162
        
161 163
        total = 0

Also available in: Unified diff