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

Support temporary table #24169

Closed
85 of 89 tasks
tiancaiamao opened this issue Apr 20, 2021 · 2 comments
Closed
85 of 89 tasks

Support temporary table #24169

tiancaiamao opened this issue Apr 20, 2021 · 2 comments

Comments

@tiancaiamao
Copy link
Contributor

tiancaiamao commented Apr 20, 2021

Development Task

A temporary table is a special table whose rows data are only temporarily available.

For a global temporary table, the table schema is visible to all the sessions, but the changes into the table are only available within the current transaction, when the transaction commits, all changes to the global temporary table are discarded.

For a local temporary table, it is visible only within the current session, and the table is dropped automatically when the session is closed.

Tech Design

Weekly Report

Proposal

Milestones

Stage 1

DDL @Howie59

DML @tiancaiamao

DQL

Transaction

Feature compatibility

Tools compatibility @djshow832

Stage 2

DDL

DML

Transaction

Feature compatibility, most should have a same behavior with temporary table

Tests

GA

Stage 3

@tisonkun
Copy link
Contributor

@djshow832 we can possibly use format

instead of

and thus we get more info while keep link click magic.

@djshow832 djshow832 mentioned this issue Jun 7, 2021
1 task
@tisonkun
Copy link
Contributor

tisonkun commented Mar 1, 2024

@tiancaiamao @djshow832 @xhebox is this task finished?

Temporary tables automation moved this from Project manangement to Done Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants