madebyhiro / codem-transcode

Offline video transcoder written in node.js
Other
153 stars 68 forks source link

Performance issue due to SQL commands #14

Closed tieleman closed 11 years ago

tieleman commented 11 years ago

SQLite causes a massive amount of reads/seeks due to the use of "LIKE" when finding a job. Switching to "=" should fix this.