Issue143

Title (datasources) Load all detail resultsets with one single query
Priority wish Status unread
Superseder Nosy List reinhard
Assigned To Topics gnue-common

Created on 2006-11-08.21:57:50 by reinhard, last changed 2006-11-08.21:57:50 by reinhard.

Messages
msg260 (view) Author: reinhard Date: 2006-11-08.21:57:50
Querying the details for each master takes a lot of time, because for each
master record, a separate query is issued to load the detail records.

It might be possible to issue one big query that returns the detail records for
*all* masters (using the master query condition to select only the details for
thos masters that also have been selected) and split the result of that single
query into separate ResultSet objects, one per master record.
History
Date User Action Args
2006-11-08 21:59:17reinhardlinkissue116 superseder
2006-11-08 21:57:50reinhardcreate