Bug 185034 - Create in-memory cube.
Summary: Create in-memory cube.
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.2.1   Edit
Assignee: Jerry Cheng CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
: 192327 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-05-02 03:03 EDT by Lin Zhu CLA
Modified: 2007-08-22 23:57 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lin Zhu CLA 2007-05-02 03:03:07 EDT
Currently the Cube is always created in disk. However we might need it to be created in memory instead. This would enhance the performance in case that cube is relatively small.
Comment 1 Lin Zhu CLA 2007-06-13 01:45:47 EDT
*** Bug 192327 has been marked as a duplicate of this bug. ***
Comment 2 Lin Zhu CLA 2007-08-21 23:32:25 EDT
Add new appContext property DataEngine.IN_MEMORY_CUBE_SIZE which takes an integer (N) as value. Data engine will then use up to N MB physical memory for materializing a single cube. If all those N MB physical memory is consumed then we will use disk to save cube data.

The DtE side fixing has been done. Reassign to GUI for their part fixing.
Comment 3 Zhiqiang Qian CLA 2007-08-22 03:12:18 EDT
Added option in preference page, reassign to viewer to pass setting to data engine..
Comment 4 Jerry Cheng CLA 2007-08-22 23:57:24 EDT
Add new option in web.xml and URL to allow user to specify the memory size for creating cube.
Also add a new group in configuration page of wtp plugin.