Object Types
This section lists the objects supported by Exasol 8 and how the raw, or uncompressed, size is determined for each object type. To view a list of all objects you have access to, see EXA_ALL_OBJECTS.
Supported Object Types
Exasol 8 supports the following object types:
-
Function
-
Schema
-
Script
-
Table
-
View
Object Type Raw Sizes in Bytes
The following table describes how the raw size is determined for each object type. To view object sizes, see EXA_ALL_OBJECT_SIZES.
Data Type | Raw Size in Bytes |
---|---|
FUNCTION
|
|
SCHEMA
|
The raw size of a schema object is the sum of the raw size of all the objects contained in the schema, such as tables. |
SCRIPT
|
|
TABLE
|
The raw size of a table object is the sum of the raw size of all the columns in the table. |
VIEW
|
|