David Staudt | I guess minimum storage size will need to be 32 bits per value, which appears to be the default storage size for Postgres 'integer' type: http://www.postgresql.org/docs/8.1/static/datatype.html#DATATYPE-INT, though Postgres appears to expect the high order bit to be the sign. Check my math, but I think for numberOfPacketsSent: At 20ms packets, 50 packets = 1 second 4294967295 packets (32 bit field max) = 85899345.9 seconds = 23860.93 hours Never say never, but that would be a pretty long call |
| Please sign in to flag this as inappropriate. |