Skip to content

Commit 09d1787

Browse files
authored
Update 20170225_01.md
1 parent 838e45b commit 09d1787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

201702/20170225_01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ char(N) | text | vops_text(N)
310310
varchar(N) | text | vops_text(N)
311311

312312

313-
VOPS 目前不支持string,如果你使用了STRING字段,并且需要用来统计的话,建议可以使用INT8将其字典化,然后就可以利用VOPS特性了
313+
vops对于定长的类型比较友好, 要获得好的字符串统计性能的话, 建议可以使用INT8将其字典化。
314314

315315
## PostgreSQL VOPS新增 瓦片类型操作符
316316
前面说了,正规的VOPS使用方法,总共分三步,这第三步涉及的就是操作符,因为是瓦片类型,VOPS重写了对应的操作符来支持向量计算。

0 commit comments

Comments
 (0)