seantomburke / ESCan

ESCan system for UCI's E-Week. Inspired by Cal Poly's eScan system
esc.eng.uci.edu/escan
1 stars 2 forks source link

Optimize Queries #31

Closed seantomburke closed 9 years ago

seantomburke commented 10 years ago

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

seantomburke commented 9 years ago

All queries analyzed and optimized!