Project

General

Profile

« Previous | Next » 

Revision 4992

sql_io.py: cleanup_table(): Also vacuum and reanalyze table

View differences:

csv2db
122 122
    
123 123
    log('Cleaning up table')
124 124
    sql_io.cleanup_table(db, table)
125
    
126
    log('Vacuuming and reanalyzing table')
127
    sql.vacuum(db, table)
128 125

  
129 126
main()

Also available in: Unified diff