Export metadata take few hours. Indexing many files stops. Making a report

Hi,

  1. I’m have a problem to export all metadata, its about 10-16k images (only), its take long time, few hours.16k its not much for mysql database, generated xls file have 8mb.
  2. With indexing thats many files its another problem, razuna deadlock, overload cache, timeout, i’m don’t know, but for e.g. after indexed 4k or 7k files, in folder where are 24 files razuna stops at 20th and end work. I’m uploading it with add from server folder, folders and files are quite much how to add it correctly?
  3. Its possible to export metadata recursively for folder and childs?
    I’m want to after export metadata and join it with my old database exported to excel file.
  4. I’m need to generate report (e.g search result) with thumbnails images with custom fields, best to pdf or doc, its possible in next release?

In end but not least important thought I’m want to thank you for making Razuna.

Your performance issues are most likely from not tuning your installation. You can find some help here http://wiki.razuna.com/display/ecp/Adjusting+Memory+Settings+for+Tomcat and http://wiki.razuna.com/display/ecp/Configure+Tomcat+for+production+deployment.

Additionally, I highly recommend to use a front end server like Apache or Nginx. Furthermore, do not access Razuna under a “local” URI. Doing so means it runs in development mode which gives you deadlocks and as you experienced is slow.

Hope this helps.

Thanks for reply, it help. I looked at this posts on wiki and edit this files but I’m haven’t seen first line with CATALINA_OPTS in setenv.sh before. When I was commented this line its working extremly better. Thx.

I’m already use Nginx.