Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huge latency for some use case scenarios #3727

Closed
AbhiroopLMK opened this issue Feb 24, 2023 · 15 comments
Closed

Huge latency for some use case scenarios #3727

AbhiroopLMK opened this issue Feb 24, 2023 · 15 comments
Assignees

Comments

@AbhiroopLMK
Copy link

AbhiroopLMK commented Feb 24, 2023

This bug is found only in the latest build, i.e. 3.32.0. All previos buils are working fine.

Describe the bug
In a particular scenario, where we are trying to query for some results based on transaction ID and it returns null, its giving huge latency. The feed iterator diagnostics suggests its spiralling out of control where its making 10 200OK calls followed by 8 429 error calls. In all other scenarios, including ones that are returning nulss using a different ID, are taking 2 direct calls with 200 OK.

To Reproduce
This is the query its executing agains the cosmos db -
{{"query":"SELECT VALUE root FROM root WHERE (ToString(root["parentId"]) = "563741f4-f06f-4091-a048-59470249b6d0") ORDER BY root["createdDate"] DESC"}}

Expected behavior
Should be a quick response back with 2 direct responses 200 OK.

Actual behavior
Getting 10 200OK,s and 8 429's

Environment summary
Microsoft.Azure.Cosmos - 3.32.0
.Net Core - 3.1.0

Additional context
Will be ataching the diagnostic report

@AbhiroopLMK
Copy link
Author

Diagnostic report -

