黑洞资源笔记
14:41 · Aug 14, 2022 · Sun
将数百万条记录的 Postgres 文本搜索速度提高7倍
扩展:PostgreSQL是一个免费的对象-关系数据库服务器(ORDBMS),在灵活的BSD许可证下发行。 PostgreSQL 开发者把它念作post-gress-Q-L。
博文
www.charityapi.org
Improving Postgres Text Search Speed 7x On Millions of Records | CharityAPI.org
CharityAPI.org improved our Postgres response time so that searches initiated via our API were 760% faster without adding an additional tool like Elastic Search. This is how we did it.
Home