Quote:
Originally Posted by ownedbycats
The single-field edit in Action Chains has the option to populate a column from a template. Less of a performance impact than a composite column in exchange for a slight increase of the db size. You'll also need to re-run it to update the column values, so it's most useful for when you don't need to change the values often.
|
Depending on what the composite does, you might find that using a Python template gets rid of the problem. They can be 1 to 2 orders of magitude faster, especially when processing lists and especially identifiers.