infiniDB無法建表

來源:互聯網
上載者:User

infiniDB無法建表,建表報錯為:

最開始報錯:Constraint is not supported by InfiniDB。 這是sql語句裡面有的約束,infiniDB不支援。

CREATE TABLE `test`
( `id` bigint(20) NOT NULL
) ENGINE=infiniDB DEFAULT CHARSET=utf8;

這裡面的not null。可是設定為支援。

 

 

而報錯為

create table failed,或者是cpimport failed,

原因是

 Not able to add extent; adding extent would exceed max file system disk usage

這表示你的infiniDB分配的磁碟空間,用完了。需要分配新的空間。

儲存空間不足,硬碟要是足夠大,多分配點過來。要是沒了。請加硬碟

 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.