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
For properties(edge).foo, properties($$).bar, if the type of edge or $$(or else expression)'s type is already given explicitly/predictable, we could try to optimize it as edge_type_A.foo or tag_b.bar?
Thus to avoid user shooting their foot by using properties() in non-multiple-type prop fetching(much more expensive).
The text was updated successfully, but these errors were encountered:
For
properties(edge).foo
,properties($$).bar
, if the type of edge or$$
(or else expression)'s type is already given explicitly/predictable, we could try to optimize it asedge_type_A.foo
ortag_b.bar
?Thus to avoid user shooting their foot by using properties() in non-multiple-type prop fetching(much more expensive).
The text was updated successfully, but these errors were encountered: