2 pointsby viviansolide6 hours ago2 comments
  • Rotundo5 hours ago
    Consider storage requirements. Strings (ASCII? UTF-8?) are not as efficient as integers or UUIDs. You're not storing UUIDs as strings, are you? They are binary, only converted to the string expansion for display and/or export.
  • jghn6 hours ago
    Unless you're doing math with them for some reason, they're strings.