Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement docs for Cypher Procedures on 5.11 #3695

Closed
conker84 opened this issue Jul 26, 2023 · 0 comments
Closed

Improvement docs for Cypher Procedures on 5.11 #3695

conker84 opened this issue Jul 26, 2023 · 0 comments

Comments

@conker84
Copy link
Collaborator

See the commit message of the PR:

GlobalProcedures produces immutable snapshots #21568

.. of the available procedures. These are updated on every modification to the ProcedureRegistry (~56 of those during a normal startup), and are thus fairly costly. Since this adds time mainly to the boot-up process, it is unlikely to cause any substantial issues.

This commit will introduce a "breaking" change for apoc-extended. If the user registers a procedure with apoc.custom.declareProcedure, and attempts to use it in the same transaction, where it would previously work(-ish) it will now fail since the procedure snapshot will not be updated for an ongoing transaction.

We need to update the docs accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants