Hi, > Our application has a huge number of properties, around 1 million
Each unique property (and node name) is kept in memory in Jackrabbit (in the StringIndex). In any case you may run into memory problems. Could you try to not use a lot of distinct property names? In addition to that, I suggest not to create nodes with many thousand properties. Regards, Thomas
