I've used both Neo4j's simple and advanced mapping modes in my Spring Data Neo4j project. Since I've switched from simple to advanced mappings, the project's performance is a lot, and I mean really a lot better than before. I've got no exact numbers to present, but it is for sure a multitude. Can somebody clarify why advanced mapping mode outperforms simple mapping?
I've read the Prorgramming Model page from the SDN documentation, but I couldn't find the exact reason.
For the record, I'm using the @Transactional support from Spring.