Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)

  • RE: Storing IPv4 Addresses for Performance

    TheSQLGuru (8/19/2009)


    Again, this doesn't mean that it will be more efficient to store/process IP addresses as a char(15) using your methodology, but it is clearly an option worth pursuing IMHO

    I...

  • RE: Storing IPv4 Addresses for Performance

    TheSQLGuru (8/19/2009)


    The point would be exactly what your article was about - what offers the best performance. There is a chance that fixed storage will perform better (however slightly...

  • RE: Storing IPv4 Addresses for Performance

    TheSQLGuru (8/19/2009)


    could you please redo your testing using a char(17) datatype instead of a varchar(17)?

    I'm not sure what would be the point since IP addresses (when used as strings) are...

  • RE: Storing IPv4 Addresses for Performance

    tdcheek (8/19/2009)


    I've always liked storing IP's as binary(4)

    I had considered using binary(4) however since bitwise operations cannot be performed on binary, this made integer my final choice.

    HansVE (8/19/2009)


    1. You do...

Viewing 4 posts - 16 through 19 (of 19 total)