PostgreSQL's templating system allows for instant database cloning, but the default method can be slow for large databases. A new parameter, CREATE DATABASE ... STRATEGY = [strategy], was introduced in PostgreSQL 15, allowing for faster cloning with the FILE_COPY method, and further optimized in PostgreSQL 18 with the option to use CLONE operations on modern filesystems.