Postgres 18 cải tiến: Skip Scan - Vượt qua giới hạn chỉ mục bên trái #Postgres18 #SkipScan #CảiTiếnCơSởDữLiệu #DatabaseImprovement #PostgreSQL
https://www.reddit.com/r/programming/comments/1p5ylmq/postgres_18_improvement_highlight_skip_scan/
Postgres 18 cải tiến: Skip Scan - Vượt qua giới hạn chỉ mục bên trái #Postgres18 #SkipScan #CảiTiếnCơSởDữLiệu #DatabaseImprovement #PostgreSQL
https://www.reddit.com/r/programming/comments/1p5ylmq/postgres_18_improvement_highlight_skip_scan/
Just published a new article on how to use UUIDv7 today with Python 3.14, Django 5.2 and PostgreSQL 18 🐍
I walk through Python generation, Django models, db_default, PostgreSQL functions, GeneratedField and even UUIDv47 for safer public IDs 🤖
Hope it's useful! 🙂
👉 https://www.paulox.net/2025/11/14/how-to-use-uuidv7-in-python-django-and-postgresql/
#Python #Django #PostgreSQL #UUIDv7 #UUIDv47 #Python314 #Django52 #Postgres18

Learn how to use UUIDv7 today with stable releases of Python 3.14, Django 5.2 and PostgreSQL 18. A step by step guide showing how to generate UUIDv7 in Python, store them in Django models, use PostgreSQL native functions and build time ordered primary keys without writing SQL.
Did you know that UUIDv7 is also supported by Python 3.14?
I along with my colleague Alexander Fridriksson are diving into some of the new features in #postgres18. We just released our look at UUIDv7.
UUIDv7 is almost a no brainer for new projects, simplifying indexing strategies and giving you a time-based organizing feature across multiple sources.
Stay tuned as there will be more to explore in PostgreSQL 18 and you can try it all out for free on the Aiven Platform.
https://kjaymiller.com/microblog/postgres-18-uuid-7.html
Benchmarking Postgres 17 vs. 18
https://planetscale.com/blog/benchmarking-postgres-17-vs-18
#HackerNews #Benchmarking #Postgres #Postgres17 #Postgres18 #DatabasePerformance #TechNews
Did you know that UUIDv7 is also supported by Python 3.14?
I along with my colleague Alexander Fridriksson are diving into some of the new features in #postgres18. We just released our look at UUIDv7.
UUIDv7 is almost a no brainer for new projects, simplifying indexing strategies and giving you a time-based organizing feature across multiple sources.
Stay tuned as there will be more to explore in PostgreSQL 18 and you can try it all out for free on the Aiven Platform.
https://kjaymiller.com/microblog/202510130840.html
🚀 PostgreSQL 18.0 is out!
Major highlights: asynchronous I/O for faster scans, virtual generated columns (default), OAuth authentication, temporal constraints, uuidv7(), and pg_upgrade with stats preservation.
#PostgreSQL #Postgres18 #Database #OpenSource #SQL #RDBMS #Cloud #Data #AI #BigData #Analytics #DevOps #Security #OAuth #UUID #Performance #Scalability #Engineering #DBA #Tech
The PostgreSQL Global Development Group today announced the release of PostgreSQL 18.0, the latest major version of the world’s most advanced open source relational database. This release introduces a new asynchronous I/O (AIO) subsystem, virtual generated columns, OAuth authentication, and improved upgrade tooling, along with a wide range of performance optimizations and SQL feature extensions. […]
The latest #Postgres release is just around the corner, and with it comes upgrades for everything from performance, security, developer experience, and beyond. 🚀
Get the full breakdown of what's in the works from a dev's perspective in our latest blog from Ahsan Hadi on "Highlights of #PostgreSQL 18": https://hubs.la/Q03Grvsw0
#tech #data #opensource #oss #foss #sql #database #developer #dba #postgres18
According to the 2025 Stack Overflow Developer Survey, Postgres is the #1 database in every major category: most used, most wanted, most loved.
It’s a powerful reflection of how far the Postgres community has come and why the upcoming #Postgres18 release in September will matter even more.
In this post, Tom Kincaid, EDB SVP Database Servers and Tools, walks through eight years of survey data that chart Postgres’s incredible rise. Check it out: https://www.enterprisedb.com/blog/postgresqls-incredible-trip-top-developers-0
Postgres 18 introduces Asynchronous I/O (AIO) that can dramatically improve read performance, especially in the cloud. Learn how these changes and the new io_method setting work and see why our benchmark results show that io_uring is the recommended setting for maximizing I/O performance in Postgres 18 over the default setting 'worker'.