Explore >> Select a destination


You are here

akorotkov.github.io
| | www.depesz.com
2.6 parsecs away

Travel
| | [AI summary] This post details a PostgreSQL patch introducing faster LIKE and ILIKE index searches using pg_trgm, demonstrating significant performance improvements over sequential scans while discussing the trade-off with increased indexing and maintenance times.
| | www.crunchydata.com
1.1 parsecs away

Travel
| | Adding extended statistics can add information about how columns are related. Louise has some real life example queries and tips for working with extended table stats that can dramatically improve query performance.
| | phiresky.github.io
2.7 parsecs away

Travel
| | Did you know that PostgreSQL stores statistics about your data that can also be pretty useful not just for the query planner? Say you have a table users (id bigint, created timestamptz, category text): This information is a bit hard to interpret, so let's just let AI give us a nice visualization of
| | longwayaround.org.uk
18.9 parsecs away

Travel
|