This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 255847 - Optimize blob/clob fetching
Summary: Optimize blob/clob fetching
Status: RESOLVED DUPLICATE of bug 255879
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: matthias42
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-10 17:16 UTC by matthias42
Modified: 2015-10-14 15:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matthias42 2015-10-10 17:16:51 UTC
Evaluate buffer size when fetching blobs. Blob loading currently "feels" slow - check whether changing buffer size whilel fetching improves performance.

Alternativly/additionally check if blob can be fetched on demand (use LOB locator/primarykey fetch).
Comment 1 matthias42 2015-10-14 15:55:14 UTC

*** This bug has been marked as a duplicate of bug 255879 ***