Importing is slow

Issue #3 resolved
Ada Young repo owner created an issue

Importing a large number of news posts is incredibly slow due to the way LoadData() works. Make it so it doesn't depend on ProcessNews() which is well suited for adding posts one at a time.

Comments (2)

  1. Ada Young reporter

    This is addressed at c93cd90 but I'm wary of merging it in the master branch till I know why the database is left in a locked state after executemany() and why issuing END seems to resolve it even though it complains about no transaction being in progress.

  2. Log in to comment