vote up 80 vote down star
17

What is the longest name that you should expect to get as input to your program or database?

I don't want to truncate unusual names, but I also don't want people to paste a novel in my name field as this could result in security problems. Has anybody ever been bitten by setting this field size too short?

flag
1  
I always want to reply with funny responses and I would if I wasn't so afraid of overzealous down modders. – Sara Chipps Sep 24 '08 at 16:11
show 5 more comments

42 Answers

1 2 next
vote up 80 vote down check

Guinness World Record for Longest Name in the world belongs to a Mr. Adolph Blaine Charles David Earl Frederick Gerald Hubert Irvin John Kenneth Lloyd Martin Nero Oliver Paul Quincy Randolph Sherman Thomas Uncas Victor William Xerxes Yancy Wolfeschlegelsteinhausenbergerdorffwelchevoralternwarengewissenschaftschafe rswessenschafewarenwohlgepflegeundsorgfaltigkeitbeschutzenvonangreifeudurch ihrraubgierigfeindewelchevoralternzwolftausendjahresvorandieerscheinenersch einenvanderersteerdemenschderraumschiffgebrauchlichtalsseinursprungvonkraft gestartseinlangefahrthinzwischensternaitigraumaufdersuchenachdiesternwelche gehabtbewohnbarplanetenkreisedrehensichundwohinderneurassevonverstandigmens chlichkeitkonntefortpflanzenundsicherfeuenanlebenslanglichfreudeundruhemitn icheinfurchtvorangreifenvonandererintelligentgeschopfsvonhinzwischenternart Zeus igraum Senior, who was born in Munich in 1904 and lived in Philadelphia for most of his life. Apparently he shortened his name to Wolfeschlegelsteinhausenbergerdorff, and subsequently went by Hubert Blaine Wolfe, but the "Senior" indicates that he passed some form of his name to his son.

link|flag
3  
For the curious, that's 802 characters including the "Mr." – Nick Johnson Sep 24 '08 at 16:19
9  
So a varchar(810) is probably safe... – Guy Starbuck Sep 24 '08 at 16:20
1  
Right, but for their deliberate insensitivity to the constraints of SQL they deserve to have to truncate. – Steve Jessop Sep 24 '08 at 16:28
1  
Do you think he got his entire name listed in the phone book? – Anders Sandvig Sep 24 '08 at 20:56
5  
That name is just a joke and for kicks and laughs. You can't have that name and go around looking for systems where it does not fit in. I see absolutely no harm in limiting it to 2-300 chars. If Mr. Adolph Blaine Charles David[...] makes a fuzz about it, tell him to talk with me. – Vargen Oct 20 '08 at 10:05
show 11 more comments
vote up 1 vote down

When I program I usually use 25 character string for the first name and 50 character string for the last name. Using those settings I have not yet run into any problem with it being too short.

link|flag
vote up 0 vote down

I've got friends with a long, hyphenated last name that regularly get bit by this. I'd say 30 chars each for firstname and lastname, or 50 chars if they're in one combined field.

Overkill is good though, and storage is cheap to free these days, so take the above as a minimum and multiply by your favorite overengineering factor.

this link has some interesting data on it.

link|flag
show 2 more comments
vote up 21 vote down

One project I worked on handled mortgage/legal documents. I recall someone being added to the system who had eight middle names and their full, legal name was 514 characters long. So don't be stingy if it's a business app :P

