[ ] Convert MySQL PDO code to MySQLi code ... i.e. the proper WordPress way
[ ] Check for background processing library whether plugin or dependency
[x] Remove index table when Views are trashed
[x] Add uninstall function
[ ] Add remove tables on uninstall setting
[x] Enqueue creating index tables for existing DT Views on activation
[ ] Make multi-select sort field UI sortable with drag and drop + touch
[ ] General Code Clean Up
[ ] Dynamically identify how many rows can be inserted at a time without causing strain on the server (currently it is processing 250 at a time and inserting 1 row)
[ ] Add notice to GV edit.php table which tables are indexed