Issue Details (XML | Word | Printable)

Key: DERBY-598
Type: Improvement Improvement
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Unassigned
Reporter: Sunitha Kambhampati
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

Ensure that with derby.language.logStatementText.true, values set by streams are not materialized

Created: 04/Oct/05 02:41 AM   Updated: 22/Aug/06 10:06 AM
Return to search
Component/s: SQL
Affects Version/s: 10.0.2.0, 10.0.2.1, 10.1.1.0
Fix Version/s: 10.2.1.6

Time Tracking:
Not Specified

Environment: all
Issue Links:
Duplicate
 

Urgency: Normal
Resolution Date: 17/Aug/06 04:41 PM


 Description  « Hide
Currently, running an app with derby.language.logStatementText=true , will print string representation of the parameter values. For values set by streams, it is not a good idea to do that - as for really large data , out of memory exceptions can occur as a result.

Some placeholder for the stream or the hashcode/class name of the stream can be used instead to represent the parameter value.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Sunitha Kambhampati added a comment - 17/Aug/06 04:41 PM
DERBY-1693 is a duplicate of this issue. But since there is more discussion on derby-1693, marking this as duplicate.

Kristian Waagan added a comment - 22/Aug/06 10:06 AM
Closing this. See previous comment by Sunitha.