Optimizing a Workbook
INFO
In this chapter you find information to optimize a workbook.
Avoiding Join of Dates
TIP
Do not join data when having 'date' data.
Don't do cartesian joins.
Avoiding Large Amount of Columns Per Sheet
TIP
We recommend you not to keep more columns within a sheet than really needed.
Avoiding Unexpected Large Parquet Files
INFO
Kept sheets in a Datameer X workbook which contains large strings (e.g. 200MB of JSON) will result in big Parquet files.
To avoid large Parquet files the following options apply:
- restructure the workbook chain and make it a multi layer data transformation where only the required data is defined as kept/ result sheet
- increase the JVM heap space for the Datameer X job
Breaking up the Workflow When Having High Number of Sheets and Joints
Due to the execution performance, break up your workflow into. multiple Workbooks when:
- having more than 20 sheets per Workbook
- having two joins
Configuration of Data Retention PolicyÂ
TIP
We recommend you to configure the section 'Data Retention Policy' when configuring the import of data. This regulates the options on how to store the Workbook data and minimizes the data footprint.
Deletion of Non-kept Sheets
TIP
Workbook sheets that are not kept and used by a downstream Workbook or an export job reduce a Workbook's processing time and cost storage. You should only save the Workbook results for the necessary sheets in your downstream process.
To avoid a long processing time you will find an indicator about kept and therefore sheets that need to be kept while non-kept sheets can be deleted:
- find the indicator 'Consumer' on the Workbook Setting page and on the Workbook Details page e.g. here:
 - the indicator 'Consumer' helps admins and users to identify which portions of old work are no longer needed to be kept
- delete non-kept sheets that are not used any more
Filtering Data
TIP
We recommend you to filter your data as soon as you can do it during your data editing process.
Performance of SQL Sheets
TIP
Due to performance reasons, use subqueries in their own SQL sheet when using SQL sheets.
Usage of Descriptions
TIP
Fill in the descriptions for data transformation. The annotations will help you to follow your transformation process.
Usage of Partitions
TIP
When importing data from type 'date', always use data partitions.