Revision 3268
Added by Aaron Marcuse-Kubitza over 12 years ago
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
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.)