seantomburke / ESCan

ESCan system for UCI's E-Week. Inspired by Cal Poly's eScan system

Home Page:esc.eng.uci.edu/escan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize Queries

seantomburke opened this issue · comments

All Queries currently SELECT * FROM table. This slows down once 1000 of entries are present. Take advantage of merges.

All queries analyzed and optimized!