hi,
I'm inserting data in batch process (near 200.000 items). At start time the process it's very quick, but after a few minutes the process performance go down. I've noticed that this happens when LRUNodeIdCache is full. Reviewing the source code for this class (LRUNodeIdCache) I've seen that maxSize is hardcoded to 10240. perhaps a code refactor to be able to configure this setting would be interesting. -- Jose Hernandez 675599600 Isthari http://www.isthari.com
