我正在使用spring-data-neo4j来访问Neo4j数据库。我想启用REST streaming来提高Neo4j交互的性能。
任何人都可以指导我如何通过spring-data-neo4j利用流媒体?即如何告诉spring数据将每个REST请求中的'stream=true'
标头发送到Neo4j服务器?
答案 0 :(得分:1)
默认情况下已启用。
您可以通过系统属性控制它:org.neo4j.rest.stream=true
https://github.com/neo4j/java-rest-binding#configuration-system-properties