[zanata-bugs] [Bug 989274] New: As a sysadmin I want file upload parts to be stored outside the database so that database performance is not negatively impacted

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 29 01:01:14 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=989274

            Bug ID: 989274
           Summary: As a sysadmin I want file upload parts to be stored
                    outside the database so that database performance is
                    not negatively impacted
           Product: Zanata
           Version: 3.0
         Component: Performance
          Assignee: irooskov at redhat.com
          Reporter: damason at redhat.com
        QA Contact: zanata-qa at redhat.com
                CC: zanata-bugs at redhat.com

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LLvU2AcnBh&a=cc_unsubscribe




More information about the zanata-bugs mailing list