{
{
"Summary": {
"DirectCalls": {
"(200, 0)": 10,
"(429, 3200)": 8
}
},
"name": "Typed FeedIterator ReadNextAsync",
"start time": "11:15:20:010",
"duration in milliseconds": 17149.2399,
"data": {
"Client Configuration": {
"Client Created Time Utc": "2023-02-24T10:42:24.7198215Z",
"MachineId": "hashedMachineName:b22df971-a225-223c-45fa-4d22052eef75",
"NumberOfClientsCreated": 2,
"NumberOfActiveClients": 2,
"ConnectionMode": "Direct",
"User Agent": "cosmos-netstandard-sdk/3.32.0|2|X64|Microsoft Windows 10.0.19045|.NET Core 3.1.30|N|",
"ConnectionConfig": {
"gw": "(cps:50, urto:10, p:False, httpf: False)",
"rntbd": "(cto: 5, icto: -1, mrpc: 30, mcpe: 65535, erd: True, pr: ReuseUnicastPort)",
"other": "(ed:False, be:False)"
},
"ConsistencyConfig": "(consistency: NotSet, prgns:[], apprgn: )",
"ProcessorCount": 8
},
"Query Correlated ActivityId": "7fc3e721-18f1-4216-91b0-1f5f1b7df304"
},
"children": [{
"name": "Create Query Pipeline",
"duration in milliseconds": 0.7113,
"children": [{
"name": "Get Container Properties",
"duration in milliseconds": 0.0164,
"children": [{
"name": "Get Collection Cache",
"duration in milliseconds": 0.0015
}]
}, {
"name": "Service Interop Query Plan",
"duration in milliseconds": 0.5673
}, {
"name": "Get Partition Key Ranges",
"duration in milliseconds": 0.0744,
"children": [{
"name": "Try Get Overlapping Ranges",
"duration in milliseconds": 0.0256
}]
}]
}, {
"name": "Prefetching",
"duration in milliseconds": 0.0013
}, {
"name": "[,FF) move next",
"duration in milliseconds": 1553.7124,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 1553.6891,
"children": [{
"name": "Prefetch",
"duration in milliseconds": 1553.6517,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 1553.6386,
"data": {
"Query Metrics": "Retrieved Document Count : 124,266 \r\nRetrieved Document Size : 479,732,516 bytes \r\nOutput Document Count : 0 \r\nOutput Document Size : 49 bytes \r\nIndex Utilization : 0.00 % \r\nTotal Query Execution Time : 1,290.93 milliseconds\r\n Query Preparation Time : 0.22 milliseconds\r\n Index Lookup Time : 36.21 milliseconds\r\n Document Load Time : 1,147.28 milliseconds\r\n Runtime Execution Times : 7.80 milliseconds\r\n Document Write Time : 0.00 milliseconds\r\n\r\nIndex Utilization Information\r\n Utilized Single Indexes\r\n Potential Single Indexes\r\n Utilized Composite Indexes\r\n Potential Composite Indexes\r\n"
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RequestInvokerHandler",
"duration in milliseconds": 1553.4687,
"children": [{
"name": "Get Collection Cache",
"duration in milliseconds": 0.0023
}, {
"name": "Get Partition Key Range Cache",
"duration in milliseconds": 0.0413
}, {
"name": "Try Get Overlapping Ranges",
"duration in milliseconds": 0.013
}, {
"name": "Microsoft.Azure.Cosmos.Handlers.DiagnosticsHandler",
"duration in milliseconds": 1552.952,
"data": {
"System Info": {
"systemHistory": [{
"dateUtc": "2023-02-24T11:13:03.9183022Z",
"cpu": 8.915,
"memory": 3297552.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1383,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:13:13.9290080Z",
"cpu": 6.677,
"memory": 3233012.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1425,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:13:34.3601186Z",
"cpu": 11.583,
"memory": 3286632.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1089,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:14:59.6607894Z",
"cpu": 9.049,
"memory": 3124500.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1878,
"availableThreads": 32756,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:09.6750905Z",
"cpu": 7.800,
"memory": 3073468.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0452,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:20.0098161Z",
"cpu": 8.737,
"memory": 3005992.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0772,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}]
}
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RetryHandler",
"duration in milliseconds": 1552.9187,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RouterHandler",
"duration in milliseconds": 1552.859,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.TransportHandler",
"duration in milliseconds": 1552.8474,
"children": [{
"name": "Microsoft.Azure.Documents.ServerStoreModel Transport Request",
"duration in milliseconds": 1552.6948,
"data": {
"Client Side Request Stats": {
"Id": "AggregatedClientSideRequestStatistics",
"ContactedReplicas": [{
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/"
}, {
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/"
}],
"RegionsContacted": [],
"FailedReplicas": [],
"AddressResolutionStatistics": [],
"StoreResponseStatistics": [{
"ResponseTimeUTC": "2023-02-24T11:15:21.4790205Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "Ok",
"SubStatusCode": "Unknown",
"LSN": 6559121,
"PartitionKeyRangeId": "0",
"GlobalCommittedLSN": 6559121,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": "0#6559121#16=-1",
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/",
"RequestCharge": 5896.44,
"RetryAfterInMs": null,
"BELatencyInMs": "1291.532",
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:20.0120816Z",
"durationInMs": 0.0103
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:20.0120919Z",
"durationInMs": 0.0469
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:20.0121388Z",
"durationInMs": 0.3495
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:20.0124883Z",
"durationInMs": 1465.8456
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:21.4783339Z",
"durationInMs": 0.6599
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:21.4789938Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:13:34.3641575Z",
"lastSend": "2023-02-24T11:13:34.3650506Z",
"lastReceive": "2023-02-24T11:13:34.5416606Z"
},
"requestSizeInBytes": 703,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 4108,
"responseBodySizeInBytes": 49
},
"TransportException": null
}
}, {
"ResponseTimeUTC": "2023-02-24T11:15:21.5638881Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "Ok",
"SubStatusCode": "Unknown",
"LSN": 6559121,
"PartitionKeyRangeId": "0",
"GlobalCommittedLSN": 6559121,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": "0#6559121#16=-1",
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/",
"RequestCharge": 5854.15,
"RetryAfterInMs": null,
"BELatencyInMs": "1354.102",
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:20.0134283Z",
"durationInMs": 0.0032
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:20.0134315Z",
"durationInMs": 0.0081
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:20.0134396Z",
"durationInMs": 0.1235
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:20.0135631Z",
"durationInMs": 1549.008
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:21.5625711Z",
"durationInMs": 0.9384
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:21.5635095Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:06:30.0588213Z",
"lastSend": "2023-02-24T11:06:30.0589285Z",
"lastReceive": "2023-02-24T11:06:30.2572181Z"
},
"requestSizeInBytes": 703,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 4108,
"responseBodySizeInBytes": 49
},
"TransportException": null
}
}]
}
}
}]
}]
}]
}]
}]
}, {
"name": "Get Cosmos Element Response",
"duration in milliseconds": 0.0771
}]
}]
}]
}]
}, {
"name": "Prefetching",
"duration in milliseconds": 0.0018
}, {
"name": "[,FF) move next",
"duration in milliseconds": 1469.9237,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 1469.9001,
"children": [{
"name": "Prefetch",
"duration in milliseconds": 1469.8798,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 1469.8699,
"data": {
"Query Metrics": "Retrieved Document Count : 122,325 \r\nRetrieved Document Size : 451,430,401 bytes \r\nOutput Document Count : 0 \r\nOutput Document Size : 49 bytes \r\nIndex Utilization : 0.00 % \r\nTotal Query Execution Time : 1,272.34 milliseconds\r\n Query Preparation Time : 0.19 milliseconds\r\n Index Lookup Time : 35.31 milliseconds\r\n Document Load Time : 1,130.06 milliseconds\r\n Runtime Execution Times : 7.46 milliseconds\r\n Document Write Time : 0.00 milliseconds\r\n\r\nIndex Utilization Information\r\n Utilized Single Indexes\r\n Potential Single Indexes\r\n Utilized Composite Indexes\r\n Potential Composite Indexes\r\n"
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RequestInvokerHandler",
"duration in milliseconds": 1469.7222,
"children": [{
"name": "Get Collection Cache",
"duration in milliseconds": 0.001
}, {
"name": "Get Partition Key Range Cache",
"duration in milliseconds": 0.0013
}, {
"name": "Try Get Overlapping Ranges",
"duration in milliseconds": 0.0271
}, {
"name": "Microsoft.Azure.Cosmos.Handlers.DiagnosticsHandler",
"duration in milliseconds": 1469.6102,
"data": {
"System Info": {
"systemHistory": [{
"dateUtc": "2023-02-24T11:13:03.9183022Z",
"cpu": 8.915,
"memory": 3297552.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1383,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:13:13.9290080Z",
"cpu": 6.677,
"memory": 3233012.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1425,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:13:34.3601186Z",
"cpu": 11.583,
"memory": 3286632.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1089,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:14:59.6607894Z",
"cpu": 9.049,
"memory": 3124500.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1878,
"availableThreads": 32756,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:09.6750905Z",
"cpu": 7.800,
"memory": 3073468.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0452,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:20.0098161Z",
"cpu": 8.737,
"memory": 3005992.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0772,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}]
}
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RetryHandler",
"duration in milliseconds": 1469.5895,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RouterHandler",
"duration in milliseconds": 1469.5545,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.TransportHandler",
"duration in milliseconds": 1469.5457,
"children": [{
"name": "Microsoft.Azure.Documents.ServerStoreModel Transport Request",
"duration in milliseconds": 1469.4646,
"data": {
"Client Side Request Stats": {
"Id": "AggregatedClientSideRequestStatistics",
"ContactedReplicas": [{
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/"
}, {
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14422/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133213353510934032s/"
}],
"RegionsContacted": [],
"FailedReplicas": [],
"AddressResolutionStatistics": [],
"StoreResponseStatistics": [{
"ResponseTimeUTC": "2023-02-24T11:15:21.7616511Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "TooManyRequests",
"SubStatusCode": "RUBudgetExceeded",
"LSN": 6559121,
"PartitionKeyRangeId": null,
"GlobalCommittedLSN": 6559121,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": null,
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/",
"RequestCharge": 0.38,
"RetryAfterInMs": "2713",
"BELatencyInMs": null,
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:21.5653226Z",
"durationInMs": 0.0108
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:21.5653334Z",
"durationInMs": 0.016
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:21.5653494Z",
"durationInMs": 0.7622
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:21.5661116Z",
"durationInMs": 195.1854
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:21.7612970Z",
"durationInMs": 0.3428
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:21.7616398Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:20.0134643Z",
"lastSend": "2023-02-24T11:15:20.0135628Z",
"lastReceive": "2023-02-24T11:15:21.5625667Z"
},
"requestSizeInBytes": 3869,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 91,
"responseBodySizeInBytes": 174
},
"TransportException": null
}
}, {
"ResponseTimeUTC": "2023-02-24T11:15:23.0345200Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "Ok",
"SubStatusCode": "Unknown",
"LSN": 6559121,
"PartitionKeyRangeId": "0",
"GlobalCommittedLSN": 6559121,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": "0#6559121#16=-1",
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14422/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133213353510934032s/",
"RequestCharge": 5840.5,
"RetryAfterInMs": null,
"BELatencyInMs": "1273.032",
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:21.5674282Z",
"durationInMs": 0.0061
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:21.5674343Z",
"durationInMs": 0.0204
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:21.5674547Z",
"durationInMs": 0.3356
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:21.5677903Z",
"durationInMs": 1465.9788
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:23.0337691Z",
"durationInMs": 0.6072
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:23.0343763Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:13:34.3636117Z",
"lastSend": "2023-02-24T11:13:34.3637302Z",
"lastReceive": "2023-02-24T11:13:34.5514227Z"
},
"requestSizeInBytes": 3869,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 4108,
"responseBodySizeInBytes": 49
},
"TransportException": null
}
}]
}
}
}]
}]
}]
}]
}]
}, {
"name": "Get Cosmos Element Response",
"duration in milliseconds": 0.0435
}]
}]
}]
}]
}, {
"name": "Prefetching",
"duration in milliseconds": 0.001
}, {
"name": "[,FF) move next",
"duration in milliseconds": 6387.9626,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 6387.9421,
"children": [{
"name": "Prefetch",
"duration in milliseconds": 6387.9269,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 6387.9141,
"data": {
"Query Metrics": "Retrieved Document Count : 131,764 \r\nRetrieved Document Size : 384,375,076 bytes \r\nOutput Document Count : 0 \r\nOutput Document Size : 49 bytes \r\nIndex Utilization : 0.00 % \r\nTotal Query Execution Time : 1,154.23 milliseconds\r\n Query Preparation Time : 0.22 milliseconds\r\n Index Lookup Time : 33.85 milliseconds\r\n Document Load Time : 1,029.97 milliseconds\r\n Runtime Execution Times : 7.69 milliseconds\r\n Document Write Time : 0.00 milliseconds\r\n\r\nIndex Utilization Information\r\n Utilized Single Indexes\r\n Potential Single Indexes\r\n Utilized Composite Indexes\r\n Potential Composite Indexes\r\n"
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RequestInvokerHandler",
"duration in milliseconds": 6387.7949,
"children": [{
"name": "Get Collection Cache",
"duration in milliseconds": 0.0008
}, {
"name": "Get Partition Key Range Cache",
"duration in milliseconds": 0.0124
}, {
"name": "Try Get Overlapping Ranges",
"duration in milliseconds": 0.017
}, {
"name": "Microsoft.Azure.Cosmos.Handlers.DiagnosticsHandler",
"duration in milliseconds": 6387.7227,
"data": {
"System Info": {
"systemHistory": [{
"dateUtc": "2023-02-24T11:13:03.9183022Z",
"cpu": 8.915,
"memory": 3297552.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1383,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:13:13.9290080Z",
"cpu": 6.677,
"memory": 3233012.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1425,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:13:34.3601186Z",
"cpu": 11.583,
"memory": 3286632.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1089,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:14:59.6607894Z",
"cpu": 9.049,
"memory": 3124500.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1878,
"availableThreads": 32756,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:09.6750905Z",
"cpu": 7.800,
"memory": 3073468.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0452,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:20.0098161Z",
"cpu": 8.737,
"memory": 3005992.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0772,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}]
}
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RetryHandler",
"duration in milliseconds": 6387.7035,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RouterHandler",
"duration in milliseconds": 189.3111,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.TransportHandler",
"duration in milliseconds": 189.2924,
"children": [{
"name": "Microsoft.Azure.Documents.ServerStoreModel Transport Request",
"duration in milliseconds": 189.2337,
"data": {
"Client Side Request Stats": {
"Id": "AggregatedClientSideRequestStatistics",
"ContactedReplicas": [{
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14422/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133213353510934032s/"
}, {
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/"
}],
"RegionsContacted": [],
"FailedReplicas": [],
"AddressResolutionStatistics": [],
"StoreResponseStatistics": [{
"ResponseTimeUTC": "2023-02-24T11:15:23.2239408Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "TooManyRequests",
"SubStatusCode": "RUBudgetExceeded",
"LSN": 6559121,
"PartitionKeyRangeId": null,
"GlobalCommittedLSN": 6559121,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": null,
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14422/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133213353510934032s/",
"RequestCharge": 0.38,
"RetryAfterInMs": "2780",
"BELatencyInMs": null,
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:23.0351228Z",
"durationInMs": 0.0044
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:23.0351272Z",
"durationInMs": 0.0014
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:23.0351286Z",
"durationInMs": 0.16
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:23.0352886Z",
"durationInMs": 187.1516
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:23.2224402Z",
"durationInMs": 1.2644
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:23.2237046Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:21.5675183Z",
"lastSend": "2023-02-24T11:15:21.5677895Z",
"lastReceive": "2023-02-24T11:15:23.0337679Z"
},
"requestSizeInBytes": 3869,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 91,
"responseBodySizeInBytes": 174
},
"TransportException": null
}
}, {
"ResponseTimeUTC": "2023-02-24T11:15:23.2122814Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "TooManyRequests",
"SubStatusCode": "RUBudgetExceeded",
"LSN": 6559121,
"PartitionKeyRangeId": null,
"GlobalCommittedLSN": 6559121,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": null,
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/",
"RequestCharge": 0.38,
"RetryAfterInMs": "1280",
"BELatencyInMs": null,
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:23.0359699Z",
"durationInMs": 0.0023
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:23.0359722Z",
"durationInMs": 0.016
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:23.0359882Z",
"durationInMs": 0.1369
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:23.0361251Z",
"durationInMs": 174.2093
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:23.2103344Z",
"durationInMs": 1.8979
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:23.2122323Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:20.0122397Z",
"lastSend": "2023-02-24T11:15:20.0124879Z",
"lastReceive": "2023-02-24T11:15:21.4783305Z"
},
"requestSizeInBytes": 3869,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 91,
"responseBodySizeInBytes": 174
},
"TransportException": null
}
}]
}
}
}]
}]
}, {
"name": "Microsoft.Azure.Cosmos.Handlers.RouterHandler",
"duration in milliseconds": 3399.8608,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.TransportHandler",
"duration in milliseconds": 3399.8508,
"children": [{
"name": "Microsoft.Azure.Documents.ServerStoreModel Transport Request",
"duration in milliseconds": 3399.7647,
"data": {
"Client Side Request Stats": {
"Id": "AggregatedClientSideRequestStatistics",
"ContactedReplicas": [{
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/"
}, {
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/"
}],
"RegionsContacted": [],
"FailedReplicas": [],
"AddressResolutionStatistics": [],
"StoreResponseStatistics": [{
"ResponseTimeUTC": "2023-02-24T11:15:27.3539455Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "Ok",
"SubStatusCode": "Unknown",
"LSN": 6559122,
"PartitionKeyRangeId": "0",
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": "0#6559122#16=-1",
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/",
"RequestCharge": 5792.06,
"RetryAfterInMs": null,
"BELatencyInMs": "1154.838",
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:26.0230477Z",
"durationInMs": 0.0026
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:26.0230503Z",
"durationInMs": 0.013
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:26.0230633Z",
"durationInMs": 0.2706
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:26.0233339Z",
"durationInMs": 1330.1554
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:27.3534893Z",
"durationInMs": 0.3311
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:27.3538204Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:23.0360241Z",
"lastSend": "2023-02-24T11:15:23.0361249Z",
"lastReceive": "2023-02-24T11:15:23.2102905Z"
},
"requestSizeInBytes": 3875,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 4108,
"responseBodySizeInBytes": 49
},
"TransportException": null
}
}, {
"ResponseTimeUTC": "2023-02-24T11:15:29.4225535Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "Ok",
"SubStatusCode": "Unknown",
"LSN": 6559122,
"PartitionKeyRangeId": "0",
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": "0#6559122#16=-1",
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/",
"RequestCharge": 5911.23,
"RetryAfterInMs": null,
"BELatencyInMs": "3201.445",
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:26.0237921Z",
"durationInMs": 0.0042
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:26.0237963Z",
"durationInMs": 0.0099
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:26.0238062Z",
"durationInMs": 0.1308
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:26.0239370Z",
"durationInMs": 3397.5969
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:29.4215339Z",
"durationInMs": 1.0026
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:29.4225365Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:21.5654726Z",
"lastSend": "2023-02-24T11:15:21.5661102Z",
"lastReceive": "2023-02-24T11:15:21.7612953Z"
},
"requestSizeInBytes": 3875,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 4109,
"responseBodySizeInBytes": 49
},
"TransportException": null
}
}]
}
}
}]
}]
}]
}]
}]
}, {
"name": "Get Cosmos Element Response",
"duration in milliseconds": 0.0409
}]
}]
}]
}]
}, {
"name": "Prefetching",
"duration in milliseconds": 0.0012
}, {
"name": "[,FF) move next",
"duration in milliseconds": 2408.5592,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 2408.5348,
"children": [{
"name": "Prefetch",
"duration in milliseconds": 2408.5092,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 2408.492,
"data": {
"Query Metrics": "Retrieved Document Count : 138,245 \r\nRetrieved Document Size : 322,667,775 bytes \r\nOutput Document Count : 0 \r\nOutput Document Size : 49 bytes \r\nIndex Utilization : 0.00 % \r\nTotal Query Execution Time : 1,172.58 milliseconds\r\n Query Preparation Time : 0.21 milliseconds\r\n Index Lookup Time : 40.86 milliseconds\r\n Document Load Time : 1,040.16 milliseconds\r\n Runtime Execution Times : 7.48 milliseconds\r\n Document Write Time : 0.00 milliseconds\r\n\r\nIndex Utilization Information\r\n Utilized Single Indexes\r\n Potential Single Indexes\r\n Utilized Composite Indexes\r\n Potential Composite Indexes\r\n"
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RequestInvokerHandler",
"duration in milliseconds": 2408.3261,
"children": [{
"name": "Get Collection Cache",
"duration in milliseconds": 0.0007
}, {
"name": "Get Partition Key Range Cache",
"duration in milliseconds": 0.0007
}, {
"name": "Try Get Overlapping Ranges",
"duration in milliseconds": 0.0162
}, {
"name": "Microsoft.Azure.Cosmos.Handlers.DiagnosticsHandler",
"duration in milliseconds": 2408.2568,
"data": {
"System Info": {
"systemHistory": [{
"dateUtc": "2023-02-24T11:13:13.9290080Z",
"cpu": 6.677,
"memory": 3233012.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1425,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:13:34.3601186Z",
"cpu": 11.583,
"memory": 3286632.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1089,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:14:59.6607894Z",
"cpu": 9.049,
"memory": 3124500.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1878,
"availableThreads": 32756,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:09.6750905Z",
"cpu": 7.800,
"memory": 3073468.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0452,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:20.0098161Z",
"cpu": 8.737,
"memory": 3005992.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0772,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:30.0233102Z",
"cpu": 13.475,
"memory": 3108548.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0283,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}]
}
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RetryHandler",
"duration in milliseconds": 2408.2231,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RouterHandler",
"duration in milliseconds": 201.3857,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.TransportHandler",
"duration in milliseconds": 201.3796,
"children": [{
"name": "Microsoft.Azure.Documents.ServerStoreModel Transport Request",
"duration in milliseconds": 201.3307,
"data": {
"Client Side Request Stats": {
"Id": "AggregatedClientSideRequestStatistics",
"ContactedReplicas": [{
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/"
}, {
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/"
}],
"RegionsContacted": [],
"FailedReplicas": [],
"AddressResolutionStatistics": [],
"StoreResponseStatistics": [{
"ResponseTimeUTC": "2023-02-24T11:15:29.5980425Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "TooManyRequests",
"SubStatusCode": "RUBudgetExceeded",
"LSN": 6559122,
"PartitionKeyRangeId": null,
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": null,
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/",
"RequestCharge": 0.38,
"RetryAfterInMs": "816",
"BELatencyInMs": null,
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:29.4231225Z",
"durationInMs": 0.0025
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:29.4231250Z",
"durationInMs": 0.0124
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:29.4231374Z",
"durationInMs": 0.2362
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:29.4233736Z",
"durationInMs": 173.9692
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:29.5973428Z",
"durationInMs": 0.6772
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:29.5980200Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:26.0230939Z",
"lastSend": "2023-02-24T11:15:26.0233333Z",
"lastReceive": "2023-02-24T11:15:27.3534873Z"
},
"requestSizeInBytes": 3873,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 91,
"responseBodySizeInBytes": 174
},
"TransportException": null
}
}, {
"ResponseTimeUTC": "2023-02-24T11:15:29.6241621Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "TooManyRequests",
"SubStatusCode": "RUBudgetExceeded",
"LSN": 6559122,
"PartitionKeyRangeId": null,
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": null,
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/",
"RequestCharge": 0.38,
"RetryAfterInMs": "917",
"BELatencyInMs": null,
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:29.4243279Z",
"durationInMs": 0.002
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:29.4243299Z",
"durationInMs": 0.0012
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:29.4243311Z",
"durationInMs": 0.1086
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:29.4244397Z",
"durationInMs": 199.4979
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:29.6239376Z",
"durationInMs": 0.1733
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:29.6241109Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:26.0238368Z",
"lastSend": "2023-02-24T11:15:26.0239368Z",
"lastReceive": "2023-02-24T11:15:29.4215329Z"
},
"requestSizeInBytes": 3873,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 91,
"responseBodySizeInBytes": 174
},
"TransportException": null
}
}]
}
}
}]
}]
}, {
"name": "Microsoft.Azure.Cosmos.Handlers.RouterHandler",
"duration in milliseconds": 1372.1651,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.TransportHandler",
"duration in milliseconds": 1372.149,
"children": [{
"name": "Microsoft.Azure.Documents.ServerStoreModel Transport Request",
"duration in milliseconds": 1372.0221,
"data": {
"Client Side Request Stats": {
"Id": "AggregatedClientSideRequestStatistics",
"ContactedReplicas": [{
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/"
}, {
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/"
}],
"RegionsContacted": [],
"FailedReplicas": [],
"AddressResolutionStatistics": [],
"StoreResponseStatistics": [{
"ResponseTimeUTC": "2023-02-24T11:15:31.8307032Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "Ok",
"SubStatusCode": "Unknown",
"LSN": 6559122,
"PartitionKeyRangeId": "0",
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": "0#6559122#16=-1",
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/",
"RequestCharge": 5834.51,
"RetryAfterInMs": null,
"BELatencyInMs": "1173.189",
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:30.4592958Z",
"durationInMs": 0.0034
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:30.4592992Z",
"durationInMs": 0.004
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:30.4593032Z",
"durationInMs": 0.3437
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:30.4596469Z",
"durationInMs": 1369.9619
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:31.8296088Z",
"durationInMs": 0.8753
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:31.8304841Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:29.4243510Z",
"lastSend": "2023-02-24T11:15:29.4244394Z",
"lastReceive": "2023-02-24T11:15:29.6239355Z"
},
"requestSizeInBytes": 3877,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 4108,
"responseBodySizeInBytes": 49
},
"TransportException": null
}
}, {
"ResponseTimeUTC": "2023-02-24T11:15:31.7460408Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "Ok",
"SubStatusCode": "Unknown",
"LSN": 6559122,
"PartitionKeyRangeId": "0",
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": "0#6559122#16=-1",
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/",
"RequestCharge": 5859.08,
"RetryAfterInMs": null,
"BELatencyInMs": "1106.667",
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:30.4609534Z",
"durationInMs": 0.028
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:30.4609814Z",
"durationInMs": 0.0176
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:30.4609990Z",
"durationInMs": 1.0018
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:30.4620008Z",
"durationInMs": 1282.8436
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:31.7448444Z",
"durationInMs": 1.1609
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:31.7460053Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:29.4231833Z",
"lastSend": "2023-02-24T11:15:29.4233728Z",
"lastReceive": "2023-02-24T11:15:29.5973409Z"
},
"requestSizeInBytes": 3877,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 4107,
"responseBodySizeInBytes": 49
},
"TransportException": null
}
}]
}
}
}]
}]
}]
}]
}]
}, {
"name": "Get Cosmos Element Response",
"duration in milliseconds": 0.0671
}]
}]
}]
}]
}, {
"name": "Prefetching",
"duration in milliseconds": 0.0016
}, {
"name": "[,FF) move next",
"duration in milliseconds": 1313.023,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 1312.9741,
"children": [{
"name": "Prefetch",
"duration in milliseconds": 1312.9207,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 1312.8952,
"data": {
"Query Metrics": "Retrieved Document Count : 140,114 \r\nRetrieved Document Size : 309,195,850 bytes \r\nOutput Document Count : 0 \r\nOutput Document Size : 49 bytes \r\nIndex Utilization : 0.00 % \r\nTotal Query Execution Time : 1,117.33 milliseconds\r\n Query Preparation Time : 0.20 milliseconds\r\n Index Lookup Time : 38.50 milliseconds\r\n Document Load Time : 993.19 milliseconds\r\n Runtime Execution Times : 7.67 milliseconds\r\n Document Write Time : 0.00 milliseconds\r\n\r\nIndex Utilization Information\r\n Utilized Single Indexes\r\n Potential Single Indexes\r\n Utilized Composite Indexes\r\n Potential Composite Indexes\r\n"
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RequestInvokerHandler",
"duration in milliseconds": 1312.6552,
"children": [{
"name": "Get Collection Cache",
"duration in milliseconds": 0.0011
}, {
"name": "Get Partition Key Range Cache",
"duration in milliseconds": 0.0011
}, {
"name": "Try Get Overlapping Ranges",
"duration in milliseconds": 0.0238
}, {
"name": "Microsoft.Azure.Cosmos.Handlers.DiagnosticsHandler",
"duration in milliseconds": 1312.5539,
"data": {
"System Info": {
"systemHistory": [{
"dateUtc": "2023-02-24T11:13:13.9290080Z",
"cpu": 6.677,
"memory": 3233012.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1425,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:13:34.3601186Z",
"cpu": 11.583,
"memory": 3286632.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1089,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:14:59.6607894Z",
"cpu": 9.049,
"memory": 3124500.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1878,
"availableThreads": 32756,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:09.6750905Z",
"cpu": 7.800,
"memory": 3073468.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0452,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:20.0098161Z",
"cpu": 8.737,
"memory": 3005992.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0772,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:30.0233102Z",
"cpu": 13.475,
"memory": 3108548.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0283,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}]
}
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RetryHandler",
"duration in milliseconds": 1312.5199,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RouterHandler",
"duration in milliseconds": 1312.4777,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.TransportHandler",
"duration in milliseconds": 1312.4622,
"children": [{
"name": "Microsoft.Azure.Documents.ServerStoreModel Transport Request",
"duration in milliseconds": 1312.3816,
"data": {
"Client Side Request Stats": {
"Id": "AggregatedClientSideRequestStatistics",
"ContactedReplicas": [{
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14422/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133213353510934032s/"
}, {
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/"
}],
"RegionsContacted": [],
"FailedReplicas": [],
"AddressResolutionStatistics": [],
"StoreResponseStatistics": [{
"ResponseTimeUTC": "2023-02-24T11:15:33.1437581Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "Ok",
"SubStatusCode": "Unknown",
"LSN": 6559122,
"PartitionKeyRangeId": "0",
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": "0#6559122#16=-1",
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14422/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133213353510934032s/",
"RequestCharge": 5868.63,
"RetryAfterInMs": null,
"BELatencyInMs": "1117.966",
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:31.8318122Z",
"durationInMs": 0.0045
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:31.8318167Z",
"durationInMs": 0.0211
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:31.8318378Z",
"durationInMs": 0.3056
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:31.8321434Z",
"durationInMs": 1310.7699
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:33.1429133Z",
"durationInMs": 0.7166
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:33.1436299Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:23.0351557Z",
"lastSend": "2023-02-24T11:15:23.0352881Z",
"lastReceive": "2023-02-24T11:15:23.2224366Z"
},
"requestSizeInBytes": 3877,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 4107,
"responseBodySizeInBytes": 49
},
"TransportException": null
}
}, {
"ResponseTimeUTC": "2023-02-24T11:15:32.0306645Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "TooManyRequests",
"SubStatusCode": "RUBudgetExceeded",
"LSN": 6559122,
"PartitionKeyRangeId": null,
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": null,
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/",
"RequestCharge": 0.38,
"RetryAfterInMs": "3551",
"BELatencyInMs": null,
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:31.8333151Z",
"durationInMs": 0.0046
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:31.8333197Z",
"durationInMs": 0.0035
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:31.8333232Z",
"durationInMs": 0.2588
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:31.8335820Z",
"durationInMs": 195.918
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:32.0295000Z",
"durationInMs": 0.9036
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:32.0304036Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:30.4593495Z",
"lastSend": "2023-02-24T11:15:30.4596459Z",
"lastReceive": "2023-02-24T11:15:31.8296055Z"
},
"requestSizeInBytes": 3877,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 91,
"responseBodySizeInBytes": 174
},
"TransportException": null
}
}]
}
}
}]
}]
}]
}]
}]
}, {
"name": "Get Cosmos Element Response",
"duration in milliseconds": 0.0741
}]
}]
}]
}]
}, {
"name": "Prefetching",
"duration in milliseconds": 0.0034
}, {
"name": "[,FF) move next",
"duration in milliseconds": 4014.9343,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 4014.9216,
"children": [{
"name": "Prefetch",
"duration in milliseconds": 4014.9018,
"children": [{
"name": "[,FF) move next",
"duration in milliseconds": 4014.8941,
"data": {
"Query Metrics": "Retrieved Document Count : 101,011 \r\nRetrieved Document Size : 231,465,268 bytes \r\nOutput Document Count : 0 \r\nOutput Document Size : 49 bytes \r\nIndex Utilization : 0.00 % \r\nTotal Query Execution Time : 1,375.51 milliseconds\r\n Query Preparation Time : 0.23 milliseconds\r\n Index Lookup Time : 24.19 milliseconds\r\n Document Load Time : 1,281.19 milliseconds\r\n Runtime Execution Times : 6.32 milliseconds\r\n Document Write Time : 0.00 milliseconds\r\n\r\nIndex Utilization Information\r\n Utilized Single Indexes\r\n Potential Single Indexes\r\n Utilized Composite Indexes\r\n Potential Composite Indexes\r\n"
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RequestInvokerHandler",
"duration in milliseconds": 4014.6011,
"children": [{
"name": "Get Collection Cache",
"duration in milliseconds": 0.0034
}, {
"name": "Get Partition Key Range Cache",
"duration in milliseconds": 0.0023
}, {
"name": "Try Get Overlapping Ranges",
"duration in milliseconds": 0.1063
}, {
"name": "Microsoft.Azure.Cosmos.Handlers.DiagnosticsHandler",
"duration in milliseconds": 4014.3331,
"data": {
"System Info": {
"systemHistory": [{
"dateUtc": "2023-02-24T11:13:13.9290080Z",
"cpu": 6.677,
"memory": 3233012.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1425,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:13:34.3601186Z",
"cpu": 11.583,
"memory": 3286632.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1089,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:14:59.6607894Z",
"cpu": 9.049,
"memory": 3124500.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.1878,
"availableThreads": 32756,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:09.6750905Z",
"cpu": 7.800,
"memory": 3073468.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0452,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:20.0098161Z",
"cpu": 8.737,
"memory": 3005992.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0772,
"availableThreads": 32761,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}, {
"dateUtc": "2023-02-24T11:15:30.0233102Z",
"cpu": 13.475,
"memory": 3108548.000,
"threadInfo": {
"isThreadStarving": "False",
"threadWaitIntervalInMs": 0.0283,
"availableThreads": 32766,
"minThreads": 8,
"maxThreads": 32767
},
"numberOfOpenTcpConnection": 3
}]
}
},
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RetryHandler",
"duration in milliseconds": 4014.3029,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.RouterHandler",
"duration in milliseconds": 196.686,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.TransportHandler",
"duration in milliseconds": 196.677,
"children": [{
"name": "Microsoft.Azure.Documents.ServerStoreModel Transport Request",
"duration in milliseconds": 196.5155,
"data": {
"Client Side Request Stats": {
"Id": "AggregatedClientSideRequestStatistics",
"ContactedReplicas": [{
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/"
}, {
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/"
}],
"RegionsContacted": [],
"FailedReplicas": [],
"AddressResolutionStatistics": [],
"StoreResponseStatistics": [{
"ResponseTimeUTC": "2023-02-24T11:15:33.3415842Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "TooManyRequests",
"SubStatusCode": "RUBudgetExceeded",
"LSN": 6559122,
"PartitionKeyRangeId": null,
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": null,
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/",
"RequestCharge": 0.38,
"RetryAfterInMs": "2238",
"BELatencyInMs": null,
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:33.1453992Z",
"durationInMs": 0.0041
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:33.1454033Z",
"durationInMs": 0.0215
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:33.1454248Z",
"durationInMs": 0.5011
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:33.1459259Z",
"durationInMs": 194.8227
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:33.3407486Z",
"durationInMs": 0.8093
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:33.3415579Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:31.8333697Z",
"lastSend": "2023-02-24T11:15:31.8335813Z",
"lastReceive": "2023-02-24T11:15:32.0294960Z"
},
"requestSizeInBytes": 3873,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 91,
"responseBodySizeInBytes": 174
},
"TransportException": null
}
}, {
"ResponseTimeUTC": "2023-02-24T11:15:33.3225762Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "TooManyRequests",
"SubStatusCode": "RUBudgetExceeded",
"LSN": 6559122,
"PartitionKeyRangeId": null,
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": null,
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/",
"RequestCharge": 0.38,
"RetryAfterInMs": "2158",
"BELatencyInMs": null,
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:33.1472691Z",
"durationInMs": 0.0058
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:33.1472749Z",
"durationInMs": 0.0152
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:33.1472901Z",
"durationInMs": 0.2716
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:33.1475617Z",
"durationInMs": 173.9053
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:33.3214670Z",
"durationInMs": 1.0675
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:33.3225345Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:30.4612071Z",
"lastSend": "2023-02-24T11:15:30.4620002Z",
"lastReceive": "2023-02-24T11:15:31.7448280Z"
},
"requestSizeInBytes": 3873,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 91,
"responseBodySizeInBytes": 174
},
"TransportException": null
}
}]
}
}
}]
}]
}, {
"name": "Microsoft.Azure.Cosmos.Handlers.RouterHandler",
"duration in milliseconds": 1573.0204,
"children": [{
"name": "Microsoft.Azure.Cosmos.Handlers.TransportHandler",
"duration in milliseconds": 1573.001,
"children": [{
"name": "Microsoft.Azure.Documents.ServerStoreModel Transport Request",
"duration in milliseconds": 1572.8884,
"data": {
"Client Side Request Stats": {
"Id": "AggregatedClientSideRequestStatistics",
"ContactedReplicas": [{
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/"
}, {
"Count": 1,
"Uri": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/"
}],
"RegionsContacted": [],
"FailedReplicas": [],
"AddressResolutionStatistics": [],
"StoreResponseStatistics": [{
"ResponseTimeUTC": "2023-02-24T11:15:37.1590054Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "Ok",
"SubStatusCode": "Unknown",
"LSN": 6559122,
"PartitionKeyRangeId": "0",
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": "0#6559122#16=-1",
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14437/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215103864526554s/",
"RequestCharge": 4274.92,
"RetryAfterInMs": null,
"BELatencyInMs": "1376.162",
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:35.5866651Z",
"durationInMs": 0.0041
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:35.5866692Z",
"durationInMs": 0.0167
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:35.5866859Z",
"durationInMs": 0.4051
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:35.5870910Z",
"durationInMs": 1571.0524
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:37.1581434Z",
"durationInMs": 0.713
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:37.1588564Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:33.1454969Z",
"lastSend": "2023-02-24T11:15:33.1459206Z",
"lastReceive": "2023-02-24T11:15:33.3407460Z"
},
"requestSizeInBytes": 3871,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 940,
"responseBodySizeInBytes": 49
},
"TransportException": null
}
}, {
"ResponseTimeUTC": "2023-02-24T11:15:36.5579567Z",
"ResourceType": "Document",
"OperationType": "Query",
"LocationEndpoint": "https://core-bvt-order-cosmosdb-uks-uksouth.documents.azure.com/",
"StoreResult": {
"ActivityId": "15191563-9b0f-4115-8802-c2f19fda92d8",
"StatusCode": "Ok",
"SubStatusCode": "Unknown",
"LSN": 6559122,
"PartitionKeyRangeId": "0",
"GlobalCommittedLSN": 6559122,
"ItemLSN": -1,
"UsingLocalLSN": false,
"QuorumAckedLSN": -1,
"SessionToken": "0#6559122#16=-1",
"CurrentWriteQuorum": -1,
"CurrentReplicaSetSize": -1,
"NumberOfReadRegions": 1,
"IsValid": true,
"StorePhysicalAddress": "rntbd://cdb-ms-prod-uksouth1-fd19.documents.azure.com:14353/apps/c8ad9db4-cea9-48d8-9f4c-a680fc37edf0/services/0db712f5-17e9-4fd2-9a08-ed9d89a67e99/partitions/462ef7e5-266b-4d1c-abf6-57a66d569c12/replicas/133215504086632977s/",
"RequestCharge": 4274.92,
"RetryAfterInMs": null,
"BELatencyInMs": "794.496",
"transportRequestTimeline": {
"requestTimeline": [{
"event": "Created",
"startTimeUtc": "2023-02-24T11:15:35.5879075Z",
"durationInMs": 0.0031
}, {
"event": "ChannelAcquisitionStarted",
"startTimeUtc": "2023-02-24T11:15:35.5879106Z",
"durationInMs": 0.0089
}, {
"event": "Pipelined",
"startTimeUtc": "2023-02-24T11:15:35.5879195Z",
"durationInMs": 0.1326
}, {
"event": "Transit Time",
"startTimeUtc": "2023-02-24T11:15:35.5880521Z",
"durationInMs": 968.8587
}, {
"event": "Received",
"startTimeUtc": "2023-02-24T11:15:36.5569108Z",
"durationInMs": 0.9031
}, {
"event": "Completed",
"startTimeUtc": "2023-02-24T11:15:36.5578139Z",
"durationInMs": 0
}],
"serviceEndpointStats": {
"inflightRequests": 1,
"openConnections": 1
},
"connectionStats": {
"waitforConnectionInit": "False",
"callsPendingReceive": 0,
"lastSendAttempt": "2023-02-24T11:15:33.1473381Z",
"lastSend": "2023-02-24T11:15:33.1475610Z",
"lastReceive": "2023-02-24T11:15:33.3214630Z"
},
"requestSizeInBytes": 3871,
"requestBodySizeInBytes": 267,
"responseMetadataSizeInBytes": 937,
"responseBodySizeInBytes": 49
},
"TransportException": null
}
}]
}
}
}]
}]
}]
}]
}]
}, {
"name": "Get Cosmos Element Response",
"duration in milliseconds": 0.0578
}]
}]
}]
}]
}, {
"name": "Query Response Serialization",
"duration in milliseconds": 0.0232
}]
}
}

