You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be interesting to have simple statistics, for example behind a feature flag, of the number of tuples and the time it took to merge and create them, for Relations and/of Variables.
There are commented out Drop impls in the code, e.g here as an example of the way to add the final tuple counts statistic.
Similarly, a Duration could be added to the merged relations, updating it in the operator functions, to display the time it took to create those tuples, as described a bit more here by Frank.
The text was updated successfully, but these errors were encountered:
It could be interesting to have simple statistics, for example behind a feature flag, of the number of tuples and the time it took to merge and create them, for
Relation
s and/ofVariable
s.There are commented out Drop impls in the code, e.g here as an example of the way to add the final tuple counts statistic.
Similarly, a
Duration
could be added to the merged relations, updating it in the operator functions, to display the time it took to create those tuples, as described a bit more here by Frank.The text was updated successfully, but these errors were encountered: