illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 36 forks source link

Add index to netid column in users table #285

Open nwalters512 opened 5 years ago

nwalters512 commented 5 years ago

Right now, I'm reasonably confident that the autocomplete API on the admin management page is doing a table scan on the users table (should verify by asking the query planner). My hope is that adding an index can help avoid that, although I'm not sure how indices work for LIKE queries. More research possibly needed.