@ealsur
Copy link
Member

ealsur commented Feb 24, 2023

@aavasthy Can you check the Diagnostics and see if the SDK behaved as expected? Did we retry on 429s? Which are the user configurations that can affect this behavior?

@AbhiroopLMK 429s have nothing to do with the SDK, this is throttling: https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/troubleshoot-request-rate-too-large?tabs=resource-specific

@AbhiroopLMK
Copy link
Author

AbhiroopLMK commented Feb 27, 2023

Thanks @ealsur
Not sure why such a simple query is throttlng when trying to query using the sdk. It quite simply executes in DB query executer. It should have ideally been just 2, 200 ok respose like other queries or when using a downgraded version of the sdk.

@ealsur
Copy link
Member

ealsur commented Mar 1, 2023

@AbhiroopLMK Whether or not an operation (any operation) is throttled (has a 429 response) is outside of the scope of the SDKs or this repository. Evaluation of utilized RU per second and RU budget provisioned on the container is a service behavior, there is nothing the library in this repository can change for you to not get a 429 response if the RU budget is exhausted because it is not a programmatic behavior on the library.

@AbhiroopLMK
Copy link
Author

@ealsur Thank you for the explaination. But, Im still dont understand why the same query is fetching proper results in older versions and throttling in this specific version.

