Store XIDs in binary format for data size optimization
masterxid package provides subpackage functionality to store XIDs in a binary format (12 bytes) rather than as strings. This is useful for optimizing storage space in databases where storing the raw bytes is more efficient than the string representation.