- Learning Apache Cassandra(Second Edition)
- Sandeep Yarabarla
- 69字
- 2021-07-03 00:19:29
Strings
Cassandra has two types that store string data:
- The text type stores the UTF-8 encoded strings. It's also aliased as the varchar type; you can use these interchangeably
- The ascii type stores strings of ASCII characters (bytes 0-127)
Neither of the previous string types has a limit on the length of strings that can be stored. In CQL, string literals are surrounded by single quotes, 'like this'.
推薦閱讀
- Mastering Proxmox(Third Edition)
- Cinema 4D R13 Cookbook
- PowerShell 3.0 Advanced Administration Handbook
- Natural Language Processing Fundamentals
- WOW!Illustrator CS6完全自學(xué)寶典
- 網(wǎng)絡(luò)綜合布線技術(shù)
- 21天學(xué)通ASP.NET
- Multimedia Programming with Pure Data
- 觸控顯示技術(shù)
- 大學(xué)C/C++語言程序設(shè)計(jì)基礎(chǔ)
- PostgreSQL 10 Administration Cookbook
- 網(wǎng)站入侵與腳本攻防修煉
- 液壓機(jī)智能故障診斷方法集成技術(shù)
- 從零開始學(xué)SQL Server
- Linux Shell編程從初學(xué)到精通