Bug 109010

Summary: No access to APIs for streaming of LOBs into the DB
Product: [Retired] Red Hat Web Application Framework Reporter: Daniel BerrangĂ© <berrange>
Component: persistenceAssignee: ccm-bugs-list
Status: CLOSED WONTFIX QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightlyKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-02 17:27:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Berrangé 2003-11-04 10:49:43 UTC
Description of problem:

All common JDBC drivers provide APIs for streaming of LOBs in & out of
the DB. These APIs, however, are not exposed/used by persistence, so
applications have to pull the entire LOB into memory when
reading/writing. This is not at all good for scalability of
applications using LOBs, such as CMS images / file attachments / Doc
Manager. A mere 10 users downloading 35 MB files will use up at *best*
350 MB, potentially some multiple of this amount if the byte[] are
copied in memory ever. 

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Daniel Berrangé 2006-09-02 17:27:32 UTC
Closing old tickets