|
You are here |
akorotkov.github.io | ||
| | | | |
www.depesz.com
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | |||