You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Kevin Sutter (JIRA)" <ji...@apache.org> on 2009/12/23 04:55:29 UTC

[jira] Created: (OPENJPA-1443) DataCache and QueryCache improvements

DataCache and QueryCache improvements
-------------------------------------

                 Key: OPENJPA-1443
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1443
             Project: OpenJPA
          Issue Type: Improvement
          Components: datacache
    Affects Versions: 2.0.0-M3
            Reporter: Kevin Sutter
            Assignee: Kevin Sutter


Looking to improve the efficiency of the DataCache and QueryCache.  Benchmarking is showing that the constant conversion from the POJO format to and from the PCData format is taking its toll.  After talking with Patrick on the subject, he pointed out the PCDataGenerator which enhances the Entities for use in the Cache (vs using whole new PCData objects).  The use of the PCDataGenerator is configured via the openjpa.DynamicDataStructs property.

When I dug into this a bit, I discovered that the testcases for this function have been disabled since they were introduced into our repository.  As I continue to investigate the alternatives, I'm updating these testcases and re-enabling them.  There is a whole set of testcases related to the datacache and querycache capabilities.  I may be busy for a while...

This JIRA will be used to re-enable these testcases.  And, maybe even start to improve the efficiency of this PCData object processing...

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


[jira] Commented: (OPENJPA-1443) DataCache and QueryCache improvements

Posted by "Xiaoqin Feng (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794884#action_12794884 ] 

Xiaoqin Feng commented on OPENJPA-1443:
---------------------------------------

I am on vacation from 12/20/2009  to 12/26/2009.

If you have any question on deployment and JEE bugs, please contact Saurabh Arora or my manager Maruthi Nuthikattu.

For emergency, contact me at 925-209-5517.


> DataCache and QueryCache improvements
> -------------------------------------
>
>                 Key: OPENJPA-1443
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1443
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: datacache
>    Affects Versions: 2.0.0-M3
>            Reporter: Kevin Sutter
>            Assignee: Kevin Sutter
>
> Looking to improve the efficiency of the DataCache and QueryCache.  Benchmarking is showing that the constant conversion from the POJO format to and from the PCData format is taking its toll.  After talking with Patrick on the subject, he pointed out the PCDataGenerator which enhances the Entities for use in the Cache (vs using whole new PCData objects).  The use of the PCDataGenerator is configured via the openjpa.DynamicDataStructs property.
> When I dug into this a bit, I discovered that the testcases for this function have been disabled since they were introduced into our repository.  As I continue to investigate the alternatives, I'm updating these testcases and re-enabling them.  There is a whole set of testcases related to the datacache and querycache capabilities.  I may be busy for a while...
> This JIRA will be used to re-enable these testcases.  And, maybe even start to improve the efficiency of this PCData object processing...

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


[jira] Updated: (OPENJPA-1443) DataCache and QueryCache improvements

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-1443:
----------------------------------

    Fix Version/s: 2.0.0

Junit changes have been checked into 2.0.0 using this issue, so can we rename it to deal with test updates and reopen another for future work?


> DataCache and QueryCache improvements
> -------------------------------------
>
>                 Key: OPENJPA-1443
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1443
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: datacache
>    Affects Versions: 2.0.0-M3
>            Reporter: Kevin Sutter
>            Assignee: Kevin Sutter
>             Fix For: 2.0.0
>
>
> Looking to improve the efficiency of the DataCache and QueryCache.  Benchmarking is showing that the constant conversion from the POJO format to and from the PCData format is taking its toll.  After talking with Patrick on the subject, he pointed out the PCDataGenerator which enhances the Entities for use in the Cache (vs using whole new PCData objects).  The use of the PCDataGenerator is configured via the openjpa.DynamicDataStructs property.
> When I dug into this a bit, I discovered that the testcases for this function have been disabled since they were introduced into our repository.  As I continue to investigate the alternatives, I'm updating these testcases and re-enabling them.  There is a whole set of testcases related to the datacache and querycache capabilities.  I may be busy for a while...
> This JIRA will be used to re-enable these testcases.  And, maybe even start to improve the efficiency of this PCData object processing...

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


[jira] Work started: (OPENJPA-1443) DataCache and QueryCache improvements

Posted by "Kevin Sutter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on OPENJPA-1443 started by Kevin Sutter.

> DataCache and QueryCache improvements
> -------------------------------------
>
>                 Key: OPENJPA-1443
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1443
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: datacache
>    Affects Versions: 2.0.0-M3
>            Reporter: Kevin Sutter
>            Assignee: Kevin Sutter
>
> Looking to improve the efficiency of the DataCache and QueryCache.  Benchmarking is showing that the constant conversion from the POJO format to and from the PCData format is taking its toll.  After talking with Patrick on the subject, he pointed out the PCDataGenerator which enhances the Entities for use in the Cache (vs using whole new PCData objects).  The use of the PCDataGenerator is configured via the openjpa.DynamicDataStructs property.
> When I dug into this a bit, I discovered that the testcases for this function have been disabled since they were introduced into our repository.  As I continue to investigate the alternatives, I'm updating these testcases and re-enabling them.  There is a whole set of testcases related to the datacache and querycache capabilities.  I may be busy for a while...
> This JIRA will be used to re-enable these testcases.  And, maybe even start to improve the efficiency of this PCData object processing...

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


[jira] Commented: (OPENJPA-1443) DataCache and QueryCache improvements

Posted by "Xiaoqin Feng (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794885#action_12794885 ] 

Xiaoqin Feng commented on OPENJPA-1443:
---------------------------------------

