Skip to content

Set sequential scan for BATCH operations #28934

@dahbka-lis

Description

@dahbka-lis

There is a little bug with parallel scanning: a two-shards partition is a "single partitioned stage", so KqpTaskGraph generates 1 task for ReadActor, one RA reads two shards, but RA can only return one row as BatchOperationMaxRow and it is not clear how to determine which row to return, from the first shard or from the second shard?

Solution: let's make a sequential scanning by selection only the row from the first shard.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions