Skip to content

make @@tidb_distsql_scan_concurrency hint work for keep order request #60891

@tiancaiamao

Description

@tiancaiamao

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

I want @@tidb_distsql_scan_concurrency sql variable work:

select /*+ set_var(tidb_distsql_scan_concurrency=14)*/ * from t order by id;

2. What did you expect to see? (Required)

distsql scan concurrency is 14

3. What did you see instead (Required)

For order by request, the concurrency is lower to 2

4. What is your TiDB version? (Required)

master

Metadata

Metadata

Assignees

No one assigned

    Labels

    affects-7.5This bug affects the 7.5.x(LTS) versions.affects-8.1This bug affects the 8.1.x(LTS) versions.affects-8.5This bug affects the 8.5.x(LTS) versions.report/customerCustomers have encountered this bug.severity/moderatesig/sql-infraSIG: SQL Infratype/bugThe issue is confirmed as a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions