You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL has JSON_STORAGE_FREE function. It represents the freed space after partial update. However, TiDB (both execution and storage) doesn't support in place partial update for json, so we could simply return a 0 for all json types.