From 6cbb8e9853152cdb3cfdade3f512bc20b4b0b034 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 4 Mar 2015 22:51:21 +0100 Subject: * README files completed --- import/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'import') diff --git a/import/README.md b/import/README.md index 7e7b2ab..058356d 100644 --- a/import/README.md +++ b/import/README.md @@ -42,3 +42,5 @@ All the script does is running all the 01?_*.sql scripts against selected databa * `01c_constraints.sql` - creating foreign key constraints on all foreign keys in the database Provided, there's also the `10_fixes.sql` SQL script. It contains fixes for factual errors in the database which have been [reported upstream](http://ergast.com/mrd/bugs), but are yet to have fixes available in the dump. + +Note that some data in the original database could easily be normalized - countries, nationalities and such things would work beatifully in a dictionary. I've decided not to include any such normalization for backwards compatibility - all of the queries against the original, vanilla database, work identically against the tweaked database. -- cgit v1.2.3