Revision 4992
Added by Aaron Marcuse-Kubitza over 12 years ago
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
sql_io.py: cleanup_table(): Also vacuum and reanalyze table