19 stories tagged with #sql, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Sql"
Acacia DB for VS Code: Map your database usage in source code (1.0.0 1.2.0)
If you've ever inherited a legacy system and asked "which tables are actually used, where, and how do...…
PostgreSQL Is Not Slow. Your Queries Are
PostgreSQL isn’t slow, your queries are. Learn the 7 real causes of slow database performance, from missing indexes and N+1 queries to lock contention and connection overload, with…
Deep Dive: How Keycloak 24 Manages 10k Users with PostgreSQL 17 and Redis 8.0
Keycloak 24’s default configuration chokes on 2k concurrent users—but with PostgreSQL 17 and Redis...…
I built an open-source SQL client with Flutter over the past 3 years
Henrietta Dombrovskaya: PG DATA 2026: The talks I am most excited about. Part 1
Hello everyone, here comes a series of my annual posts about the Chicago Postgres Conference, and what I am most excited about. And I want to start with the training sessions we of…
offline SQL injection vulnerability scanner in Python looking for honest feedback
Christophe Pettus: Managed Postgres, Examined: Amazon RDS for PostgreSQL
First in a series of dispassionate surveys of the major managed-Postgres offerings. This post is about Amazon RDS for PostgreSQL — what AWS calls “tr……
# [Hiring] Fullstack Developer — Rust / TypeScript / PostgreSQL — licensed Social Media Platform — Berlin Hybrid — €50–80k + Equity
What 200 Concurrent Users Taught Me About SQLite Performance
I was about to release Autentico 2.0. The feature work was done, tests were passing, docs were...…
DynamoDB nivel 100: lo que hubiera querido que alguien me explique antes
Llevo varios años trabajando con AWS y, si me preguntan cuál fue el servicio que más me costó...…
The Best (Query) Plans of Mice and Men
Or rather, of elephants 🐘 and men. At $work, we use PostgreSQL a lot. So much in fact, that we tend to be paranoid frugal when adding even more stuff to it. In ……
PostgreSQL and the OOM Killer: Why We Use Strict Memory Overcommit
SQL Tutorial is live
Learn Postgres and Drizzle ORM interactively…
I got tired of ad-heavy JSON & SQL formatters, so I built my own (100% Client-Side)
Hi everyone, Like most of you, I constantly need to format a messy JSON file, decode a JWT, or clean...…
Running SQLite in the browser with sql.js and WASM — a practical guide with Google Drive sync
Most tutorials on client-side data storage reach for IndexedDB, localStorage, or a third-party sync...…
PExA: Parallel Exploration Agent for Complex Text-to-SQL
LLM-based agents for text-to-SQL often struggle with latency-performance trade-off, where performance improvements come at the cost of latency or vice versa. We reformulate text-to…
The Monday Elephant #2: SQL Queries to List Users and Groups
Serving the For You feed
Serving the For You feed One of Bluesky's most interesting features is that anyone can run their own custom "feed" implementation and make it available to other users - effectively…
russellromney/honker
russellromney/honker "Postgres NOTIFY/LISTEN semantics" for SQLite, implemented as a Rust SQLite extension and various language bindings to help make use of it. The design of this …