aboutsummaryrefslogtreecommitdiffstats
path: root/dmi-plugin-stub/start.sh
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2023-06-12 16:24:55 +0100
committerdanielhanrahan <daniel.hanrahan@est.tech>2023-06-12 18:02:53 +0100
commit7bf37672c41c84182063e6a25cb3ca4306dd142f (patch)
treef1fd69ed5594318dcb86f651a44be746f8252071 /dmi-plugin-stub/start.sh
parentb3b44d9aa4e71c4264df140ffff27b5ba4c44e82 (diff)
Fix for recursive SQL returning extra level of descendants
Recursive SQL queries are incorrectly returning maxDepth + 1 levels of fragments due to incorrect comparison in the WHERE clause. This code is used by getDataNodes and queryDataNodes to prefetch the descendants before converting to datanodes. Prefetching extra descendants causes high memory usage. Issue-ID: CPS-1716 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ie22215c0c7018cd293f73cf75adca2cd55f218a6
Diffstat (limited to 'dmi-plugin-stub/start.sh')
0 files changed, 0 insertions, 0 deletions
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190