In this chapter you find information to optimize a workbook.

Avoiding Join of Dates

Do not join data when having 'date' data.

Don't do cartesian joins.

Avoiding Large Amount of Columns Per Sheet

We recommend you not to keep more columns within a sheet than really needed.

Avoiding Unexpected Large Parquet Files

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:

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:

Configuration of Data Retention Policy 

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

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:

Filtering Data

We recommend you to filter your data as soon as you can do it during your data editing process.

Performance of SQL Sheets

Due to performance reasons, use subqueries in their own SQL sheet when using SQL sheets.

Usage of Descriptions

Fill in the descriptions for data transformation. The annotations will help you to follow your transformation process.

Usage of Partitions

When importing data from type 'date', always use data partitions.