summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/SConscript
AgeCommit message (Collapse)Author
2024-09-13SERVER-91314 Kill spillable queries when disk space is low (#26854)Projjal Chanda
GitOrigin-RevId: 30418922c4262d76eafbbd1e62a70d06fa8fb24d
2024-09-06SERVER-94490 Upstream aggregated Bazel conversions (#26806)Daniel Moody
GitOrigin-RevId: bdf6e5b959d12f0885b08f26375d30ea3b3129e1
2024-09-06Revert "SERVER-94490 Upstream aggregated Bazel conversions (#26769)" (#26803)auto-revert-app[bot]
GitOrigin-RevId: 5cffae8b15b03304d87152a88b83b058c3f75c0e
2024-09-05SERVER-94490 Upstream aggregated Bazel conversions (#26769)Aaron Siddhartha Mondal
GitOrigin-RevId: d2539bb5f024c0d58ddb4f63ab37f20f80893b0b
2024-08-29Revert "SERVER-94157 Migrate ~50 targets to Bazel (#26587)" (#26631)Daniel Moody
GitOrigin-RevId: 43409eaf5402b8068258aff300439c5c148c3e50
2024-08-29SERVER-94157 Migrate ~50 targets to Bazel (#26587)Aaron Siddhartha Mondal
GitOrigin-RevId: c116a3ab0f49bdf87ca7752cc5434e4ea9a94691
2024-08-27SERVER-93273 Convert 22 targets from SCons to Bazel (#26536)Zack Winter
GitOrigin-RevId: 0d3ba9bc5045a6dca3dce2194dcc9beb469f7fa5
2024-08-20SERVER-92453 Implement shard-filtering in distinct scan (#25279)Alya Carina Berciu
GitOrigin-RevId: 01445e4a1e1202e549b337dc343ac81b2bbe1bf6
2024-08-17SERVER-91801 error on missing SConscripts (#26268)Daniel Moody
GitOrigin-RevId: 70bba9fa5163e226a62b87d19c8a7a8d462eb956
2024-08-07SERVER-93253 Remove simple shim library definitions (#25868)Zack Winter
GitOrigin-RevId: 344960eebc243c2121ea70eff321bc6c9a6a46f7
2024-08-02SERVER-93022 Move db/bson directory to db/query (#25651)kmznam
GitOrigin-RevId: bcb7083ade032c60af97f4fafa6131ca3a948237
2024-05-22SERVER-90615: Enable python formatting checks for src directory (#22299)Steve McClure
GitOrigin-RevId: af7d6593172a8a0ce01027a52d19de1d0215fb5b
2024-01-02SERVER-84407 Remove unused functionality from the sharding test fixturesKaloian Manassiev
GitOrigin-RevId: 8744c6a1fa9482d4e7a13110c4ed925c529c93a0
2024-01-02Revert "SERVER-84407 Remove unused functionality from the sharding test ↵auto-revert-processor
fixtures" This reverts commit 0bdd78c5415ffa67d6f920ebaf83520bdab5ad68. GitOrigin-RevId: 1616be2cb2b3f26ae85e1b8ff5d6d7d9816a2131
2023-12-30SERVER-84407 Remove unused functionality from the sharding test fixturesKaloian Manassiev
GitOrigin-RevId: 0bdd78c5415ffa67d6f920ebaf83520bdab5ad68
2023-12-07SERVER-77705 Use crc32c as sorter checksum and add versioningIvan Fefer
GitOrigin-RevId: f699cb2bdaebacae374d315ec5e15e5b3bb57332
2023-08-28SERVER-79362 Create query/timeseries directory and move bucket predicate ↵Gil Alon
generator files
2023-07-27SERVER-78233 remove filters in match queries with fixed bucketsGil Alon
2023-07-14SERVER-78010: Expose SortExecutor from DocumentSourceSort.Sandeep Dhoot
2023-07-10SERVER-78666 Get rid of is_mongos module in favor of cluster roleAntonio Fuschetto
2023-06-29SERVER-78303: Optimize ScopedTimerColin Stolley
2023-04-19SERVER-75424 Push down timeseries metric predicateYoonsoo Kim
2023-03-03SERVER-74435 Add basic classic engine SPOOL stageAlyssa Wagenmaker
2023-02-27SERVER-73488 Add redaction to projection AST serializationDavis Haupt
2023-01-19SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer
2022-08-29SERVER-68826 Move logical_time into server_baseKaloian Manassiev
2022-08-18SERVER-63845 Separate variable reference tracking from pipeline field ↵Nicholas Zolnierz
dependency analysis
2022-07-27SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu
2022-07-26Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu
This reverts commit e7d2be0dae29265e2a6efafd4753debf11b9e96f.
2022-07-26SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu
2022-07-15SERVER-60455 serverStatus metrics for external sorterShin Yee Tan
2022-05-25SERVER-66490 Apply pylinters to build system codeTausif Rahman
2022-04-22SERVER-65699 delete test-only 'sbe' commandKyle Suarez
2022-01-25SERVER-62954 make timeseries_options library dependency private in ↵Benety Goh
bucket_unpacker This reduces the link graph size to stay under the macos dyld limit. Changes LIBDEPS edges added in commit 610898a1ccec0afc3d38f7c29f2553d5b6102d30.
2022-01-21SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy
2022-01-21SERVER-59163 Move time-series predicate rewrites to bucket_unpackerDavid Percy
We will want to use these rewrites when creating a partial index. But to avoid a cyclic dependency, we don't want to depend on all of the 'pipeline' library.
2021-12-30Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang
This reverts commit 4cfcc10775e2cab05a6e30c2516994ab67b9bd7d.
2021-12-16SERVER-62056 Improve `Sorter` code structureGregory Noma
2021-09-16SERVER-58578 Timeseries bucket compressionHenrik Edin
All fields under data will be compressed using BSON Binary Subtype 7. Measurements are sorted by time field. Buckets are compressed in a separate update operation when the BucketCatalog is closing the bucket and no further writes to it will be performed. Compression operation are transparant for the user, if it fails for any reason the bucket will be left uncompressed.
2021-09-08SERVER-58579 Bucket unpacking support for compressed v2 timeseries bu…Henrik Edin
2021-04-28SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 ↵Kaloian Manassiev
shard/dropCollection
2021-04-20SERVER-55668: Allow rewrite to push exclusion meta projections past ↵Hana Pearlman
$unpackBucket
2021-04-09SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams
2021-04-09SERVER-55215 Handle small measurement counts in buckets for ARHASHEric Cox
Co-authored-by: David Storch <david.storch@mongodb.com>
2020-11-17SERVER-50388 Support $where operator in SBENikita Lapkov
2020-08-06SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma
2020-06-24SERVER-48859 Implement db.sbe test command.Martin Neupauer
2020-06-24Revert "SERVER-48860 Implement db.sbe test command."Martin Neupauer
This reverts commit 23798d505b887342f31f3ed0db91628d036b47b6.
2020-06-24SERVER-48859 Implement db.sbe test command.Martin Neupauer
2020-06-11SERVER-48228 Move slot-based execution engine and supporting changes into ↵Martin Neupauer
the master branch This is an initial commit for the slot-based execution engine (SBE) which contains: * Implementation of the core slot-based engine. * The SBE stage builder, which is responsible for translating a QuerySolution tree into an SBE plan. * Other changes necessary for integration with the find command. Co-authored-by: Anton Korshunov <anton.korshunov@mongodb.com> Co-authored-by: Justin Seyster <justin.seyster@mongodb.com> Co-authored-by: David Storch <david.storch@mongodb.com>