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

View: New views
2 Messages — Rating Filter:   Alert me  

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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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] Commented: (ODE-682) Compress data stored in the LARGE_DATA table

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ 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.