neo4j / apoc

Apache License 2.0
84 stars 27 forks source link

[8cS8e3IT] Optimise apoc.meta.* procedures #589

Closed loveleif closed 6 months ago

loveleif commented 6 months ago

Optimize apoc.meta.* by using internal kernel APIs instead of inner queries.

657x speedup 💨 in the added benchmark (from 2 ops/s to 1314 ops/s).

loveleif commented 6 months ago

I am not very knowledgable about benchmarks, did you just run it locally? or how did you test it? :)

Yes, ran it locally (./gradlew jmh)