That is one suggestion. Jason's suggestion (which I strong concur with) is that generating and passing code is a non-starter.
My rationale is that - generating code well is hard (been there done that) - passing abstract query references is very well understood (see every distributed data base, see dremel, see lots of other systems) - passing code is dangerous - passing abstract queries allows the forms to be restrictive enough to analyze for security purposes. - passing code makes abstraction barriers impossible to enforce - abstract queries are much easier to restructure. On Wed, Sep 12, 2012 at 1:46 PM, Camuel Gilyadov <[email protected]> wrote: > According to > suggested architecture those are auto-generated anyway. >