@ealsur
Copy link
Member

ealsur commented Mar 8, 2023

@AbhiroopLMK SDKs are not responsible for RU calculation and enforcement (return of 429s), so there is nothing we can help there with, you could get 429s because of other unrelated operations being performed on the container. We can only analyze of the SDK behaved as expected in terms of the handling of the 429. @aavasthy any results on that?

@neildsh can you help understand if the query is ok to be doing 10 requests? Seems like it is prefetching.

@neildsh
Copy link
Contributor

neildsh commented Mar 8, 2023

Hello @AbhiroopLMK , can you please rewrite the query to:

SELECT *
FROM root
WHERE root["parentId"] = "563741f4-f06f-4091-a048-59470249b6d0"
ORDER BY root["createdDate"] DESC

The ToString in the filter predicate is preventing us from pushing the filter to the index. As a result the query is very expensive, and we are forced to load a huge number of documents on every round trip.

@AbhiroopLMK
Copy link
Author

AbhiroopLMK commented Mar 9, 2023

Thanks @neildsh @ealsur . We are using the Linq filters and IQueryable objects for querying the database, so the SDK is actually converting the Linq satements to these queries. We are using the following filters where the ParentId's are in GUID and we are converting to string.
// filter by transactionId only if branchId is null or empty
Expression<Func<LgsOrderRequest, bool>> filter = string.IsNullOrEmpty(_branchId) ?
filter = order => order.ParentId.ToString() == _transactionId :
filter = order => order.ParentId.ToString() == _transactionId && order.BranchId.ToString() == _branchId;

