当前位置:网站首页>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
边栏推荐
- C语言力扣第54题之螺旋矩阵。模拟旋转
- pytorch应用于MNIST手写字体识别
- 贪吃蛇游戏Bug解析及功能扩展
- 异步编程解决方案 Generator生成器函数、iterator迭代器、async/await、Promise
- html select tag assignment database query result
- Example: 036 is a prime number
- Development of Taurus. MVC WebAPI introductory tutorial 1: download environment configuration and operation framework (including series directory).
- QNX Hypervisor 2.2用户手册]10.2 vdev 8259
- Returns the maximum number of palindromes in a string
- 0.1 前言
猜你喜欢

Brush esp8266-01 s firmware steps

C program compilation and predefined detailed explanation

共n级台阶,每次可以上1级或2级台阶,有多少种上法?

Taurus.MVC WebAPI 入门开发教程1:框架下载环境配置与运行(含系列目录)。

MallBook联合人民交通出版社,推动驾培领域新发展,开启驾培智慧交易新生态

Simple record of Flink principle flow chart

为什么用Selenium做自动化测试

一文看懂推荐系统:召回04:离散特征处理,one-hot编码和embedding特征嵌入

第08章 索引的创建与设计原则【2.索引及调优篇】【MySQL高级】

Priority_queue element as a pointer, the overloaded operators
随机推荐
2022年T电梯修理考题及答案
各位大佬好,麻烦问一下flink cdc oracle写入doris的时候,发现cpu异常,一下下跑
Security First: Tools You Need to Know to Implement DevSecOps Best Practices
uni-app 从零开始-基础模版(一)
深度学习(三)分类 理论部分
QNX Hypervisor 2.2用户手册]10.1 通用vdev选项
2022.8.3-----leetcode.899
Example 039: Inserting elements into an ordered list
C语言--环形缓存区
自制蓝牙手机app控制stm8/stm32/C51板载LED
Homemade bluetooth mobile app to control stm8/stm32/C51 onboard LED
Countdown to 2 days, the "New Infrastructure of Cultural Digital Strategy and Ecological Construction of Cultural Art Chain" will kick off soon
STM32-遥感数据处理
大佬们,读取mysql300万单表要很长时间,有什么参数可以优惠,或者有什么办法可以快点
Qt中对象树的机制介绍以及底层实现,各种结果分析:(以及自己写容易犯错的点)
LeetCode:899. 有序队列【思维题】
Snake game bug analysis and function expansion
架构实战营模块三作业
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
【学习笔记之菜Dog学C】动态内存管理