- Learning Microsoft Azure Storage
- Mohamed Waly
- 134字
- 2021-07-02 15:26:12
Table storage key points
The following tips should be considered, as they will help you when designing your storage solution using the Table storage service:
- Table storage supports Standard Storage, but its support for Premium Storage is in preview at the time of writing
- Table storage is significantly lower in cost than traditional SQL
- The entity can have up to 252 custom properties, and 3 system properties (PartitionKey, RowKey, and Timestamp)
- The entity's properties data cannot exceed 1 MB
- Table names must follow the following rules:
- They are case sensitive
- They contain only alphanumeric characters, considering that they cannot begin with a numeric character
- They cannot be redundant within the same storage account
- You can name a table with another table name written in reverse
- Their length varies between 3 and 63 characters
推薦閱讀
- ArchiCAD 19:The Definitive Guide
- Ansible Configuration Management
- Circos Data Visualization How-to
- Ansible Quick Start Guide
- Mastering VMware vSphere 6.5
- Apache Hive Essentials
- 城市道路交通主動控制技術(shù)
- 自動生產(chǎn)線的拆裝與調(diào)試
- 21天學(xué)通Visual C++
- Moodle Course Design Best Practices
- OpenStack Cloud Computing Cookbook
- 網(wǎng)絡(luò)安全管理實踐
- TensorFlow Reinforcement Learning Quick Start Guide
- Linux系統(tǒng)下C程序開發(fā)詳解
- Embedded Linux Development using Yocto Projects(Second Edition)