Commit Graph

9 Commits

Author SHA1 Message Date
Asher Kornfeld 25c40b6a76 SERVER-106252 Remove ABT from experiment pipeline and complete test run (with no data) (#37595)
Co-authored-by: Militsa Sotirova <militsa.sotirova@mongodb.com>
GitOrigin-RevId: be4879f6ce14be6387a7e5c69d6c6f7c309d9dbd
2025-06-27 17:34:28 +00:00
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
Juan Gu 855dfadef0 SERVER-94077 Use isort in Ruff configs (#27865)
GitOrigin-RevId: e793d662774ccd3ab6c3f356c2287cf1f7ff9805
2024-10-10 19:33:49 +00:00
HanaPearlman 6857229c18 SERVER-93815: Remove Bonsai-related query knobs (#27205)
GitOrigin-RevId: c69f8ee3cdfa3897b39806b510085fdd54a93ece
2024-09-18 19:27:12 +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
Timour Katchaounov 38c5aab661 SERVER-72036 Implement data generation and loading into JS CE accuracy tests
* Extend the data generation Python framework for cost calibration to support data generation for CE testing as follows:
- the entry point is ce_generate_data.py,
- the configuration of the generated data is in ce_generate_data_settings.py,
- all collection data is exported into a single JSON file stored in 'jstests/query_golden/libs/data', and a schema file stored in the same directory
* Implement a JS data loader function that also creates all indexes specified in the schema file.
* Add a small JS test that shows how to load the generated JSON files into collections.
2022-12-17 10:06:36 +00:00
Alexander Ignatyev 41f666bd81 SERVER-71576 Cost Model End2End benchmark: calculate r2 2022-12-06 12:47:40 +00:00
Hana Pearlman 39640e543c SERVER-67161: Add physical NestedLoopJoin and make BinaryJoin logical 2022-12-02 18:22:49 +00:00
Alexander Ignatyev 7db13d1475 SERVER-71576 Implement Cost Model End2End testing 2022-11-24 11:18:42 +00:00