Bug 1045534 - Significant performance improvement when creating new nodes
Summary: Significant performance improvement when creating new nodes
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: ModeShape
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: CR2
: 6.0
Assignee: Horia Chiorean
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-20 16:42 UTC by Horia Chiorean
Modified: 2016-02-10 08:51 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-10 08:51:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker MODE-2123 0 Blocker Closed Significant performance improvement when creating new nodes 2014-02-13 14:47:22 UTC

Description Horia Chiorean 2013-12-20 16:42:03 UTC
While profiling a heavy-load scenario using a database, we've discovered a piece of code that for new nodes (i.e. nodes added via parent.addNode) always hits the Infinispan cache store, in an attempt to search for the node.

This has a *huge* performance penalty in a case when we know up-front that the node will *never be* in the cache.

After fixing this, profiling the code shows *significant* performance improvements.

Comment 4 JBoss JIRA Server 2014-01-07 17:45:37 UTC
Randall Hauch <rhauch> updated the status of jira MODE-2123 to Closed

Comment 5 belong 2014-01-08 03:37:03 UTC
Assuming this does not need to be documented as a known issue in the Release Notes - setting to requires_doc_text- accordingly.

Comment 6 Filip Nguyen 2014-02-13 14:47:14 UTC
Verified that changes made it into the product.


Note You need to log in before you can comment on or make changes to this bug.