摘要: 给 Postgres 写一个向量插件 - 向量类型 在这篇文章中,我们将为 Postgres 实现 vector 类型: CREATE TABLE items (v vector(3)); Postgres 扩展结构和 pgrx 包装器 在实现它之前,让我们先看看典型的扩展结构,以及 pgrx 如何为我们简化它。 典型的 Postgres 扩展可以大 阅读全文
posted @ 2025-01-06 15:19 极限实验室 阅读(49) 评论(0) 推荐(0)