random1 Posted April 5, 2010 Share Posted April 5, 2010 Hey All, I recently watched a talk about MySQL performance tips and would like to check a few points brought up about columns: BIGINT(50) should be changed to INT UNSIGNED Always assign columns as UNSIGNED unless there is a reason otherwise Always use NOT NULL unless there is a reason not to VARCHAR(255) is bad design and a defined data type is much better Do these points seem right and reasonable? Quote Link to comment https://forums.phpfreaks.com/topic/197693-mysql-performance-questions/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.