Added timing info for index drop/create. Some small mods to output during import (obviously just change any you don't like)

This commit is contained in:
sqlcoder
2009-06-07 22:21:58 +01:00
parent c6f3595b93
commit 0a7c340656
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ class Importer:
conv = None
# Load filter, process file, pass returned filename to import_fpdb_file
print "converting %s" % file
print "\nConverting %s" % file
hhbase = self.config.get_import_parameters().get("hhArchiveBase")
hhbase = os.path.expanduser(hhbase)
hhdir = os.path.join(hhbase,site)