TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Building a Managed Postgres Service in Rust

134 点作者 samaysharma大约 1 年前

2 条评论

fforflo大约 1 年前
I&#x27;ve been writing Postgres extensions for a few years now (mostly in C and Python), and I have to say that an important contribution from companies like Tembo and Omnigres is in the area of tooling and boilerplate. From workflows to Dockerfiles [0], that&#x27;s important for the future of Postgres.<p>This has been discussed in the past [1], but the Postgres tooling ecosystem has been primarily C-Makefile—mailing list driven, and there used to be a lot of Makefile targets copy-pasting. Whenever major Postgres providers wanted to open source some of their extensions &#x2F; sub-products. I still feel, however, that a lot of Postgres C-know-how is being slowly forgotten &#x2F; lost, and I think it will be necessary again soon. Internal things as how Postgres handles varlena, StringInfo, JsonbValue, etc. The core abstractions that make Postgres work.<p>0: <a href="https:&#x2F;&#x2F;github.com&#x2F;omnigres&#x2F;omnigres&#x2F;blob&#x2F;master&#x2F;Dockerfile">https:&#x2F;&#x2F;github.com&#x2F;omnigres&#x2F;omnigres&#x2F;blob&#x2F;master&#x2F;Dockerfile</a> 1: <a href="https:&#x2F;&#x2F;redmonk.com&#x2F;jgovernor&#x2F;2023&#x2F;10&#x2F;10&#x2F;postgres-the-next-generation-investing-in-the-next-generation-of-committers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;redmonk.com&#x2F;jgovernor&#x2F;2023&#x2F;10&#x2F;10&#x2F;postgres-the-next-g...</a>
评论 #39969285 未加载
评论 #39969115 未加载
strzibny大约 1 年前
I have to say, you got a beautiful landing page there!
评论 #39980779 未加载