Object Types
This article explains how the raw (uncompressed) size is determined for different object types in Exasol.
Supported object types
Exasol 8 supports the following 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
|
|
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
|
|
To view object sizes, use EXA_ALL_OBJECT_SIZES.