Skip to content
Loïc edited this page Mar 26, 2015 · 2 revisions

Some tips to improve performance:

  • Reduce NUMBEROFPATCH from config/Config*.prop: Each time you index an image, there will be NUMBEROFPATCH * NUMBEROFTV data that will be store. If you reduce this number, the results quality will be poor but the speed will be better. If you reduce this number in config/ConfigServer.prop file, index and search will be faster. IF YOU CHANGE THIS NUMBER, YOU MUST DROP YOUR EXISTING INDEX AND REINDEX ALL YOUR IMAGES!!! if you reduce this number in config/ConfigClient.prop file, search will be faster (but no need to reindex).
  • Reduce NUMBEROFTV: If you reduce this number, the results quality will be poor but the speed will be better too.
  • MEMORY VS REDIS: Memory has better performance than Redis.
  • Use Storage: See server section.