MarkShnier__You
Qrew Legend
4 years agoRe: Tables to Draw Formula Queries from: How Big is Too Big?
I ran into that same issue.
I think the problem is that the formula query needs to run 87,000 times against a record set of 87,000 records. So it has to touch 87,000×87,000 records which is touching 7 billion records.
So the formula Queries can be incredibly useful but you kind of have to plan ahead because I imagine it's possible that a Formula Query would work initially for a new app but as the data builds up it may stop working.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
I think the problem is that the formula query needs to run 87,000 times against a record set of 87,000 records. So it has to touch 87,000×87,000 records which is touching 7 billion records.
So the formula Queries can be incredibly useful but you kind of have to plan ahead because I imagine it's possible that a Formula Query would work initially for a new app but as the data builds up it may stop working.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------