~postgresweekly | Bookmarks (128)
-
Local RAG using Llama 3, Ollama, and PostgreSQL
▶ Building a Private RAG System with Llama 3, Ollama, and Postgres — Leaning on external providers...
-
How We Built a Content Recommendation System With Pgai and Pgvectorscale
How We Built a Content Recommendation System with Pgai and Pgvectorscale — pgvectorscale is an extension...
-
IvorySQL | IvorySQL
IvorySQL 3.4: Open Source Oracle-Compatible Postgres — There are numerous approaches for migrating from Oracle to...
-
Webinar Recording: Hands on Postgres 17: What's New & How It Impacts Performance
▶ Hands on Postgres 17: What's New and How It Impacts Performance — An hour long webinar...
-
dbx
🤖 dbx: A Forthcoming AI-Powered SQL Editor and Database Client — We rarely link to tools that...
-
Release 2.17.0 (2024-10-08) · timescale/timescaledb
TimescaleDB 2.17.0: Time-Series Extension for Postgres — The popular extension implementing features and optimizations for working...
-
Optimizing Postgres table layout for maximum efficiency
Optimizing Postgres Table Layout for Maximum Efficiency — The alignment of data within broader data structures...
-
PostgreSQL 'VALUES -> ANY' transformation
The Value of 'VALUES -> ANY' Transformations? — The authors ponder if an RDBMS should optimize...
-
GitHub - timescale/pgai: Bring AI models closer to your PostgreSQL data
Building AI Apps on Postgres? Start with pgai — pgai is a PostgreSQL extension that brings...
-
GitHub - powa-team/pg_stat_kcache: Gather statistics about physical disk access and CPU consumption done by backends.
pg_stat_kcache: Gather Statistics About Disk Access and CPU Consumption — Sits atop pg_stat_statements and creates views...
-
What's so great about PostgreSQL v17?
What's So Great About Postgres 17? — Finally, Postgres 17 is here and we’re starting to...
-
Project:M36 Blog - Are You Qualified To Use NULL in SQL?
Are You Qualified to Use NULL in SQL? — A fun(?) quiz designed to test your...
-
Heroku's glory days & Postgres vs the world, w/ Craig Kerstiens
▶ Heroku's Glory Days and Postgres vs The World — Postgres legend Craig Kerstiens joined Aaron Francis...
-
SQL IN clauses are miles faster in Postgres 17
▶ SQL IN Clauses are Miles Faster in Postgres 17 — Hussein is so amazed by PG17’s...
-
Waiting for PostgreSQL 18 – Add temporal PRIMARY KEY and UNIQUE constraints – select * from depesz;
Waiting for Postgres 18: Add Temporal PRIMARY KEY and UNIQUE Constraints — Postgres 17 may have...
-
Exploring the limits of Postgres: when does it break? – StepChange
Exploring the Limits of Postgres: When Does It Break? — Postgres’ limits are well understood on...
-
GitHub - sjstoelting/pgsql-tweaks: Contains PostgreSQL functions which I regularly needed.
pgsql-tweaks: A Grab Bag of Useful Postgres Functions — An interesting suite of functions that the...
-
GitHub - powa-team/pg_qualstats: A PostgreSQL extension for collecting statistics about predicates, helping find what indices are missing
pg_qualstats: Extension for Collecting Statistics About Predicates — Analyze the most often used predicates in queries...
-
PostgreSQL 17 Released!
PostgreSQL 17 Released — The big one is here. It's the newest major version of Postgres,...
-
GitHub - launchql/libpg-query-node: libpg_query PG port for node.js
libpg-query-node: Use Postgres' SQL Parser from Node.js — Use Postgres’s SQL parser at a low level...
-
When Postgres Indexing Went Wrong
When Postgres Indexing Went Wrong — “TLDR: Be careful when creating indexes — a lesson I...
-
Hierarchical data types
Hierarchical Data Types in Postgres — hierarchyid is a special type in SQL Server for representing...
-
A few secure, random bytes without `pgcrypto` — brandur.org
Generating a Few Secure, Random Bytes Without pgcrypto — random() gives you pseudo random numbers, but...
-
Building an image search engine on Postgres | Tembo
Building an Image Search Engine on Postgres — pgvector strikes again. The technique is simple: take...