summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_internal_unpack_bucket_test
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61656 Extend lastpoint rewrite to $top, $bottom, $topN, $bottomNAlya Berciu2022-04-131-33/+203
* SERVER-65445 Ensure _id in $group matches meta field in $sort for lastpoint r...Alya Berciu2022-04-121-3/+3
* SERVER-65005 Use group instead of lookup for lastpoint rewriteAlya Berciu2022-04-071-221/+176
* SERVER-64235 Implement timeseries lastpoint rewrite for ascending timeAlya Berciu2022-03-211-1/+114
* Revert "SERVER-64235 Implement timeseries lastpoint rewrite for ascending time"Alya Berciu2022-03-161-114/+1
* SERVER-64235 Implement timeseries lastpoint rewrite for ascending timeAlya Berciu2022-03-151-1/+114
* SERVER-61654 Implement lastpoint optimization for {meta.a: 1, ts: -1} use caseKatherine Wu2022-02-151-0/+179
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-111-204/+24
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushdown ad...Matt Boros2022-02-081-6/+26
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-213-72/+297
* SERVER-61592 Correctness fix for time-series query with millisecond granularityJames Wahlin2022-01-191-1/+9
* SERVER-58134 Map agg comparison predicates on time-series colls to bucket-lev...Katherine Wu2022-01-102-6/+192
* SERVER-60044 Pushdown _internalBucketGeoWithin predicate for $geoIntersects q...Matt Boros2021-11-091-0/+58
* SERVER-61042 Preserve limit when swapping $sort and $_internalUnpackBucketKatherine Wu2021-11-081-4/+28
* SERVER-60830 Added more predicates for $eq $lt $lte in internal unpack bucketMatt Boros2021-11-051-7/+17
* SERVER-59505 Fix TS pushdown predicate to capture variable type measurementssamontea2021-11-023-40/+95
* SERVER-58579 Bucket unpacking support for compressed v2 timeseries bu…Henrik Edin2021-09-081-35/+52
* SERVER-59299: Flatten top-level nested $match stages in doOptimizeAtHana Pearlman2021-09-032-7/+7
* Revert "SERVER-58096 Add IncludeBucketIdAndRowIndex option to $_internalUnpac...Gregory Noma2021-09-021-227/+0
* SERVER-57568 Implement query routing behaviour for sharded time series collec...Arun Banala2021-08-301-89/+27
* SERVER-57764 Push down $geoWithin past $_internalUnpackBucket using $_interna...Alice Doherty2021-08-192-0/+76
* SERVER-58096 Add IncludeBucketIdAndRowIndex option toKris Satya2021-07-091-0/+227
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-241-1/+1
* SERVER-56124 Provide an alias to $_internalUnpackBucket for Atlas Online ArchiveEthan Zhang2021-05-175-313/+395
* SERVER-55575 Optimize $group on meta $min/$max on measurements for time-serie...Svilen Mihaylov2021-04-271-0/+51
* SERVER-53491: Finalize optimization tests for $_internalUnpackBucketHana Pearlman2021-04-211-22/+64
* SERVER-55099 Update $_internalUnpackBucket serialization and parsingJacob Evans2021-04-215-57/+126
* SERVER-54766: Ensure that multiple $unpackBucket rewrites correctly work toge...Hana Pearlman2021-04-201-0/+698
* SERVER-55668: Allow rewrite to push exclusion meta projections past $unpackBu...Hana Pearlman2021-04-201-0/+128
* SERVER-55106 Map predicates on max time to _id for time-seriesJacob Evans2021-04-139-318/+553
* SERVER-55215 Handle small measurement counts in buckets for ARHASHEric Cox2021-04-091-275/+0
* SERVER-54001 Allow rewrite to push computed meta projections past $unpackBucketMilena Ivanova2021-04-061-12/+61
* SERVER-53489: Test that $sample is placed directly after $unpackBucket by rew...Hana Pearlman2021-03-311-0/+121
* SERVER-53488 Allow rewrite to push meta projections past $unpackBucket.Milena Ivanova2021-03-301-0/+257
* SERVER-55457: Disallow dotted metaField when parsing $_internalUnpackBucketHana Pearlman2021-03-301-0/+11
* SERVER-55183 Fix owning raw pointers in matcher/Jacob Evans2021-03-241-14/+14
* SERVER-55123 Move time-series string constants into their own file to minimiz...Dianna Hohensee2021-03-221-75/+42
* SERVER-53977 Allow rewrite to produce only empty documents in $unpackBucket i...Svilen Mihaylov2021-03-191-0/+75
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-191-1/+280
* SERVER-55061 Handle missing meta and null meta differentlyYoonsoo Kim2021-03-181-17/+63
* Revert "SERVER-54221 Implement $sample pushdown into $_internalUnpackBucket"Eric Cox2021-03-171-280/+1
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-171-1/+280
* SERVER-53484: Allow rewrite to push meta predicates past $unpackBucketHana Pearlman2021-03-152-4/+304
* SERVER-54081 Defaulted to an empty exclude list if neither include nor exclud...Yoonsoo Kim2021-03-111-13/+65
* SERVER-53485 Allow rewrite to push meta $sort past $unpackBucketSvilen Mihaylov2021-03-101-0/+73
* SERVER-53758 Map predicates on min time to a portion of _idKatherine Wu2021-03-031-29/+208
* SERVER-54864: Peform dependancy analysis and include/exclude internalization ...Hana Pearlman2021-03-033-479/+424
* SERVER-53483 Map predicates on time and regular fields to predicates on contr...Katherine Wu2021-02-241-0/+360
* SERVER-54440 Reorganize Unpack Bucket Unit TestsJacob Evans2021-02-173-0/+1348