If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Why use char over varchar in modern databases?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-12-04, 17:37
ffinstad ffinstad is offline
Registered User
 
Join Date: Apr 2004
Posts: 4
Why use char over varchar in modern databases?

Is there ever a good reason to use char over varchar in modern databases -- SQL Server, Oracle, etc?

I read in "SQL Performance Tuning" that char is only faster when inserting or updating, not selecting.

Thanks!
Reply With Quote
  #2 (permalink)  
Old 07-12-04, 18:31
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
If the DBMS is Oracle then the answer is (almost) never use CHAR. Use VARCHAR2 all the time. I say almost only because there may be some someone who sometime has a requirement for exactly what CHAR does - i.e. always blank-padding out to the full length - but chances are, it won't be you or me.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On