会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
alian
新随笔
管理
2016年6月22日
postgresql----根据现有表创建新表
摘要: postgresql多种建表方式,如create table (like parent table),create table as table,select into table,create table new_table as select
阅读全文
posted @ 2016-06-22 22:39 alianblog
阅读(12449)
评论(0)
推荐(0)
编辑
postgresql----表分区
摘要: 当表越来越大,读写性能就会受到严重影响,通过触发器,存储过程和继承表实现表分区,将数据均匀分布,可提升大表的读写性能
阅读全文
posted @ 2016-06-22 21:42 alianblog
阅读(3692)
评论(0)
推荐(0)
编辑