Changes To Import CVS Repositories
Not logged in
@@ -65,10 +65,12 @@
 </li>
 </ul>
 
 Miscellaneous:
 <ul>
+<li>Add option to allow diverting the log output into a file, except for the progress reporting. Result is nice interactive log + progress, and a (relatively) small log file without all the unwanted progress numbers.
+</li>
 <li>Go over the SQL statements and check that they have good query plans
 </li>
 <li>Go over the SQL statements and add comments where they are non-trivial.
 </li>
 <li>Currently some passes take quite a bit of time when their actual operation is already complete. It seems that sqlite is heavily working on committing a lot of changes (Most passes are wrapped into a single transaction). Consider ways of speeding this up.