link|flag
1  
Or ... code legal apps proactively: if(person.name.length > 500){ courthouse.InitiateLegalNameChangeFiling.Run(person); record.name.save(sha1(person.name); record.person.comment.save(person.name);} – micahwittman Sep 24 '08 at 16:36
show 3 more comments
vote up 6 vote down

I don't think there can ever be a correct answer to this as someone could be born tomorrow with the longest name in the world + 1. People with excessively long names are probably used to shortening them due to restrictions on size elsewhere in their lives, so I would go with your experience of the particular language/culture you're dealing with, add a bit more on top and hope you don't offend any edge cases by not giving them enough space.

link|flag
show 3 more comments
vote up 25 vote down

This is a great question, because its the kind of annoying but important decision developers face every day.

I recommend picking a reasonable limit and sticking with it. People with bizarrely long names usually have a shorter version that they will use if forced to. I would judge that 128 characters should be enough for any reasonable full name, and 64 characters should be enough for any christian name, middle name, or surname. Just make sure you enforce the same limit in the input field, UI code, database interaction layer, etc.

One great way to get a handle on these kinds of situations is to see how other people have dealt with the problem. Fire up some other applications or web sites from respected companies and see what they have done. Chances are if a solution worked for Google, it will work for you.

These days you'll also need to consider the possibility of Unicode characters in the name. Depending on how your users interact with your application, they could easily introduce these using a non-US keyboard. So make sure you accept them or reject them with an appropriate error message.

link|flag
4  
Personally, I don't believe rejecting someone's name because they have non-ASCII characters is ever acceptable. Your application should cope with them. Period. – MatthieuF Sep 24 '08 at 19:57
1  
I'm inclined to agree with MathieuF - any application in this day and age should be able to handle Unicode. Even more so if it is a web based application of some sort. – Rob Sep 24 '08 at 20:19
4  
zomg. are you serious? i apologize for a modicum of cultural insensitivity, but christian name is a common synonym for first name in the english speaking world. don't belive me? (en.wikipedia.org/wiki/First_name) – PeterAllenWebb Nov 3 '08 at 15:07
show 6 more comments
vote up 16 vote down

Intresting enough, just yesterday I was reading about a woman who lost her flight home because her name was too long to be accepted by the check-in systems (would not fit in the boarding pass, they say and also had non-ASCII characters in it).

The name is: Ulrika Örtegren-Kärjenmäki and you can read the full story online:

http://www.thesun.co.uk/sol/homepage/news/article1716800.ece

link|flag
vote up 0 vote down

I guess safe assumption is that a human rarely has longer than 256 characters long full name. 256 characters is roughly 3 lines, assuming you have 80 character-limit on each line.

Actually, for european names... they aren't often really long, perhaps even 64 characters would go and most people would be ok with it. If you want to make sure you could use 128 characters. (I'd be sure, since 128 characters are really nothing with todays memory standards.)

