From: Date: November 11 2005 9:33pm Subject: Best Fieldtype to store IP address... List-Archive: http://lists.mysql.com/cluster/2780 Message-Id: <43750030.8090201@skyvantage.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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...