v.20.7Improvement
joinGet now supports multi-key lookup
Why it matters
This feature enhances thejoinGet function by enabling more complex join conditions with multiple keys, improving query expressiveness and performance in scenarios where multi-column keys are used for joins.How to use it
To use this feature, calljoinGet with multiple key parameters as input. This allows retrieval of values from the joined table by specifying several keys within the function call.