Skip to content
New issue

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

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

Already on GitHub? # to your account

[FR]: Suppress write blobs mon$sql_text and mon$explained_plan in virtual table mon$statements for Firebird 5 #8486

Open
basid-irk opened this issue Mar 25, 2025 · 1 comment

Comments

@basid-irk
Copy link

Firebird 5 add new (virtual) table mon$compiled_statements with blobs mon$sql_text and mon$explained_plan.
In (virtual) table mon$statements added field mon$compiled_statement_id.
Now fields mon$sql_text and mon$explained_plan in mon$statements are redudant.
Suggest add parameter (server and database level) for suppress fill blobs in fields mon$sql_text and mon$explained_plan of table mon$statements.

@dyemanov
Copy link
Member

Better optimize the MON$ blob storage to make it a non-issue from the performance/overhead POV.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants