hmmm, DB loading became way slower with the patch because of java URI usage.<br><br>method profiling reveals that file.toURI() usage eats 51% of the cpu while loading DB. new URI() also cost a lot.<br><br>Any ideas ?<br>