Revision 4677
Added by Aaron Marcuse-Kubitza about 12 years ago
README.TXT | ||
---|---|---|
43 | 43 |
On local machine: |
44 | 44 |
make inputs/download-logs |
45 | 45 |
make backups/download |
46 |
If desired, record the import times in inputs/import.stats.xls |
|
46 |
If desired, record the import times in inputs/import.stats.xls: |
|
47 |
Open inputs/import.stats.xls |
|
48 |
Insert a copy of the leftmost Column-based column group before it |
|
49 |
Update the import date in the upper-right corner |
|
50 |
./bin/import_times inputs/*/*/logs/<date>-*.log.sql |
|
51 |
Paste the output over the # Rows/Time columns, making sure that the |
|
52 |
row counts match up with the previous import's row counts |
|
53 |
If the row counts do not match up, insert or reorder rows as needed |
|
54 |
until they do |
|
55 |
Commit: svn ci -m "inputs/import.stats.xls: Updated with stats from \ |
|
56 |
latest import" inputs/import.stats.xls |
|
47 | 57 |
|
48 | 58 |
Backups: |
49 | 59 |
Archived imports: |
Also available in: Unified diff
README.TXT: Data import: Added steps to record the import times in inputs/import.stats.xls