Why do I need the maximum number of output elements for lists?
Maximum number of displayed elements — to speed up their loading.
Why do I need notloaded for a field of type Data?
Sometimes large json
data is stored, and this can cause table loading to hang when they load several hundred or thousand such rows.
notloaded informs the database that it basically does not need to read the contents of these fields when loading the table, which drastically speeds up the loading process.
What value will the formatting code get when notloaded is active?
If set, the value **NOTLOADED**
is passed to the table during loading.