Bug 1014071 - DataModelOracle: Performance issues when model is large. Re-write to provide more granular retrieval
Summary: DataModelOracle: Performance issues when model is large. Re-write to provide ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ER5
: 6.0.0
Assignee: manstis
QA Contact: Zuzana Krejčová
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-01 11:30 UTC by manstis
Modified: 2016-08-01 01:08 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:20:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1002370 0 high CLOSED Guided Rule Editor: Add size related operators for Collection properties 2021-02-22 00:41:40 UTC

Internal Links: 1002370

Description manstis 2013-10-01 11:30:38 UTC
Description of problem:

DataModelOracle is the "meta data engine" for all Drools editors. It contains details of types available for authoring, their fields and data-types etc. At the moment it is constructed as a single large object and marshalled to the client. The marshalling can take a long time.

Proposal is to re-write DMO access; so that smaller chunks of data are returned to the client on-demand; thus removing the marshalling of one large object.
 
Version-Release number of selected component (if applicable):

6.0.x.


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