Igorkim78 added a comment.

  Added link to the task T236251 <https://phabricator.wikimedia.org/T236251>: 
Add header returning time millis to first solution similar to TTFB measured in 
Blazegraph.
  The corresponding header X-FIRST-SOLUTION-MILLIS might be very useful while 
analyzing long-running queries and also comparing queries performance. If the 
time reported by Blazegraph is significantly less than total time of the query 
execution, it might be caused by:
  
  1. Total result is very large one, and it has consumed much time on 
serialization/deserialization (that is basically OK situation, if the number of 
results are large)
  2. Some connectivity issues, over network and/or inter-process. In this case 
the metric X-FIRST-SOLUTION-MILLIS will be the same for subsequent calls, but 
total query time vary over time.
  3. Query might be very unselective, but additional constraints filter out 
many potential solutions, so the first solution is computed fast but to collect 
all the asked results it takes much time. Such queries are subject to analysis 
and might need fixing in the Blazegraph code or data layout.
  
  The header X-FIRST-SOLUTION-MILLIS will return number of milliseconds spent 
before first solution is available to be written in the response payload (that 
is the last time when the headers might be added to the result). The value 
shell not exceed query timeouts sent on jetty and query level.

TASK DETAIL
  https://phabricator.wikimedia.org/T101013

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dcausse, Igorkim78
Cc: Igorkim78, JAllemandou, Ottomata, Smalyshev, Deskana, Aklapper, 4748kitoko, 
Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, 
holger.knust, Meekrab2012, joker88john, ET4Eva, DannyS712, CucyNoiD, Nandana, 
NebulousIris, Akovalyov, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, EBjune, merbst, LawExplorer, WSH1906, Avner, Lewizho99, 
Maathavan, Gehel, _jensen, rosalieper, Cirdan, Jonas, FloNight, Xmlizer, 
mobrovac, terrrydactyl, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
GWicke, Manybubbles, Mbch331, jeremyb
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to