Re: Creating a separate to manage SET options
Posted by: Rick James
Date: August 15, 2015 05:07PM

The strings in SET and ENUM columns is not significantly different in speed that the numbers in TINYINT and INT fields. Do what works better for your application.

For a single person, it does not make sense to have SET('male', 'female'). Perhaps you meant ENUM('male', 'female')?

Options: ReplyQuote


Subject
Written By
Posted
Re: Creating a separate to manage SET options
August 15, 2015 05:07PM


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.