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 The raw size of a function object is zero.
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 The raw size of a script object is zero.
TABLE

The raw size of a table object is the sum of the raw size of all the columns in the table.

VIEW The raw size of a view object is zero.