Keyword | How it affects data storage |
---|---|
DEFAULTS | Stores data up to 1 TB in size. Text is stored in UTF8 format. |
TEXT_UTF16 | Stores data up to 1 TB in size. Text is stored in UTF16 format. |
MAX_FILE_SIZE_4GB | Limits data size to 4 GB. Text is stored in UTF8 format. |
MAX_FILE_SIZE_256TB | Stores data up to 256 TB in size. Text is stored in UTF8 format |
GEOMETRY_OUTOFLINE | Stores data up to 1 TB in size. Text is stored in UTF8 format. Stores the geometry attribute in a file separate from the nonspatial attributes |
BLOB_OUTOFLINE | Stores data up to 1 TB in size. Text is stored in UTF8 format. Stores BLOB attributes in a file separate from the rest of the attributes. |
GEOMETRY_AND_BLOB_OUTOFLINE | Stores data up to 1 TB in size. Text is stored in UTF8 format. Stores both geometry and BLOB attributes in files separate from the rest of the attributes. |