Options override

Target table
  • Recreate
    This option will drop the existing target table and create a new one. It is useful when you want to ensure the table schema is exactly as defined in the migration specifications, typically used when the target schema may have changed.
  • Expect Existing
    When selected, the migration process anticipates that the target table already exists and will not attempt to create it. This is suitable for incremental updates or when the table structure in the target database should remain untouched.
Table indexing
  • Primary Key
    This option maintains the primary key as the indexing strategy for the target table. It's essential for enforcing uniqueness and optimizing performance for data retrieval operations.
  • Clustered Columnstore Index
    Choosing this option will apply a clustered columnstore index to the target table. This type of index is optimized for data warehousing and analytics workloads, providing high levels of data compression and efficient query performance on large datasets.
Table Slices

This numeric value defines the number of partitions to divide the table's data into during the migration process. Setting it to '60' means the data will be split into 60 separate slices, which can be processed in parallel, potentially speeding up the migration and reducing load on the source system. This is especially useful for very large tables where data volume can be a bottleneck.

Slicing Column

This field is used to specify the name of the column in the source table that will be used to determine the boundaries for each slice of data. The column chosen typically has a wide range of values which allows the data to be evenly distributed among the slices, facilitating an efficient, parallelized migration process.

What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.

lorem ipsum dolor sit amet

Phasellus diam eros, suscipit id sem nec, porttitor gravida dui. Pellentesque tempor vestibulum nisi at convallis. Aliquam augue justo, iaculis non cursus nec, pretium et velit.

  • This is some text inside of a div block.
  • This is some text inside of a div block.
  • This is some text inside of a div block.
  • This is some text inside of a div block.
lorem ipsum dolor sit amet

Phasellus diam eros, suscipit id sem nec, porttitor gravida dui. Pellentesque tempor vestibulum nisi at convallis. Aliquam augue justo, iaculis non cursus nec, pretium et velit.

lorem ipsum dolor sit amet

Phasellus diam eros, suscipit id sem nec, porttitor gravida dui. Pellentesque tempor vestibulum nisi at convallis. Aliquam augue justo, iaculis non cursus nec, pretium et velit.

lorem ipsum dolor sit amet

Phasellus diam eros, suscipit id sem nec, porttitor gravida dui. Pellentesque tempor vestibulum nisi at convallis. Aliquam augue justo, iaculis non cursus nec, pretium et velit.

What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.