This conversion and end to end is working fine for older sdk's but not with this current version.

@neildsh
Copy link
Contributor

neildsh commented Mar 9, 2023

Hi @AbhiroopLMK, the newer version of the sdk had some fixes for LINQ that are now tranlating the ToString calls from your predicate into calls to the SQL ToString function. Just remove the ToString calls from your filter predicate to remove them from the SQL, and you will see a massive performance boost.

@AbhiroopLMK
Copy link
Author

Hi @neildsh , we have to use the ToString() in order to change the guid, to string for the comparison.
image

And we would expect this to work in latest sdk version as it has been working in all previous versions.
It can result with a huge task for us to identify all these and change it specific to SDK versions, and anyways it can't be changed as its a GUID and requires conversion to string.

@ealsur
Copy link
Member

ealsur commented Mar 10, 2023

@neildsh Could this be related to #3749?

@ealsur
Copy link
Member

ealsur commented Mar 27, 2023

@AbhiroopLMK can you see if this reproes after the last SDK release? It includes a fix on LINQ queries.

@AbhiroopLMK
Copy link
Author

AbhiroopLMK commented Mar 30, 2023

@ealsur Tested with cosmos 3.32.2. Issue still seems to be existing.
Request charge for the mentioned scenario prior to 3.32.0 (i.e. 3.31.2) is 5.6, whereas post 3.32 (i.e. latest 3.32.2) its showing 41836 with almost 20 secs response delay compared to sub sec in previous builds.

