by ghend0 » Wed Mar 04, 2015 8:44 pm
While downloading all headers for a group, I noticed that the import order for the header files is not oldest first. It appears that the most recently downloaded header file is the one that is imported next. The header files are downloaded far more quickly that they are imported. As a result, the database is loaded starting with the oldest headers, but then as importing continues, the import order skips ahead to the next most recent file leaving older headers waiting. After downloading is complete, the remaining header files are imported in reverse download order. This would seem to leave the database file with the oldest headers at both ends and the newest somewhere in the middle. I am wondering if this has any impact on the efficiency of the database when taking into account how it is used by Newsbin. Would there be any advantage to importing the headers in chronological order?