Hi all, I’ve just noticed that some DDL statements will block if there are other queries accessing the relation in question, even where those queries are not dependant on the underlying structures (such as a new index, created after the initial query). For instance…
Is this behaviour by design? Is it worth allowing DDL statements to occur where it can be determined that no currently running query will be affected? Cheers, Tim
|