-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
QO 2023-10-16, QO 2023-10-30, QO 2023-11-13, QO 2023-11-27
It's currently one large function. We should aim to split it into more independently-manageable chunks. Since there are a few shared constants between the different steps, we could:
- Create constants in the outer function and pass them in, or
- Place all constants in a constant-holding object to pass around.
The latter option is slightly more complicated, but might be preferable. This will need to be investigated.
- is depended on by
-
SERVER-81776 Create cached SBE plans
- Closed