Unless you are writing a government database for mexicans (there you wouldn't limit the name lengths), I guess you could use 64 as the character limit for the name field.

To your knowledge, I don't believe anyone would have ever written a novel to their name field. It's not even useful anyway since they ought do that thousands of times to actually give a dent. It's somewhat equivalent to spamming though. Not anything I would care of, since often you don't allow links in the name fields.

link|flag
vote up 1 vote down

"Pedro de Alcântara Francisco Antonio João Carlos Xavier de Paula Miguel Rafael Joaquim José Gonzaga Pascoal Cipriano Serafim de Bragança e Bourbom" was Peter I's complete name.

Anyway, Dynite answer is so much more funny. :-D

link|flag
vote up 2 vote down

The longest name in an NFL stats db I have is Chris Fuamatu-Ma'afala. But that only contains players with offensive stats.

I don't know why I even remember that.

I read an article on the BBC a while back about Sri Lankan brothers with very long names, who did find that they had trouble with some database systems. Hang on ...

Hm, can't find it. But the full name of the cricketer generally known as "Chaminda Vaas" is Warnakulasuriya Patabendige Ushantha Joseph Chaminda Vaas. And it's not just Sri Lankans - there is an English cricketer named Ebony-Jewel Cora-Lee Camellia Rosamond Rainford-Brent ("EJCLRC Rainford-Brent" on the scorecard, even though that reverses two of her names she apparently prefers it).

In practice, unless you're doing government work anyone with an extremely long name will probably use a shortened version of it for practical purposes.

link|flag
show 3 more comments
vote up 1 vote down

Good question. I suppose a follow on question would be how to deal with someone called Mrs. x'; DROP TABLE users; --

link|flag
show 6 more comments
vote up 1 vote down

Looking at my VISA card (Danish) my full name (Thomas Angelbo Christensen) almost spans the entire card. That's 26 characters including spaces.

That's one form of restriction on name-length.

I always go with 256 characters for full names. Which I think is more than enough.

link|flag
show 4 more comments
vote up 1 vote down

I'd also go with 256 characters, because it's a nice round number. 256 is kind of my default "good starting point" field length.

link|flag
show 2 more comments
vote up 7 vote down

Why did no one mention

Johann Gambolputty de von Ausfern-schplenden-schlitter-crasscrenbon-fried-digger-dingle-dangle- dongle-dungle-burstein-von-knacker-thrasher-apple-banger-horowitz- ticolensic-grander-knotty-spelltinkle-grandlich-grumblemeyer- spelterwasser-kurstlich-himbleeisen-bahnwagen-gutenabend-bitte-ein- nurnburger-bratwustle-gernspurten-mitz-weimache-luber-hundsfut- gumberaber-shonedanker-kalbsfleisch-mittler-aucher von Hautkopft of Ulm?

clicketyclick

link|flag
show 2 more comments
vote up 1 vote down

When I was in school, there were some south Indians in my class with names so long they would always be cut off on the class list. Here is a few examples: http://www.kamat.com/econtent/amusements/saythis.htm

link|flag
vote up 1 vote down

Good Question.

I typically have fields for first, middle, and last names that are limited in size to what I would expect my users to input. Majority of the time I leave the 50 character default MsSql provides, but you have to take into consideration your users and type of application. Some applications may only need a nickname while others need full name. Plus, users from different parts of the world are going to have different average name lengths. Of course if your app is global then best to go with the worst case.

I am currently working on an application in which having the exact legal name will be important. After reading this, I am thinking of having an additional field of legal name that should, by the looks of Guinness World Records, be able to hold more than 791 characters. Maybe 1024 characters for a good round number and future considerations? Then I would use a combination of first, middle, and last for average display purposes whilst still providing the ability to store full legal name.

link|flag
vote up 9 vote down

varchar(max) and let SQL Server sort out the rest!

link|flag
1  
...make that nvarchar(max) instead of varchar(max) if you're going to store names... – KristoferA Sep 25 '08 at 4:28
vote up 12 vote down

My wife has a hyphen in her first name and regularly comes across systems that only support hyphenated last names. Worry about your special characters and not just your length.

I also work with someone with just a single name (no last name ... or is it no first name?). Be careful with your validation too!

link|flag
2  
So does my wife. Sweet ElizaHyphenBeth. – Nathan Long Sep 24 '08 at 22:52
vote up 1 vote down

This is the modern world, storage is cheap. Why limit a name field to 30chars? Set the DB field to 1024 each for first, middle, last. For the interface, set the display size to something that's readable (30/30/50?) but keep maxlength at the DB limit.

This should work for enough people that the tail will be really small (there will always be exceptions unless you support an unlimited size).

link|flag
vote up 0 vote down

Just hope with don't get this user

link|flag
vote up 1 vote down

New systems are usually going to be expected to interact with legacy systems in some way, and that's a decent thing to base your decision on. That way, if anyone questions you later, you can always say you based your decision on software package X because your software imports/exports to that system.

If you have nothing else better to base your decision on, use nvarchar(255) because that's the default type when SSIS is importing data from an Excel spreadsheet.

Never make arbitrary decisions. Always base it on something, anything.

link|flag
show 1 more comment
vote up 1 vote down

Also remember that relatively few countries follow the American first name, middle initial/name, last name pattern. In Brazil it's common to have more than one "first name" and more than one "last name", while few people would consider themselves to have a "middle name".

link|flag
vote up 3 vote down

I agree with the VARCHAR(MAX) statement above. I would have upvoted it instead of agreeing with it, but I guess I'm not allowed to do that yet. I don't think the length of your database field is going to compromise your security at all.

link|flag
show 1 more comment
vote up 1 vote down

At the very least you want to make sure you can accommodate world famous, Emmy-award winning actor Kiefer William Frederick Dempsey George Rufus Sutherland as a client.

link|flag
show 1 more comment
vote up 6 vote down

on a related note...make sure that you can take single character last names. I have a few friends with the last name "O", who are always having problems signing up for new accounts anywhere they go

link|flag
vote up 12 vote down

I guess it depends on what your intended audience is. Latin Americans and Spaniards use 2 surnames, which for some reason is very confusing for Americans - I really hate being called by my maternal surname rather than my paternal.

Problem is most American-produced software seems to believe everyone in the world uses only one surname and one or at most 2 personal names. And since in the Anglo sphere surnames + names are usually short, sometimes you get unfortunate results like not being able to submit your whole legal name (and having problems afterwards for your passport says otherwise).

I myself have 2 personal names and some people I know have actually 3 or more, though this is really rare nowadays. Now then, if I recall it correctly a Russian's full name has the personal name, the patronymic (your father's name plus -ova or -ovich) plus the surname proper. And then East Asian names (as well as Hungarian ones) have surname first, personal name last. And Icelanders don't really have surnames at all, they only use patronymics after their personal names (think of Björk Guðmundsdóttir or Leif Eriksson - literally "Bjork daughter of Gudmund" and "Leif son of Erik", respectively). And Greek (and some others) surnames have different masculine and feminine forms (e.g. Gatsiopoulos versus Gatsiopoulou). In most Latin America and Quebec, married females are still referred to legally by their single's surname. Etcetera.

