Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 353845 - [Query2] Query execution over hetergeneous backend
Summary: [Query2] Query execution over hetergeneous backend
Status: ASSIGNED
Alias: None
Product: EMF
Classification: Modeling
Component: Query2 (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-04 02:24 EDT by saurav sarkar CLA
Modified: 2011-08-04 02:26 EDT (History)
0 users

See Also:
saurav.sarkar1: juno+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description saurav sarkar CLA 2011-08-04 02:24:38 EDT
Query2 must have the facility to allow query execution and retrieval of results from hetergeneous backend.It must provide a framework (Storage processor framework) which provide the facility to let allow the backend plug-in their own code.

The Query storage processors for a respective backend must provide the following facilities.

(a) Query execution and results retrieval.
(b) Query mapping from Query2 to native Query language or any query interpretation.
(c) Conversion of native results to Query2 result data structure.

Query mapping or transformation of Query can be helped if we have an EMF model of the Interal Query BQL AST.Already a bug opened for this
https://bugs.eclipse.org/bugs/show_bug.cgi?id=353092

Once we get the model it will make the storage processor framework more robust and more flexible.