国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 數(shù)據(jù)庫(kù) > MySQL > 正文

MySQL一個(gè)索引最多有多少個(gè)列?真實(shí)的測(cè)試?yán)?/h1>
2020-01-19 00:20:00
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
最多16列。

create table test (
f1 int,
f2 int,
f3 int,
f4 int,
f5 int,
f6 int,
f7 int,
f8 int,
f9 int,
f10 int,
f11 int,
f12 int,
f13 int,
f14 int,
f15 int,
f16 int,
f17 int
);

create index idx_test_16 on test (f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14,f15,f16);
create index idx_test_17 on test (f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14,f15,f16,f17);

運(yùn)行結(jié)果如下:


mysql> create table test (
-> f1 int,
-> f2 int,
-> f3 int,
-> f4 int,
-> f5 int,
-> f6 int,
-> f7 int,
-> f8 int,
-> f9 int,
-> f10 int,
-> f11 int,
-> f12 int,
-> f13 int,
-> f14 int,
-> f15 int,
-> f16 int,
-> f17 int
-> );
Query OK, 0 rows affected (0.06 sec)

mysql>
mysql> create index idx_test_16 on test (f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14,f15,f16);
Query OK, 0 rows affected (0.02 sec)
Records: 0 Duplicates: 0 Warnings: 0

mysql> create index idx_test_17 on test (f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14,f15,f16,f17);
ERROR 1070 (42000): Too many key parts specified; max 16 parts allowed
mysql>
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表

主站蜘蛛池模板: 昭通市| 尤溪县| 大洼县| 梅河口市| 柏乡县| 常德市| 福鼎市| 荆门市| 海兴县| 东乌珠穆沁旗| 玛沁县| 乌恰县| 静乐县| 绥芬河市| 容城县| 陆川县| 福建省| 星子县| 锡林郭勒盟| 衢州市| 玉树县| 文成县| 兴安盟| 襄城县| 重庆市| 政和县| 安宁市| 榆中县| 军事| 太原市| 洛宁县| 上思县| 民权县| 大同县| 鄂尔多斯市| 深泽县| 广宁县| 新乡县| 增城市| 安泽县| 定襄县|