sql - Transactional DDL options -
I have only worked with MySQL, and it has been found that DDL performs ineffective, I believe it is in MySQL is.
If MySQL can not manage it even with some hecky method, then a viable alternative is changing the SQL system. Is there anybody who makes transactions easy to install DDL with an out-of-the-box or at least MySQL?
I do not think there is no way to make DDL transactions in MySQL.
PostGrace SQL is fully transactional DDL and personally I just run it as a simple and simple to setup (actually I
Comments
Post a Comment