My problem being that the Drools engine will create one RightTuple per instance of B (and per rule with a similar accumulate), even if no instance of A matches the someConditions.
I will try to add alpha conditions (not related to $a or other CI) to $b, to reduce the number of joinable instances, but it would be great to be able to ask drools to wait for the $a to match before looking for the $b's. Was'nt it something that Phreak enabled ?