Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(tianmu): to support explain the table of Tianmu engine #726

Closed
DandreChen opened this issue Oct 14, 2022 · 0 comments
Closed

feature(tianmu): to support explain the table of Tianmu engine #726

DandreChen opened this issue Oct 14, 2022 · 0 comments
Assignees
Labels
A-feature feature with good idea C-stonedb-8.0 associated with stonedb 8.0

Comments

@DandreChen
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

case:

create table ttt(a varchar(20)) engine=tianmu;
insert into ttt values("123"),("456"),("789");
explain  select * from ttt;

result:

mysql> explain  select * from ttt;
+------+
| a    |
+------+
| 123  |
| 456  |
| 789  |
+------+
3 rows in set (2.80 sec)

Describe the solution you'd like

fix tianmu code to judge the explain operation

Describe alternatives you've considered

Additional context

@DandreChen DandreChen added A-feature feature with good idea C-stonedb-8.0 associated with stonedb 8.0 labels Oct 14, 2022
@DandreChen DandreChen added this to the stonedb_8.0_v1.0.0 milestone Oct 14, 2022
@DandreChen DandreChen self-assigned this Oct 14, 2022
@DandreChen DandreChen changed the title feature(tianmu): to support explain the table of Tiannmu engine feature(tianmu): to support explain the table of Tianmu engine Oct 14, 2022
DandreChen added a commit to DandreChen/stonedb that referenced this issue Oct 17, 2022
…atom#726)

Add explain operation judgement to route to MySQL in Tianmu code
Change the query interface postion of Tianmu to the better way
DandreChen added a commit to DandreChen/stonedb that referenced this issue Oct 17, 2022
…atom#726)

Add explain operation judgement to route to MySQL in Tianmu code
Change the query interface postion of Tianmu to the better way
DandreChen added a commit to DandreChen/stonedb that referenced this issue Oct 17, 2022
…atom#726)

Add explain operation judgement to route to MySQL in Tianmu code
Change the query interface postion of Tianmu to the better way
DandreChen added a commit to DandreChen/stonedb that referenced this issue Oct 17, 2022
…atom#726)

Add explain operation judgement to route to MySQL in Tianmu code
Change the query interface postion of Tianmu to the better way
mergify bot pushed a commit that referenced this issue Oct 17, 2022
Add explain operation judgement to route to MySQL in Tianmu code
Change the query interface postion of Tianmu to the better way
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-feature feature with good idea C-stonedb-8.0 associated with stonedb 8.0
Projects
Development

No branches or pull requests

1 participant