Bug 989274

Summary: RFE: As a sysadmin I want file upload parts to be stored outside the database so that database performance is not negatively impacted
Product: [Retired] Zanata Reporter: David Mason <damason>
Component: PerformanceAssignee: Michelle Kim <mkim>
Status: CLOSED UPSTREAM QA Contact: Zanata-QA Mailling List <zanata-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.0CC: dchen, djansen, zanata-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-29 02:11:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Mason 2013-07-29 01:01:14 UTC
Description of problem:
Uploaded files are now stored on the file system rather than as database blobs, but when uploaded as multiple parts, the parts of uploaded files are stored as blobs until the upload is complete. Upload parts should be stored on the file system like completed uploads.


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

How reproducible:


Steps to Reproduce:
1. Upload a file using one of the java clients, specifying an upload chunk size smaller than the size of the file.

Actual results:
Parts of the file are persisted as blobs in the database until the upload is complete.

Expected results:
Parts of the file are persisted to the file system until the upload is complete.

Additional info:
Parts are stored in table HDocumentUploadPart

Comment 2 Damian Jansen 2015-07-14 00:21:05 UTC
Reassigned to PM

Comment 3 Zanata Migrator 2015-07-29 02:11:19 UTC
Migrated; check JIRA for bug status: http://zanata.atlassian.net/browse/ZNTA-145