Skip to content

Commit 85a4ca0

Browse files
committed
Adding a few blog psots and tools
1 parent 6ea1011 commit 85a4ca0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ as an example, put up a PR with a link! Make sure to use the new [pull request t
7676
- [Hacker News discussion](https://news.ycombinator.com/item?id=39273954)
7777
- [Choose Postgres queue technology](https://adriano.fyi/posts/2023-09-24-choose-postgres-queue-technology) (2023-09-24)
7878
- [Jepsen Test on Patroni: A PostgreSQL High Availability Solution](https://www.binwang.me/2024-12-02-PostgreSQL-High-Availability-Solutions-Part-1.html) (2024-12-02)
79+
- [PostgreSQL Full-Text Search: Fast When Done Right (Debunking the Slow Myth)](https://blog.vectorchord.ai/postgresql-full-text-search-fast-when-done-right-debunking-the-slow-myth)
80+
- [Hacking the PostgreSQL Wire Protocol](https://pgdog.dev/blog/hacking-postgres-wire-protocol)
7981

8082
## Cron Jobs
8183

@@ -240,6 +242,7 @@ as an example, put up a PR with a link! Make sure to use the new [pull request t
240242
- [How Cloudflare Achieved 55 Million Requests per Second with Just 15 PostgreSQL Clusters!](https://levelup.gitconnected.com/how-cloudflare-achieved-55-million-requests-per-second-with-just-15-postgresql-clusters-2d8a28ffd100)
241243
- [supabase/supavisor](https://github.com/supabase/supavisor)
242244
- [pg-sharding/spqr](https://github.com/pg-sharding/spqr)
245+
- [pgdogdev/pgdog](https://github.com/pgdogdev/pgdog): PgDog is a transaction pooler and logical replication manager that can shard PostgreSQL. Written in Rust, PgDog is fast, secure and can manage hundreds of databases and hundreds of thousands of connections.
243246
- [orioledb.com/](https://www.orioledb.com): OrioleDB is a PostgreSQL extension that combines the advantages of both on-disk and in-memory engines. It uses PostgreSQL pluggable storage to increase performance and cut costs.
244247

245248
## User Interfaces & Dashboards
@@ -268,7 +271,7 @@ as an example, put up a PR with a link! Make sure to use the new [pull request t
268271

269272
## Language Servers
270273

271-
- [supabase/postgres_lsp](https://github.com/supabase-community/postgres_lsp): A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
274+
- [supabase/postgres-language-server](https://github.com/supabase-community/postgres-language-server): A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
272275

273276
## Data Privacy & Security (or Data Masking)
274277

0 commit comments

Comments
 (0)