Skip to content

[BUG] TiSpark recent release is slower than before #2105

@birdstorm

Description

@birdstorm

The problem is located that in the recent release of TiSpark, the default value of PARTITION_PER_SPLIT is changed from 10 to 1. It results in increasing Spark tasks.

some related problems:

  • ScanRequest receive a slower response from tikv when scanning meta data
    • cause: scanning is not concurrent.
  • Memory usage incresed.
    • cause: the memory usage of ColumnVector should be optimized.

Affected versions: v2.3.14 to v2.3.16, v2.4.1

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions