After an application session defines a created temporary table, concurrently running sessions do not have to redefine it.
在应用程序会话定义已创建的临时表之后,并发运行的会话不需要重新定义它。
The table definition is persistent only to that session.
表定义的持久化特性仅针对该会话。
CGTT essentially moves the table setup process outside the session.
从本质上说,CGTT将表设置流程移到了会话外部。
应用推荐