Maximum size of Parameter Object in Query?
问题 I am using the graphaware php client for neo4j. When running a query with a "large" parameter object (about 200 lines in pretty print, field values are 30 characters max), it freezes. The $queryparams object looks like { "data": { "someproperty": 30000, "anotherproperty": "stringentry", <about 200 more like this here, partially nested> } } where everything is inside the data wrapper most of the 200 entries are garbage that the query never uses The line $queryresult = $client->run($query,