- Learning Apache Cassandra(Second Edition)
- Sandeep Yarabarla
- 166字
- 2021-07-03 00:19:29
UUIDs
Cassandra has two types that store Universally Unique Identifiers:
- The uuid type stores Version 1 and Version 4 UUIDs
- The timeuuid type stores Version 1 UUIDs and has special functionality for conversion between UUIDs and timestamps
A Universally Unique Identifier (UUID), is essentially a very large number generated in a specific way, designed to guarantee that the same UUID will never be generated anywhere in the world at any time. Version 1 UUIDs are generated using a high-precision timestamp and the generating computer's MAC address; the timestamp can be extracted from the UUID. Version 4 UUIDs use random or pseudo-random numbers.
CQL uses the canonical representation of UUIDs, which is a sequence of hexadecimal digits broken up in specific places by dashes, in the form 8-4-4-4-12. A CQL UUID literal is not surrounded by quotation marks or any other delimiter; for example, 550e8400-e29b-41d4-a716-446655440000 is a valid UUID literal. Most languages have UUID libraries available that will generate UUIDs and output them in the canonical format.
- 繪制進程圖:可視化D++語言(第1冊)
- Linux Mint System Administrator’s Beginner's Guide
- AWS:Security Best Practices on AWS
- Dreamweaver 8中文版商業案例精粹
- 城市道路交通主動控制技術
- Maya極速引擎:材質篇
- 21天學通Java
- OpenStack Cloud Computing Cookbook(Second Edition)
- 中國戰略性新興產業研究與發展·智能制造
- 中國戰略性新興產業研究與發展·工業機器人
- Statistics for Data Science
- Linux嵌入式系統開發
- 基于Proteus的單片機應用技術
- 開放自動化系統應用與實戰:基于標準建模語言IEC 61499
- Arduino創意機器人入門:基于ArduBlock(第2版)