postgreSQL jsonb上创建gin索引的两种方式
时间:2021-05-13 19:52:00
收藏:0
阅读:17
方式:
① 默认使用jsonb_ops操作符创建
② 使用jsonb_path_ops操作符创建
区别:
原文:https://www.cnblogs.com/flyphper/p/14764343.html
评论(0)