Hello, I'm experimenting with my own server extensions to speed up batch querying and batch update of the graph. Part of my extensions are working as expected giving me significant performance boost on large queries.
Now I'm trying to implement batch update of multiple nodes. I was thinking to implement this with POSTing the new node contents to the server but I don't know if it is supported in extensions and if yes what is the correct syntax. Can somebody point me in the right direction? Using GET to send these data seems to be a bad idea (URLs would get too long). Thanks, Miklós Kiss _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

