Bug 228524 - Allow report preview to use cached data set data
Summary: Allow report preview to use cached data set data
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.3.0   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Gary Xue CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2008-04-23 17:05 EDT by Gary Xue CLA
Modified: 2010-04-14 02:06 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gary Xue CLA 2008-04-23 17:05:26 EDT
This is a request to allow BIRT Report Designer's report preview to use data set data cached locally, to avoid having to issue data set query every time a report is previewed. This is useful when a data set query  takes a long time to return its result, or when such query consumes valuable external resource. 

FEATURE REQUIREMENTS:
(1) BIRT Engine API changes to allow a run task to create/use local data set cache. Introduce new task/API to clear/invalidate data set cache.
(2) Viewer preference setting to enable caching for preview. Add an action in viewer to clear cache.