On 10/10/21 23:27, Masahiko Sawada wrote: > > After more thought, given DDLs are not likely to happen than DML in > practice, ...
I haven't looked closely at the patch, but I'd be careful about workloads where people create and drop "temporary tables". I've seen this pattern used a few times, especially by developers who came from a SQL server background, for some reason. I certainly don't think we need to optimize for this workload - which is not a best practice on PostreSQL. I'd just want to be careful not to make PostgreSQL logical replication crumble underneath it, if PG was previously keeping up with difficulty. That would be a sad upgrade experience! -Jeremy -- http://about.me/jeremy_schneider