[SERVER-60011] combine time-series conversion libraries Created: 16/Sep/21  Updated: 29/Oct/23  Resolved: 22/Sep/21

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 5.1.0-rc0

Type: Improvement Priority: Major - P3
Reporter: Benety Goh Assignee: Benety Goh
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
is related to SERVER-57735 Translate a single update on a time-s... Closed
is related to SERVER-59855 simplify timeseries_idl and timeserie... Closed
Backwards Compatibility: Fully Compatible
Sprint: Execution Team 2021-09-20, Execution Team 2021-10-04
Participants:

 Description   

The SConscript configuration for db/timeseries contains a number of libraries that are used to map CRUD and DDL operations on time-series collections to their underlying buckets collections. These libraries can be merged into a single library.



 Comments   
Comment by Vivian Ge (Inactive) [ 06/Oct/21 ]

Updating the fixversion since branching activities occurred yesterday. This ticket will be in rc0 when it’s been triggered. For more active release information, please keep an eye on #server-release. Thank you!

Comment by Githook User [ 22/Sep/21 ]

Author:

{'name': 'Benety Goh', 'email': 'benety@mongodb.com', 'username': 'benety'}

Message: SERVER-60011 combine time-series conversion libraries
Branch: master
https://github.com/mongodb/mongo/commit/0d792cf4f9d003b02110f249dad767c29a7b0621

Comment by Githook User [ 21/Sep/21 ]

Author:

{'name': 'Benety Goh', 'email': 'benety@mongodb.com', 'username': 'benety'}

Message: SERVER-60011 remove pipeline dependency from timeseries_update_delete_util
Branch: master
https://github.com/mongodb/mongo/commit/e97d622a0933cdc82fec6c1c565305c34153aebf

Comment by Githook User [ 20/Sep/21 ]

Author:

{'name': 'Benety Goh', 'email': 'benety@mongodb.com', 'username': 'benety'}

Message: SERVER-60011 list dependent non-pipeline libraries for timeseries_update_delete_util
Branch: master
https://github.com/mongodb/mongo/commit/5e28775ebde238a628532dc5dd947b55b815310b

Comment by Githook User [ 20/Sep/21 ]

Author:

{'name': 'Benety Goh', 'email': 'benety@mongodb.com', 'username': 'benety'}

Message: SERVER-60011 add overload for queryOnlyDependsOnMetaField() without pipeline references
Branch: master
https://github.com/mongodb/mongo/commit/9ebd09c6c8c504fc68b0cdad67a06aec52d71576

Comment by Benety Goh [ 16/Sep/21 ]

queryOnlyDependsOnMetaField() requires db/pipeline for the Pipeline::parse() - see SERVER-57735.

db/pipeline is a very large library that pulls in a significant part of the server's link graph. We should look into removing the db/pipeline dependency from the conversion library and parsing the aggregation pipeline at the caller before handing over to the time-series library.

Generated at Thu Feb 08 05:48:44 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.