Skip to content

DMS: Improve performance by reducing data volume #123

@amotl

Description

@amotl

About

In order to improve performance, specifically on full-load operations, another variant is to reduce the amount of data to be transferred.

This can either happen by selecting or excluding specific columns, which is common practice, or in theory also by filtering the data on a record level, in order to replicate only a subset of the data into the target database. While the latter is less-common practice, it is certainly in reach for adding relevant parameters (filtering constraints) to the machinery, if the use case is applicable for that variant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions