neo4j-php-ogm

Maximum size of Parameter Object in Query?

妖精的绣舞 提交于 2019-12-10 11:06:43
问题 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,