
lead
planetscale
A non-production Postgres text-search extension for exercising TIN-compatible application SQL in development, test, CI, and staging environments
AI 简介
Lead 是一个专为开发、测试、CI 和预发布环境设计的非生产级 PostgreSQL 全文检索扩展,用于验证与 TIN(Text Indexing and Navigation)兼容的应用 SQL 行为。其核心特点是严格遵循 PostgreSQL 的可见性规则(MVCC)和 TINQL 查询语义,通过返回全部堆页并由 Postgres 逐行重检查实现语义正确性;索引不存储实际搜索数据,不依赖共享内存或外部文件,重启后无需重建。它牺牲查询性能以换取行为可预测性和实现简洁性,适用于需要精确模拟生产 TIN 行为但无需高吞吐的验证场景。
Rust
GNU Affero General Public License v3.0139
Stars
9
Forks
2
Watchers
1
Issues
Star 增长
今日+20
近 7 天+34
近 30 天+34
综合评分3
默认分支main