Digoal.zhou
Digoal.zhou
https://github.com/digoal/blog/blob/master/README.md 4912 stars
add my blog to BLOG section, it's all about postgresql (kernel, usage, and so on) thank you.
PG 数据库 功能许愿墙
## 您的愿望将传达给PG kernel hacker、数据库厂商等, 帮助提高数据库产品质量和功能. 说不定下一个PG版本就有您提出的功能点, 开不开森. 针对非常好的提议,奖励限量版PG文化衫、纪念品、贴纸、PG热门书籍等,奖品丰富,快来许愿。 请按如下格式许愿^_^ ### 必填 #### 行业: 互联网 #### 功能期望: 列存表 #### 解决什么问题: 提高分析场景性能 #### 期望功能分级: 选项 [有就一定用、没有就不用、其他] ### 选填 #### 企业名称: #### 数据库规模:...
pg 11 make error ``` root@pg11-test-> USE_PGXS=1 make gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O3 -fPIC -I. -I./ -I/usr/pgsql-11/include/server -I/usr/pgsql-11/include/internal -D_GNU_SOURCE -c -o imgsmlr_idx.o imgsmlr_idx.c...
``` postgres=> insert into test_rum_add select generate_series(1,10000000), tsvector 'a b c', clock_timestamp(); INSERT 0 10000000 postgres=> create index idx_test_rum_add_1 on test_rum_add using rum (arr rum_tsvector_hash_addon_ops, ts) with (attach='ts', to='arr'); CREATE...
modify the lua to support pgsql's prepare and execute syntax.
for postgresql (performance improve), should use prepared statement, exp: ``` prepare p1(int) as select * from tbl where id=$1; execute p1(:id); ... ```
PolarDB开源数据库高校工作室 发布了《PostgreSQL+PolarDB开源数据库人才认证培训》教程+实验手册: [教材介绍](https://github.com/digoal/blog/blob/master/202306/20230616_03.md) 如果您想参与实验手册的建设, 欢迎到本issue中发起讨论. 实验设计, 建议涵盖内容如下: - 知识点, 对应内核课章节, 依赖PG/PolarDB数据库版本, 难度系数, 实验目的, 实验步骤, 实验结果解读. 实验环境(建议选择如下, 包含了PolarDB免费运行环境, 未来会增加PG开源版本的免费运营环境): - 免费实验室: https://developer.aliyun.com/adc/scenario/exp/f55dbfac77c0467a9d3cd95ff6697a31
**Describe the problem** 激活RO的手册内容, 需要补充一些说明. 例如 修改为适合RW角色的postgresql.conf. 还有在RO变成新的RW后, 其他RO节点需要调整参数连接到新的RW.
**Describe the problem** 透明读写分离既然是polardb的特性, 但是确没有对应文档, 建议增加利用pgpool-ii或其他开源软件实现透明读写分离的文档.