Learning Apache Cassandra(Second Edition)
上QQ阅读APP看书,第一时间看更新

Blobs

The blob type stores unstructured binary data. Blobs are a good choice for images, audio, and encrypted data. In CQL, the blob literal is a sequence of hexadecimal digits, prefixed with 0x, for instance, 0x1d4375023013dba2d5f9a. Blob literals are not surrounded by quotation marks.