smburdick/modular

query optimization

Opened this issue · 1 comments

  • do NOT do select * unless you really need all the attributes; look at what attributes you're actually using, and select those instead.

this is mainly for getting model data--you shouldn't need the object file outside of the editor view