This article 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 FUNCTIONstatement. | 
| 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 SCRIPTstatement. | 
| TABLE | The raw size of a table object is the sum of the raw size of all the columns in the table. | 
| VIEW | CREATE VIEWstatement. | 
To view object sizes, use EXA_ALL_OBJECT_SIZES.