
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
CommentOnParameter.7z (2.65 MB)
|
|
Environment:
|
Firebird 2.5.0.26074 x64, Windows 7 Professional 64-Bit (German), 4 GB RAM
Firebird 2.5.0.26074 x64, Windows 7 Professional 64-Bit (German), 4 GB RAM
|
|
| Planning Status: |
Unspecified
|
|
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)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
|
|
Description
|
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)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 |
Show » |
|