当前位置:网站首页>Gbase8s database into temp clause creates a temporary table to save query results.
Gbase8s database into temp clause creates a temporary table to save query results.
2022-06-29 12:19:00 【Like to eat radish ice cold】
INTO TEMP Clause to create a temporary table extent And the next extent For each 8 page . Through the database server
Built in of the server RSAM access , The temporary table must be accessible ; You cannot specify another access method .
If you use the same query result more than once , Using temporary tables can save time . Besides , Use INTO TEMP Clause often
You can make SELECT Clearer and easier to understand .
The data values in the temporary table are static ; When the table we use to build the temporary table changes , The data in the temporary table is not updated .
You can use it. CREATE INDEX Statement to create an index on a temporary table .
Temporary tables for logging always exist , Until one of the following events occurs :
The application disconnects from the database .
Issue... On the temporary form DROP TABLE sentence .
Database shutdown .
A temporary table without logging exists , Until one of the following events occurs :
The application disconnects from the database .
Issue... On the temporary form DROP TABLE sentence .
If your GBase 8s The database has no transaction logging , Then the behavior of the temporary table is the same as that of WITH NO LOG Option creation
The behavior of the created table is the same .
If you are in DBSPACETEMP Specify more than one temporary... In the environment variable dbspace( Or if... Is not set , stay
DBSPACETEMP In the configuration parameters ), be INTO TEMP Clause to load the rows of the result set of the query into this by polling
some dbspace Inside . To get more information about INTO TEMP Clause of the query to create information about the storage location of the temporary table ,
see also Storage location of temporary tables .
Because operations on temporary tables without logging are not logged , So use WITH NO LOG Options reduce transaction days
Record the load .
Because the temporary table without logging does not disappear when the database is shut down , So you can use a temporary table without logging to create a temporary table in the application
Move data from one database to another while maintaining a connection . You take INTO TEMP Clause WITH NO LOG Options
The behavior of the created temporary table is the same as RAW Table behaves similarly .
边栏推荐
- Ensure drinking water safety! Panyu Shawan waterway water quality online monitoring system passed the acceptance
- JVM之方法区
- 杰理之关于 TWS 配对方式配置【篇】
- GBase8s数据库select有ORDER BY 子句6
- Numpy's ndarray array Foundation
- 《自卑与超越》生活对你应有的意义
- An interpretable geometric depth learning model for structure based protein binding site prediction
- Jerry's about TWS pairing mode configuration [chapter]
- LM07丨细聊期货横截面策略
- 嵌入式数据库开发编程(四)——DDL、DML
猜你喜欢

&4 express框架

当技术人成长为 CEO,应该修改哪些“Bug”?

&3 在浏览器中查看请求报文和响应报文

Numpy's ndarray array Foundation

How to view saved passwords of websites

ERP preparation of BOM basis

初次使用 eolink 感受

Dragon Book tiger Book whale Book gnawing? Try the monkey book with Douban score of 9.5

Win11 web version

论文复现——AC-FPN:Attention-guided Context Feature Pyramid Network for Object Detection.
随机推荐
GBase8s数据库INTO STANDARD 和 INTO RAW 子句
GBase8s数据库FOR READ ONLY 子句
正大期货留4数据整合
Serving millions of developers, the first techo day Tencent technology open day released 7 "lightweight" products
GBase8s数据库select有ORDER BY 子句1
Codeforces Round #803 (Div. 2)
Installation and configuration of MariaDB
pod安全策略(PSP)
求大数的阶乘 ← C语言
GBase8s数据库select有ORDER BY 子句6
[pbootcms模板]作文网站/文档下载网站源码
Students' programming stories
LM07丨细聊期货横截面策略
什么是外链和内链?
牛顿不等式
基于字节码的统一异常上报实践
When you are young, you should be awake to fight, and when you are young, you should have the courage to try
检查YAML文件安全配置:kubesec
Dragon Book tiger Book whale Book gnawing? Try the monkey book with Douban score of 9.5
Li Kou daily question - day 31 -13 Roman array to integer