Hi Dan,
I realized that my logic for displaying results in the back-end was flawed - it was, in fact, querying all records multiple times. BUT - that was not happening on the login page - just on the Users/Login Log admin page.
There is only 1 instance of a request that gets ALL results - it's the export ALL function.
v.1.0.1 will have the SQL queries fixed.