- Timestamp:
-
02/01/10 00:03:49 (7 months ago)
- Author:
-
kasper
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v49
|
v50
|
|
| 26 | 26 | * Traversing and building the structure of datastores. |
| 27 | 27 | * Executing datastore-neutral queries in a SQL-like manner. |
| 28 | | * Provide datastores that do not support queries with a query engine. |
| | 28 | * Provide datastores that do not support queries with a [QueryPostProcessor query engine]. |
| 29 | 29 | * Implement this system for JDBC databases, Comma-separated files, XML files, Excel spreadsheets, MS Access (.mdb), dBase (.dbf) and !OpenOffice (.odb) database-files. |
| 30 | | * Allow querying across datastores in a way that is similar to querying a single datastore. This involves transparent client-side joining, filtering, grouping etc. |
| | 30 | * Allow [CompositeDataContext querying across datastores] in a way that is similar to querying a single datastore. This involves transparent client-side joining, filtering, grouping etc. |
| 31 | 31 | * [QuerySplitter Split single queries into multiple ones] that yield the same collective result, enabling powerful performance optimization and grid execution for heavy work loads. |
| 32 | 32 | |
|
|