Raw size of scripts, views, and functions set to 0 bytes
Details
| Detail name | Value |
|---|---|
| Changelog Number | 11369 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | Exasol 8.0.0, Exasol 7.1.4, Exasol 7.0.15, Exasol 2025.2.0 |
| Resolution Date | 2021-12-22 |
Background
The raw_size of views and scripts were defined as the length of the script or view text.
Improvement
The raw_size of scripts, views, and functions is always 0 bytes. Consequently, scripts, views, and functions are not affected by schema quotas.
Backport
For the mentioned 7.x fix-versions the improvement is backported and can be activated by setting the database parameter
-zeroRawSizeForViewsAndScripts=1
Changed behavior
Default behavior is unchanged. With the command line parameter "-zeroRawSizeForViewsAndScripts=1", views, scripts, and functions have 0 raw size.