Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Should I use varchar or enum
Hi,
I have a field that have about 50 possible values. The values are about 10-25 byte long. I am wondering if it is better to use the enum type or varchar. WHERE will be used very extensively on this field, so sorting/searching performance is very important. Thank you very much!
Alex
![]() |
![]() |