I have some benchmarking results that can help show the performance of
the PCR.
First I added 5,000 nodes and set 7 properties to each node (35,000
total properties). This took 110.87994909286 seconds. The SQL export
for the table was 5mb in size and had 45,000 rows (total characters in
the 7 properties combined was around 3500 characters).
Then on the root node i called getNodes to retrieve all 5,000 nodes.
This took 0.56678485870361 seconds.
My favorite is that I could retrieve all 5,000 nodes and get all
properties for each node in 13.906414031982 seconds.
Also if you are not happy with the MySQL implementation, you can set
up a more elaborate DB model if you want. This is the beauty of the
PCR - the persistence manager.
-Sam
On Oct 11, 7:00 pm, Georg Wächter <
georgwaech...@googlemail.com>
wrote: