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
# > Querying Default: SELECT c._etag, c.u[0].d, c.p FROM c WHERE c.p LIKE "$Us%" AND EXISTS (SELECT VALUE u FROM u IN c.u WHERE u.c = "Snapshotted") {}
393
+
# > Querying Default: SELECT c.p, c._etag, c.u[0].d FROM c WHERE c.p LIKE "$Us%" AND EXISTS (SELECT VALUE u FROM u IN c.u WHERE u.c = "Snapshotted") {}
394
394
# > Page 7166s, 7166u, 0e 320.58RU 3.9s {}
395
395
# > Page 1608s, 1608u, 0e 68.59RU 0.9s {}
396
396
# > TOTALS 1c, 8774s, 389.17RU 4.7s {}
@@ -403,7 +403,7 @@ While Equinox is implemented in F#, and F# is a great fit for writing event-sour
403
403
404
404
# add criteria filtering based on an Uncompressed Unfold
# > Querying Default: SELECT c._etag, c.u[0].d, c.p FROM c WHERE c.p LIKE "$User-%" AND EXISTS (SELECT VALUE u FROM u IN c.u WHERE u.c = "EmailIndex" AND u.d.email = "[email protected]") {}
406
+
# > Querying Default: SELECT c.p, c._etag, c.u[0].d FROM c WHERE c.p LIKE "$User-%" AND EXISTS (SELECT VALUE u FROM u IN c.u WHERE u.c = "EmailIndex" AND u.d.email = "[email protected]") {}
407
407
# > Page 0s, 0u, 0e 2.8RU 0.7s {}
408
408
# > TOTALS 0c, 0s, 2.80RU 0.7s {} # 👈 only 2.8RU if nothing is returned
0 commit comments