limit size that hops processes
Not plannedSimilar to 'limit' or 'rownumber' clauses in SQL, an optional limitation on the number of rows that hops function returns/processes would com handy in several ways:
- One could chose to limit the size to prevent dependency-tracking-max-threshold
- sometimes hops is used as in "exists" logic (where it is only important to check if a related entity exists), thus returning all is overkill
-
Official comment
This would be a good feature to add, but it would require a cursor-like query implementation of hops to actually be possible to implement. That is not on our short-term roadmap, but might well be sometime in the future.
Comment actions
Please sign in to leave a comment.
Comments
2 comments