当前位置:网站首页>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
边栏推荐
- There are too many systems, how to realize multi-account interworking?
- STM8S项目创建(STVD创建)---使用 COSMIC 创建 C 语言项目
- Taurus.MVC WebAPI 入门开发教程1:框架下载环境配置与运行(含系列目录)。
- 云开发校园微社区微信小程序源码/二手交易/兼职交友微信小程序开源源码
- What is the source of flinkcdc consuming mysql binlog data without sqltype=delete
- TOML配置文件格式,YAML最有力的竞争者
- Dong mingzhu live cold face away, when employees frequency low-level mistakes, no one can understand their products
- Download install and create/run project for HBuilderX
- 【原创】启动Win10自带的XPS/OXPS阅读器
- 架构实战营模块三作业
猜你喜欢
随机推荐
C program compilation and predefined detailed explanation
There are n steps in total, and you can go up to 1 or 2 steps each time. How many ways are there?
Example: 036 is a prime number
深度学习(三)分类 理论部分
SAP SD module foreground operation
【云原生】DevOps(六):Jenkins流水线
Presto中broadcast join和partition join执行计划的处理过程
Kubernetes:(十一)KubeSphere的介绍和安装(华丽的篇章)
The keytool command
贪吃蛇游戏Bug解析及功能扩展
Engineering drawing review questions (with answers)
如何读取 resources 目录下的文件路径?
mpf5_定价Bond_yield curve_Spot coupon_duration_有效利率_连续复利_远期_Vasicek短期_CIR模型Derivatives_Tridiagonal_ppf
ssh服务详解
Example 039: Inserting elements into an ordered list
P3384 【模板】轻重链剖分/树链剖分
Zabbix set up email alert + enterprise WeChat alert
2022G1工业锅炉司炉考试练习题及模拟考试
异步编程解决方案 Generator生成器函数、iterator迭代器、async/await、Promise
简单排序(暑假每日一题 14)