I'm using MySQL-Cluster 5.0, and we're doing some research. What is everyone's opinion as to what the best fieldtype to store an IP address in?

varchar(16)  ?  because 16 is the max chars of an ip address...
char(16) ?
text(16)

Not quite sure how to get the best memory utilization...


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to