Summary
PostgreSQL 15 offers various features, including performance improvements and simplified database handling. More parallelism, the introduction of MERGE
, and better security are definitely some of the key features of this major new release. The community has also done a lot of groundwork that will allow for more functionality in the future.
In the next chapter, you will be introduced to transactions and locking, which are important for scalability and storage management, as well as performance.