Hacker News new | past | comments | ask | show | jobs | submit login

But IP addresses are actually _numbers_, and you can also save them as bytes 32 bits for ip4, 128 bits for ip6 addresses. (Postgresql has a native datatype 'inet' which supports ip6 since 7.4, if you're using postgres and save an IP address in a character string, you're doing it wrong) If you would save the IP as number and put an index on it, all your queries would be blazing fast!



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: