摘要:
-- 表索引select * from pg_indexes where tablename='person_wechat_label';select * from pg_statio_all_indexes where relname='person_wechat_label';-- 所有表SEL 阅读全文
摘要:
集合架构 • Collection 接口存储一组不唯一,无序的对象 • List 接口存储一组不唯一,有序(索引顺序)的对象 • Set 接口存储一组唯一,无序的对象 • Map接口存储一组键值对象,提供key到value的映射 • Key 唯一 无序 • value 不唯一 无序 List • L 阅读全文