背景知识:

            如果表不指定文件位置,它会保存到 data/database_name/table_file;其中data在你指定的安装目录下,为了提高IO我们尽可能的

            用到多个硬盘的IO能力,这个就需要把表保存到不同的磁盘上了;

方法 1、

         create table Table_Name(.....) data directory = 'absolute path to directory'

         

         create table T(X int ) data directory = 'E:\DB';

'

相关文章:

  • 2021-11-07
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-07-18
猜你喜欢
  • 2022-02-07
  • 2022-12-23
  • 2021-11-09
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
相关资源
相似解决方案