Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ To configure VTGate to support `TLS` set `-mysql_server_ssl_cert` and `-mysql_se

## Temporary Tables

Vitess does not support the use of temporary tables.
Vitess has limited support for temporary tables. It works only for unsharded keyspaces.

If the user creates a temporary table then the session will start using reserved connections for any query sent on that session.

The query plans generated by this session will not be cached. It will still continue to use the query plan cached from other non-temporary table sessions.


## Character Set and Collation

Expand Down