I tried it with articleTitle (the full title) rather than articleID because, for historical reasons, there's not a universal ID in the database (I could construct one by a concat, but I'm expecting that'd be slow as well).
Also, articleTitle is a key, but not the primary key. The incrementing...