当前位置:网站首页>kingbaseES V8R2/R3 表在指定表空间,为何显示为默认表空间?
kingbaseES V8R2/R3 表在指定表空间,为何显示为默认表空间?
2022-08-04 02:46:00 【墨天轮】
kingbase1. 创建表空间 createtablespace testtb location '/home/kingbase/KingbaseES/tb_dir';
2. 创建数据库指定表空间create database testtb tablespace 'TESTTB';
3. 在数据库里创建表,且已存储到创建的表空间里 create table test2 (A int);
4. 查询物理存储selectsys_relation_filepath('test2');
SYS_RELATION_FILEPATH
-----------------------------------------------------
sys_tblspc/32785/SYS_V008R002_201608131/32786/32793
5. 使用工具查看表空间显示错误,显示为默认表空间
6. 工具使用selectTABLESPACE from sys_tables where tablename = 'TEST2';
TABLESPACE
边栏推荐
- What is SVN (Subversion)?
- 2022焊工(初级)上岗证题目模拟考试平台操作
- 简单排序(暑假每日一题 14)
- 为什么用Selenium做自动化测试
- Deep Learning (3) Classification Theory Part
- 倒计时2天,“文化数字化战略新型基础设施暨文化艺术链生态建设发布会”启幕在即
- 【指针内功修炼】深度剖析指针笔试题(三)
- flinkcdc 消费 mysql binlog 没有 sqltype=delete 的数据是什么原
- Detailed analysis of scaffolding content
- [Playwright Test Tutorial] 5 minutes to get started
猜你喜欢

小程序:扫码打开参数解析

Example: 036 is a prime number

Pine Script | How to display and typeset a plot switch?

STM8S105k4t6c---------------Light up LED

STM8S project creation (STVD creation) --- use COSMIC to create a C language project

Kubernetes:(十一)KubeSphere的介绍和安装(华丽的篇章)

Sfdp 超级表单开发平台 V6.0.5 正式发布

Qt中对象树的机制介绍以及底层实现,各种结果分析:(以及自己写容易犯错的点)

Zabbix set up email alert + enterprise WeChat alert

esp8266-01s刷固件步骤
随机推荐
大佬们,读取mysql300万单表要很长时间,有什么参数可以优惠,或者有什么办法可以快点
Brush esp8266-01 s firmware steps
第08章 索引的创建与设计原则【2.索引及调优篇】【MySQL高级】
In a more general sense, calculating the displacement distance and assumptions
小程序:扫码打开参数解析
C语言--环形缓存区
SAP SD module foreground operation
How many ways do you know about communication between multiple threads?
sqoop ETL工具
What is SVN (Subversion)?
TOML配置文件格式,YAML最有力的竞争者
Ant - the design of the Select component using a custom icon (suffixIcon attribute) suffixes, click on the custom ICONS have no reaction, will not display the drop-down menu
织梦内核电动伸缩门卷闸门门业公司网站模板 带手机版【站长亲测】
sql有关问题,小时粒度,找到前一个小时内的数据
QNX Hypervisor 2.2 user manual] 10.1 gm vdev options
View mysql deadlock syntax
The browser
[QNX Hypervisor 2.2 User Manual] 10.3 vdev gic
Presto中broadcast join和partition join执行计划的处理过程
flinkcdc 消费 mysql binlog 没有 sqltype=delete 的数据是什么原