summaryrefslogtreecommitdiff
path: root/buildscripts/cost_model
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73691: Require confirmation for upgrade/downgradeXueruiFa2023-03-281-1/+2
* SERVER-73030 Generate random array data for CE testingTimour Katchaounov2023-02-222-8/+10
* SERVER-73030 Generate random array data for CE testingTimour Katchaounov2023-02-212-20/+20
* SERVER-73979 Partition large random data files into chunksTimour Katchaounov2023-02-171-22/+58
* SERVER-73031 Generate random data with mixed data typesTimour Katchaounov2023-02-156-174/+442
* SERVER-73030 Generate random array data for CE testingTimour Katchaounov2023-01-272-13/+94
* SERVER-72662 Generate random string data for CETimour Katchaounov2023-01-203-227/+144
* SERVER-72663 Visualize distribution of generated dataTimour Katchaounov2023-01-172-4/+36
* SERVER-72236 Generate random integer data for CETimour Katchaounov2023-01-122-17/+16
* SERVER-72236 Generate random integer data for CETimour Katchaounov2023-01-102-4/+135
* SERVER-72036 Implement data generation and loading into JS CE accuracy testsTimour Katchaounov2022-12-176-4/+357
* SERVER-71576 Cost Model End2End benchmark: calculate r2Alexander Ignatyev2022-12-063-40/+119
* SERVER-67161: Add physical NestedLoopJoin and make BinaryJoin logicalHana Pearlman2022-12-023-13/+14
* SERVER-71576 Implement Cost Model End2End testingAlexander Ignatyev2022-11-247-23/+504
* SERVER-71363 Use Nanoseconds rather than Microseconds in QueryExecTime and su...Ruoxin Xu2022-11-162-2/+2
* SERVER-71220 Apply additional filters when calibrating Cost ModelAlexander Ignatyev2022-11-118-190/+137
* SERVER-69030 Add python requirements.txt for Cost ModelAlexander Ignatyev2022-11-103-0/+50
* SERVER-70500 Calibrate ABT nodes on smaller queriesRuoxin Xu2022-11-089-31/+209
* SERVER-70537 Implement end to end cost model benchmark.Alexander Ignatyev2022-11-0310-36/+328
* SERVER-70491 Calibrate physical ABT nodes in the frameworkAlexander Ignatyev2022-10-1311-84/+304
* SERVER-68984 Implement experiments in Cost Model FrameworkAlexander Ignatyev2022-09-012-2/+213
* SERVER-69031 Move JSON configuration to python fileAlexander Ignatyev2022-09-015-325/+60
* SERVER-67223 Optimize writing to MongoDB data generatorRuoxin Xu2022-08-306-86/+103
* SERVER-69089: Add ability to define indexes in configAlexander Ignatyev2022-08-303-22/+46
* SERVER-68983 Do not run ABT calibration workflows with hidden indexesAlexander Ignatyev2022-08-236-22/+32
* SERVER-68386 Implement random generator of documentsRuoxin Xu2022-08-211-1/+66
* SERVER-68385 Implement random generator of arraysRuoxin Xu2022-08-151-7/+48
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-042-5/+9
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-042-5/+3
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-032-3/+5
* SERVER-68349 Support various data distributions in random data generatorAlexander Ignatyev2022-07-287-109/+602
* SERVER-67851 Support additional input parameters in Cost ModelAlexander Ignatyev2022-07-269-167/+377
* SERVER-67121 Cost Model and Calibration farmeworkAlexander Ignatyev2022-07-0512-0/+1214