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

COMMENT ON PARAMETER - Statement leads in a consumption of 1.7 GB RAM and a runtime of more than 1 Minute [CORE3157] #3533

Closed
firebird-automations opened this issue Oct 5, 2010 · 9 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Daniel Bauten (danielbauten)

Attachments:
CommentOnParameter.7z

Adding a parameter description to a stored procedure leads (e.g. in attached database) in a memory consumption of 1.7 GB an a runtime of about 1 minute 15 seconds.

To reprocude, please do the following.

1. Extract CommentOnParameter.7z (please note: file is password protected; please mail to Daniel.Bauten(a)http://hksinformatik.de to obtain the password).

2. Use the following statement (runtime on my system: 1 minute 15 seconds).

COMMENT ON PARAMETER CHK_A_IN_CTR.AUTOSREF_FREF IS
'Test';

3. Use the following syntax (runtime on my system: 62 ms).

DESCRIBE PARAMETER AUTOSREF_FREF PROCEDURE CHK_A_IN_CTR
'Test';

Feel free to contact me if you have further questions about this issue.

Thanks in advance for fixing this. ;-)

Daniel

Commits: dfb7ee4

====== Test Details ======

> Extract CommentOnParameter.7z (please note: file is password protected
No password - no test :)

@firebird-automations
Copy link
Collaborator Author

Modified by: Daniel Bauten (danielbauten)

Attachment: CommentOnParameter.7z [ 11783 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: Daniel Bauten (danielbauten)

description: Adding a parameter description to a stored procs leads (e.g. in attached database) in a memory consumption of 1.7 GB an a runtime of about 1 minute 15 seconds.

To reprocude, please do the following.

1. Extract CommentOnParameter.7z (please note: file is password protected; please mail to Daniel.Bauten(a)http://hksinformatik.de to obtain the password).

2. Use the following statement (runtime on my system: 1 minute 15 seconds).

COMMENT ON PARAMETER CHK_A_IN_CTR.AUTOSREF_FREF IS
'Test';

3. Use the following syntax (runtime on my system: 62 ms).

DESCRIBE PARAMETER AUTOSREF_FREF PROCEDURE CHK_A_IN_CTR
'Test';

Feel free to contact me if you have further questions about this issue.

Thanks in advance for fixing this. ;-)

Daniel

=>

Adding a parameter description to a stored procedure leads (e.g. in attached database) in a memory consumption of 1.7 GB an a runtime of about 1 minute 15 seconds.

To reprocude, please do the following.

1. Extract CommentOnParameter.7z (please note: file is password protected; please mail to Daniel.Bauten(a)http://hksinformatik.de to obtain the password).

2. Use the following statement (runtime on my system: 1 minute 15 seconds).

COMMENT ON PARAMETER CHK_A_IN_CTR.AUTOSREF_FREF IS
'Test';

3. Use the following syntax (runtime on my system: 62 ms).

DESCRIBE PARAMETER AUTOSREF_FREF PROCEDURE CHK_A_IN_CTR
'Test';

Feel free to contact me if you have further questions about this issue.

Thanks in advance for fixing this. ;-)

Daniel

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

I've asked the reported for the database password, but didn't got it.

@firebird-automations
Copy link
Collaborator Author

Commented by: Daniel Bauten (danielbauten)

I haven't received any password request - probably "lost in spam". Sorry, Adriano.

I sent an email to you some minutes ago containing the needed password (Subject: "FB-Tracker CORE3157 - password"). Please let me known if this email won't arrive.

Daniel

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Version: 3.0 Initial [ 10301 ]

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.5.1 [ 10333 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: No test => Not enough information

Test Details: > Extract CommentOnParameter.7z (please note: file is password protected
No password - no test :)

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