Open
Description
Marcus Gartner (mgartner) commented:
Searching the docs for "table settings" does not return relevant results. The only mentions of table settings that I've found are:
- The docs for
opt_with_storage_parameter_list
in theCREATE TABLE
docs, which only mention geo-spatial index options (which is incorrect in this context) and not table-level settings. - The optimizer docs mention some table settings related to automatic stats collection.
I think we need a docs page dedicate to table-level settings that is searchable, explains what they are, how to set them on new and existing tables, and lists all possible table settings.
Jira Issue: DOC-9182