Comment 2 for bug 411556

Revision history for this message
James Henstridge (jamesh) wrote :

Jamu: I think Jason's idea is for Storm to coalesce the inserts at flush time rather than the user explicitly adding multiple results. The main difficulty here is to make sure we don't break the flush ordering constraints that have been imposed by the user (or on their behalf by Reference/ReferenceSet).

I'd probably go for adding the functionality to the base Insert() expression class, and let the Oracle backend override the compilation function when more than one row is specified.