pimbongaerts / mesophotic

Ruby on Rails application to host scientific information on mesophotic coral ecosystems
http://www.mesophotic.org
MIT License
1 stars 1 forks source link

Offload word frequency calculation to the DB, if possible. #111

Closed ryanbooker closed 3 years ago

ryanbooker commented 3 years ago

Updated ruby and refactored code instead, at least an order of magnitude faster and doesn't create as many new objects. DB version worked, but on large publication lists was much slower and required far more memory.