MySQL Forums
Forum List  »  InnoDB

Re: Very slow performance when inserting, updating, deleting and changing schema
Posted by: Nicolás Sabaj
Date: May 27, 2021 08:12PM

Here you have another example. 1.05 sec to create a very simple table!

CREATE TABLE test.pet4 (name VARCHAR(20), owner VARCHAR(20), species VARCHAR(20), sex CH
AR(1), birth DATE, death DATE);
Query OK, 0 rows affected (1.05 sec)

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.