Commit Graph

6 Commits

Author SHA1 Message Date
Asher Kornfeld d8beb34ebc SERVER-106251 Modify cost model calibration code to be able to parse classic execution trees (#37438)
GitOrigin-RevId: 2829d57a40eb743ce17d933830688505fcea21f7
2025-06-20 20:55:36 +00:00
Ronald Steinke fa55099270 SERVER-104466 Fix appendDoubleNice() for special cases (#36676)
GitOrigin-RevId: cb3d5da492e8c62cc70d992242c75fd8e8ed4bdb
2025-06-03 20:16:09 +00:00
Juan Gu 855dfadef0 SERVER-94077 Use isort in Ruff configs (#27865)
GitOrigin-RevId: e793d662774ccd3ab6c3f356c2287cf1f7ff9805
2024-10-10 19:33:49 +00:00
Vlad Dragutoiu 3d252cb83a SERVER-91954 Add 'queryShapeHash' to explain, rename 'queryHash' to 'planCacheShapeHash' (#25458)
GitOrigin-RevId: 730bedb1255f7bbbf0238348923aeca66106236e
2024-09-19 17:04:13 +00:00
Steve McClure b4b23946cd SERVER-90570: Enable formatting checks for buildscripts directory, excluding idl (#22254)
GitOrigin-RevId: 9d997a9f44cd43a8dec7c2a17fa2dbcd875e92f6
2024-05-16 22:07:36 +00:00
Alexander Ignatyev 21e783f5ef SERVER-86060 Implement Query Solution Node parser in Cost Model Calibration framework (#18600)
SERVER-86060 Implement Query Solution Node parser in Cost Model
Calibration framework.

* parse Query Solution Node;
* build Cost Model calibration parameters from parsed SQN and SBE tree;
* support new SBE nodes;
* parse SBE seeks node.

GitOrigin-RevId: eb2720e87114fa4505a61982406e135958859386
2024-03-23 03:26:44 +00:00