If you intend your software to be used by English speakers only, 50 chars for name, middle and surname each may be fine. If you're willing to go international at some point, you should probably reserve far more space. I'd suggest also keeping surnames and names in separated fields, if possible use 2 surname fields (that's how we do it usually in Mexico). Probably even 3 if you want to add the option of "single surname" (or the opposite, married surname) for females. If possible, use the terms "family name" or "surname" rather than "last name".

All in all, it's not as simple a subject as it seems...

link|flag
show 1 more comment
vote up 2 vote down

There's no easy answer to this question.

The answer depends on what sort of data you expect to handle with your system. Do you expect only Americans to exist in your system? In that case Latin names could be considered your special case. But if you expect to deploy world wide you'll need to handle American names (3 parts), Latin names (4 parts), Arabic names (7 parts I think), Asian names (no idea on number of parts), etc. The ISO 8000 standard attempts to provide a framework to answer this sort of question, but does not answer it directly.

Also don't forget to account for the multibyte character sets. For example, a name written in the Traditional Chinese character set may be 15 characters, but those 15 characters may take upwards of 45 bytes. 1 character != 8 bits

If you're working with Western names written in Western alphabets, three fields of 256 characters each should cover most of your cases. Or you could follow the lead of the United States Postal Service for internal shipping labels: the combination of first, middle, and last names cannot exceed 32 characters including separating spaces) PDF link

link|flag
show 1 more comment
vote up 1 vote down

6 characters max, all upper case and padded with spaces. The mainframe let's you store eight but let's not get ahead of ourselves. And, to save space only use two digits for the year.

link|flag
vote up 3 vote down

You need to declare what your requirements are. Is the name entered required to be legally correct? Is this a small embedded system or a gigantic intelligence database?

Since the content and layout of names is arbitrary and culturally dependant you should not hard code any assumptions.

Just provide one very large (1024) or unlimited size Unicode field for their proper name. Make sure it is only sanitised to prevent injection attacks.

Provide another sizable field for their 'preferred' name. This can be used on envelopes and in customer calls. It may bear no relation to their proper name, but that is irrelevant; e.g Hubert Blaine Wolfe.

Most of the requirement to order names is based on the need to be able to quickly find a record in a government record warehouse or in a phone book. So don't bother trying to group them unless there is an explicit requirement specifying and exact grouping scheme.

If you need to be able to find people by name implement a modern search. Return partial matches after the user has entered three characters; (but allow the user to search on one). And order the results so exact matches are first, matches on a whole word are next, then matches on part of a word are last.

link|flag
vote up 39 vote down

Summary of the other answers:

If you do not support some ones name you may cause them hardship. (rdentato) This may lead to a Tort cases; i.e getting sued.


Guinness World Record for Longest Name is 802 characters. (Dynite)

You must support Unicode characters in the name. (rdentato)

You must support Punctuation like Hyphens; in all parts of the name. (rdentato) (RichH)

Accept one word names. (RichH)

Accept one letter names. (e k)


The structure, layout and number of names are dependant on the culture. e.g. 'Latin Americans and Spaniards use 2 surnames" (japinedaf)

Most countries have a different conventions to the USA. First Name,Initial,Last Name is inadequate even in the USA.

Usually American names have 3 parts, Latin names have 4 parts, Arabic names have 7 parts. (Mike Post)

Don't limit titles/appelations. Mr, Mrs & Ms are insufficient. People can have multiple titles e.g. Rev. Dr.. (Matt Lacey)


Consider using varchar(max) and let the database deal with it. (TheOtherScott)

Consider any interactions with legacy systems.Such as SSIS uses nvarchar(255) when importing data from Excel.


Use a single large free form field for the complete proper name. Use another free form field for the 'preferred' name. (mat_geek) Implement a sophisticated modern search if the records may need to be located by name. (mat_geek)


And as always, sanitise your input for SQL Injection attacks. (Chris Ballard) See: XKCD (jeff)

link|flag
1  
"Most countries have a different conventions to the USA. First Name,Initial,Last Name is inadequate even in the USA." Strongly disagree. Most people in the US have a standard way of conforming their name to these three fields, even if their legal name doesn't fit. Check your 1040 form. – PeterAllenWebb Nov 3 '08 at 15:03
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.