Hi,
We have a postgresql cluster with two databases.We rename (switch) the databases daily (alter database x rename to y;)The query performance slows down after each renaming.Question: Why? Does postgresql flush the db-cache?
Thanks,Markus