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

Allow re-optimization of cached SPs under some circumstances. [CORE828] #1216

Open
firebird-automations opened this issue Jun 21, 2006 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @pcisar

Replaces CORE331

Problem:
When SP uses index and this index is deleted after the procedure was cached, SP can't execute.

Reason:
Procedure's optimized BLR resides in the metadata cache. To clear this cache, it's enough to disconnect all users from database. Recompilation is not necessary. It would be nice to allow re-optimization of cached SPs under some circumstances.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue replaces CORE331 [ CORE331 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

assignee: Dmitry Yemanov [ dimitr ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11024 ] => Firebird [ 14586 ]

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