v.22.6Performance Improvement
Improve dictGetDescendants and dictGetChildren Functions with Temporary Hierarchical Index and BIDIRECTIONAL Support
Improve performance ofdictGetDescendants,dictGetChildrenfunctions, create temporary parent to children hierarchical index per query, not per function call during query. Allow to specifyBIDIRECTIONALforHIERARHICALattributes, dictionary will maintain parent to children index in memory, that way functionsdictGetDescendants,dictGetChildrenwill not create temporary index per query. Closes #32481. #37148 (Maksim Kita).