Object Types
This section explains how the raw (uncompressed) size is determined for different object types in Exasol.
Supported object types
-
Function
-
Schema
-
Script
-
Table
-
View
To view a list of all objects that you have access to, use EXA_ALL_OBJECTS.
Object type raw sizes
The following table describes how the raw (uncompressed) size is determined for each object type.
Data type | Raw size in bytes |
---|---|
FUNCTION
|
CREATE FUNCTION statement. |
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
|
CREATE SCRIPT statement. |
TABLE
|
The raw size of a table object is the sum of the raw size of all the columns in the table. |
VIEW
|
CREATE VIEW statement. |
To view object sizes, use EXA_ALL_OBJECT_SIZES.