Anyone have any thoughts on how the new local custom fields feature will be compared to the old as far as system performance? It seems like they’ll be able to make custom fields via JSD locally without global admin support.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Actually, it won't make any difference on the back-end. The underlying "this is how we store, index, search and work with custom fields" has not really changed.
However, one way to make custom fields more performant has always been to limit their context - a field that is only for project X (or several projects) is more performant than a global field.
So, this local fields feature will indirectly have an effect by creating fields with a faster setup automatically!