ocsigen / macaque

Other
38 stars 12 forks source link

How hard is it to implement JOIN ? #4

Open kit-ty-kate opened 10 years ago

kit-ty-kate commented 10 years ago

I'm asking this because (we think) we need this and maybe we can implement it in macaque.

dinosaure commented 10 years ago

Indeed, we need to join several tables depending on certain factors and avoid either multiple queries (which is currently the case) or a reduction on the result of a query.