Commit Graph

20 Commits

Author SHA1 Message Date
Max Verbinnen 9813c77669 SERVER-107790 Design workload for SORT_MERGE (#41084)
GitOrigin-RevId: ab90fe3618437be7a0f4861c8fb7e5647f8c68e0
2025-09-10 15:06:07 +00:00
Max Verbinnen 2699b1feca SERVER-107790 Design workload for SORT_SIMPLE and SORT_DEFAULT (#40970)
GitOrigin-RevId: 637f7125ecfc9753e939dc4124c7b7db58c5beec
2025-09-08 09:50:31 +00:00
Asher Kornfeld b96d051e74 SERVER-107791 Create workload to calibrate index scans and seeks (#39336)
GitOrigin-RevId: dec4c58ea29dd39d0e80a66efa8b98c135115d80
2025-09-05 17:17:41 +00:00
Asher Kornfeld 2028702787 SERVER-108290 Support multiple calibrations for single node (#39235)
GitOrigin-RevId: 3bd56b75b83e040c8b59e3522b743af0f2591699
2025-07-30 18:58:10 +00:00
Asher Kornfeld c4410ed9a8 SERVER-100646 Design workloads to calibrate PROJECTION nodes (#39077)
GitOrigin-RevId: 592a27a20310d14925a4ddf8626f33accb35dbef
2025-07-30 18:01:51 +00:00
Asher Kornfeld 8dc33a4aa1 SERVER-107786 Create workload for calibration of COLLSCAN node (#38773)
Co-authored-by: Militsa Sotirova <militsa.sotirova@mongodb.com>
GitOrigin-RevId: 512ed28ad6119f652e433c4f5622e8c747cf4fd4
2025-07-23 19:31:00 +00:00
Asher Kornfeld fa4f723f6c SERVER-107357 Create workload for calibrating the cost of SKIP (#38670)
GitOrigin-RevId: f30568e8378f4535a2192eba6c8fec1eadcf5f66
2025-07-22 18:08:40 +00:00
Asher Kornfeld 684585f237 SERVER-107356 Create workload for calibrating the cost of LIMIT (#38543)
GitOrigin-RevId: 9b6ad6811077fe3a172810e08ff74197ffd67f95
2025-07-15 18:56:23 +00:00
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
Juan Gu 855dfadef0 SERVER-94077 Use isort in Ruff configs (#27865)
GitOrigin-RevId: e793d662774ccd3ab6c3f356c2287cf1f7ff9805
2024-10-10 19:33:49 +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 5af5e4a1e8 SERVER-73031 Generate random data with mixed data types
* Added generation of random data with mixed data types
* Generation of random dates and doubles
* Some refactoring of the python generation framework wrt types
2023-02-15 16:32:12 +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
Alexander Ignatyev ea088bcf55 SERVER-71220 Apply additional filters when calibrating Cost Model 2022-11-11 12:20:20 +00:00
Ruoxin Xu 32545f21f5 SERVER-70500 Calibrate ABT nodes on smaller queries 2022-11-08 21:09:45 +00:00
Alexander Ignatyev eb3badb0ae SERVER-70491 Calibrate physical ABT nodes in the framework 2022-10-13 17:36:29 +00:00
Alexander Ignatyev 5f11658224 SERVER-69031 Move JSON configuration to python file 2022-09-01 09:50:08 +00:00