grapesmoker / qems2

A new implementation of the QEMS submission system for quizbowl questions.
GNU General Public License v2.0
9 stars 4 forks source link

See if it's possible not to re-index all questions when a new one is added #263

Closed mbentley00 closed 9 years ago

mbentley00 commented 9 years ago

I believe that building the search index is really expensive. Ideally we only need to update this for newly created questions.

mbentley00 commented 9 years ago

I think I've done this. I also created a cron job to do a full update in case things slip through.