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
Right now, each operation document embeds its own fragments. If several operations reference the same fragment, this fragment is going to end up being stored twice in the bycode.
We could store it only once and compute the resulting document at runtime.
If we're doing this, we should make sure that the algorithm matches the build-time persisted queries algorithm.