Database Knowledge Base / MySQL /
Add comment
Name:
Email:
* Comment:
(Use BBcode - No HTML)
code
* Confirmation code:   Write the characters in the image above exactly as you see it


Does "Strict Mode" impact performance?

Of course, a setting such as the requirement for detailed validation of input data requires some additional time. While the performance impact is not that great, if you do not require such validation (perhaps your application already handles all of this), MySQL gives you the option of leaving Strict Mode disabled. But if you do require it, Strict Mode delivers the validation you need.




RSS