I am on vacation from 12/20/2009  to 12/26/2009.

If you have any question on deployment and JEE bugs, please contact Saurabh Arora or my manager Maruthi Nuthikattu.

For emergency, contact me at 925-209-5517.


> DataCache and QueryCache improvements
> -------------------------------------
>
>                 Key: OPENJPA-1443
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1443
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: datacache
>    Affects Versions: 2.0.0-M3
>            Reporter: Kevin Sutter
>            Assignee: Kevin Sutter
>
> Looking to improve the efficiency of the DataCache and QueryCache.  Benchmarking is showing that the constant conversion from the POJO format to and from the PCData format is taking its toll.  After talking with Patrick on the subject, he pointed out the PCDataGenerator which enhances the Entities for use in the Cache (vs using whole new PCData objects).  The use of the PCDataGenerator is configured via the openjpa.DynamicDataStructs property.
> When I dug into this a bit, I discovered that the testcases for this function have been disabled since they were introduced into our repository.  As I continue to investigate the alternatives, I'm updating these testcases and re-enabling them.  There is a whole set of testcases related to the datacache and querycache capabilities.  I may be busy for a while...
> This JIRA will be used to re-enable these testcases.  And, maybe even start to improve the efficiency of this PCData object processing...

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


[jira] Resolved: (OPENJPA-1443) Turn on some additional DataCache and PCData testcases

Posted by "Kevin Sutter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Sutter resolved OPENJPA-1443.
-----------------------------------

    Resolution: Fixed

> Turn on some additional DataCache and PCData testcases
> ------------------------------------------------------
>
>                 Key: OPENJPA-1443
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1443
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: datacache
>    Affects Versions: 2.0.0-M3
>            Reporter: Kevin Sutter
>            Assignee: Kevin Sutter
>             Fix For: 2.0.0
>
>
> Looking to improve the efficiency of the DataCache and QueryCache.  Benchmarking is showing that the constant conversion from the POJO format to and from the PCData format is taking its toll.  After talking with Patrick on the subject, he pointed out the PCDataGenerator which enhances the Entities for use in the Cache (vs using whole new PCData objects).  The use of the PCDataGenerator is configured via the openjpa.DynamicDataStructs property.
> When I dug into this a bit, I discovered that the testcases for this function have been disabled since they were introduced into our repository.  As I continue to investigate the alternatives, I'm updating these testcases and re-enabling them.  There is a whole set of testcases related to the datacache and querycache capabilities.  I may be busy for a while...
> This JIRA will be used to re-enable these testcases.  And, maybe even start to improve the efficiency of this PCData object processing...

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


[jira] Updated: (OPENJPA-1443) DataCache and QueryCache improvements

Posted by "Kevin Sutter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Sutter updated OPENJPA-1443:
----------------------------------

    Comment: was deleted

(was: I am on vacation from 12/20/2009  to 12/26/2009.

If you have any question on deployment and JEE bugs, please contact Saurabh Arora or my manager Maruthi Nuthikattu.

For emergency, contact me at 925-209-5517.
)

> DataCache and QueryCache improvements
> -------------------------------------
>
>                 Key: OPENJPA-1443
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1443
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: datacache
>    Affects Versions: 2.0.0-M3
>            Reporter: Kevin Sutter
>            Assignee: Kevin Sutter
>
> Looking to improve the efficiency of the DataCache and QueryCache.  Benchmarking is showing that the constant conversion from the POJO format to and from the PCData format is taking its toll.  After talking with Patrick on the subject, he pointed out the PCDataGenerator which enhances the Entities for use in the Cache (vs using whole new PCData objects).  The use of the PCDataGenerator is configured via the openjpa.DynamicDataStructs property.
> When I dug into this a bit, I discovered that the testcases for this function have been disabled since they were introduced into our repository.  As I continue to investigate the alternatives, I'm updating these testcases and re-enabling them.  There is a whole set of testcases related to the datacache and querycache capabilities.  I may be busy for a while...
> This JIRA will be used to re-enable these testcases.  And, maybe even start to improve the efficiency of this PCData object processing...

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


[jira] Updated: (OPENJPA-1443) Turn on some additional DataCache and PCData testcases

Posted by "Kevin Sutter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Sutter updated OPENJPA-1443:
----------------------------------

    Summary: Turn on some additional DataCache and PCData testcases  (was: DataCache and QueryCache improvements)

Renaming per Donald's suggestion and created a new subtask for the additional future work still required...

> Turn on some additional DataCache and PCData testcases
> ------------------------------------------------------
>
>                 Key: OPENJPA-1443
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1443
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: datacache
>    Affects Versions: 2.0.0-M3
>            Reporter: Kevin Sutter
>            Assignee: Kevin Sutter
>             Fix For: 2.0.0
>
>
> Looking to improve the efficiency of the DataCache and QueryCache.  Benchmarking is showing that the constant conversion from the POJO format to and from the PCData format is taking its toll.  After talking with Patrick on the subject, he pointed out the PCDataGenerator which enhances the Entities for use in the Cache (vs using whole new PCData objects).  The use of the PCDataGenerator is configured via the openjpa.DynamicDataStructs property.
> When I dug into this a bit, I discovered that the testcases for this function have been disabled since they were introduced into our repository.  As I continue to investigate the alternatives, I'm updating these testcases and re-enabling them.  There is a whole set of testcases related to the datacache and querycache capabilities.  I may be busy for a while...
> This JIRA will be used to re-enable these testcases.  And, maybe even start to improve the efficiency of this PCData object processing...

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