Skip to content

explain analyze runtime info is zero when using tiflash #52608

@guo-shaoge

Description

@guo-shaoge

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. generate 1000 rows for any table
  2. add tiflash replica
  3. run following sql:explain analyze select * from bc_bet_records_111 limit 1000 offset 1000;

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

tiflash runtime info should not be zero

3. What did you see instead (Required)

188879bc-99ab-4199-be6d-360b0735d8a4

4. What is your TiDB version? (Required)

MySQL [wetech]> select tidb_version()
    -> ;
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tidb_version()                                                                                                                                                                                                                                                                        |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Release Version: v8.1.0-alpha-43-g681987317c-dirty
Edition: Community
Git Commit Hash: 681987317c7ae15946b6270e9e8fb1286edadd4f
Git Branch: fix_dml_ru_missing
UTC Build Time: 2024-04-15 08:23:29
GoVersion: go1.21.0
Race Enabled: false
Check Table Before Drop: false
Store: tikv |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.009 sec)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions