posted 10 months ago
One of the very first things I learned on-the-job in IT is that it's usually not a good idea to create keys at the same time you're loading tables. Since keys are often kept in some sort of balanced tree, the continual re-balancing that comes from seeing a stream of keys come in en masse can really slow down the loading.
Although in your case, I think key creation failed outright.
If you didn't delete the previous load before running again, then the key creation process probably had existing data to work on, and it's a lot more efficient to build a keyset from a loaded table.
This is just a rough guess and there almost certainly have been some error messages that should have come out of the load, but as long as you got your import done properly, it's not important.
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer