You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2009/10/15 01:08:31 UTC

[jira] Created: (ODE-682) Compress data stored in the LARGE_DATA table

Compress data stored in the LARGE_DATA table
--------------------------------------------

                 Key: ODE-682
                 URL: https://issues.apache.org/jira/browse/ODE-682
             Project: ODE
          Issue Type: Improvement
          Components: BPEL Runtime
            Reporter: Alex Boisvert
             Fix For: 1.3.4


For better performance (since the engine's bottleneck is often database write throughput), a good tradeoff is to compress the data stored in the LARGE_DATA table.    
(Trading off CPU usage for increased transaction throughput).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-682) [1.x; hibernate] Compress data stored in the LARGE_DATA table

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-682:
---------------------------------

    Summary: [1.x; hibernate] Compress data stored in the LARGE_DATA table   (was: Compress data stored in the LARGE_DATA table)

> [1.x; hibernate] Compress data stored in the LARGE_DATA table 
> --------------------------------------------------------------
>
>                 Key: ODE-682
>                 URL: https://issues.apache.org/jira/browse/ODE-682
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>            Reporter: Alex Boisvert
>             Fix For: 1.3.4
>
>
> For better performance (since the engine's bottleneck is often database write throughput), a good tradeoff is to compress the data stored in the LARGE_DATA table.    
> (Trading off CPU usage for increased transaction throughput).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (ODE-682) Compress data stored in the LARGE_DATA table

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765815#action_12765815 ] 

Alex Boisvert commented on ODE-682:
-----------------------------------

Fixed for Hibernate in 1.x branch,
boisvert@sixtine:~/svn/ode/1.1$ svn commit -m "ODE-682: Compress data stored in the LARGE_DATA table"
Sending        Rakefile
Adding         dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/hobj/GZipDataType.java
Sending        dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/hobj/HLargeData.java
Transmitting file data ...
Committed revision 825343.

Feature may be disabled by setting system property "org.apache.ode.daohib.bpel.hobj.GZipDataType.enabled" to "false".

(Change is backwards-compatible)


> Compress data stored in the LARGE_DATA table
> --------------------------------------------
>
>                 Key: ODE-682
>                 URL: https://issues.apache.org/jira/browse/ODE-682
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>            Reporter: Alex Boisvert
>             Fix For: 1.3.4
>
>
> For better performance (since the engine's bottleneck is often database write throughput), a good tradeoff is to compress the data stored in the LARGE_DATA table.    
> (Trading off CPU usage for increased transaction throughput).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-682) [1.x; hibernate] Compress data stored in the LARGE_DATA table

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen resolved ODE-682.
----------------------------------

      Assignee: Alex Boisvert
    Resolution: Fixed

Fixed for hibernate-only in 1.x

> [1.x; hibernate] Compress data stored in the LARGE_DATA table 
> --------------------------------------------------------------
>
>                 Key: ODE-682
>                 URL: https://issues.apache.org/jira/browse/ODE-682
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>            Reporter: Alex Boisvert
>            Assignee: Alex Boisvert
>             Fix For: 1.3.4
>
>
> For better performance (since the engine's bottleneck is often database write throughput), a good tradeoff is to compress the data stored in the LARGE_DATA table.    
> (Trading off CPU usage for increased transaction throughput).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira