Compare commits
2 Commits
aadc35581d
...
93c8cae1e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 93c8cae1e6 | |||
| 5a611bbc9b |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos",
|
"sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos",
|
||||||
"sourceCommit": "1c2dbc6ca2c3917292f158cbbaef531836eaacca",
|
"sourceCommit": "d6b0ff39db819c339a08e2203eff401c86fa9b73",
|
||||||
"sourcePath": "quixos-protocol",
|
"sourcePath": "quixos-protocol",
|
||||||
"exportName": "quixos-protocol",
|
"exportName": "quixos-protocol",
|
||||||
"mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-protocol.git"
|
"mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-protocol.git"
|
||||||
|
|||||||
@@ -256,6 +256,7 @@ message QueryStats {
|
|||||||
uint32 relational_stages = 8;
|
uint32 relational_stages = 8;
|
||||||
uint32 captured_candidates = 9;
|
uint32 captured_candidates = 9;
|
||||||
double relational_ms = 10;
|
double relational_ms = 10;
|
||||||
|
double residual_ms = 11;
|
||||||
}
|
}
|
||||||
message QueryResponse {
|
message QueryResponse {
|
||||||
Value value = 1;
|
Value value = 1;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user