[CRITICAL][STABILITY][PERFORMANCE] Mass-editing verse tags for n props creates numerous tagged objects (n * n)

this is still an issue in 30.20

i suspect there is a cartesian product (aka “cross join”) in the SQL statement for the SELECT/INSERT

Possibly just needs an additional where clause predicate

1 Like