3.31.2
image

3.32.2
image

@ealsur
Copy link
Member

ealsur commented Mar 30, 2023

@neildsh seems like the issue is not related to the LINQ regression, the query in the new version seems to consume way more RUs than on 3.31.2, any ideas what else could it be?

@neildsh
Copy link
Contributor

neildsh commented Mar 30, 2023

@AbhiroopLMK , like I recommended a while back, just remove the ToString from the filter. I am pasting a quick and dirty sample, but you may want to do something different based on your application requirements:

        private sealed class LgsOrderRequest
        {
            public Guid? ParentId { get; set; }

            public string ParentIdAsString => this.ParentId?.ToString();
        }

        [TestMethod]
        public async Task ReproduceGH3727()
        {
            Trace.WriteLine("Starting test run...");
            Trace.Flush();

            // https:/Azure/azure-cosmos-dotnet-v3/issues/3727
            string transactionId = "E1212EEB-6585-4371-836F-5210DC09988B";
            Expression<Func<LgsOrderRequest, bool>> filter = order => order.ParentIdAsString == transactionId;

            CosmosClient cosmosClient = new CosmosClient(
                LocalEmulatorEndPoint,
                LocalEmulatorSecret,
                new CosmosClientOptions { ConnectionMode = ConnectionMode.Direct });

            Container container = cosmosClient.GetContainer(LocalDatabaseId, LocaldContainerId);
            IQueryable<LgsOrderRequest> queryable = container
                .GetItemLinqQueryable<LgsOrderRequest>(requestOptions: new QueryRequestOptions { MaxItemCount = 10 })
                .Where(filter);

            string queryDefinition = queryable.ToString();

            Trace.WriteLine(queryDefinition);
            Trace.Flush();
        }

Debug Trace:
Starting test run...
{"query":"SELECT VALUE root FROM root WHERE (root["ParentIdAsString"] = "E1212EEB-6585-4371-836F-5210DC09988B")"}

@neildsh neildsh closed this as completed Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants