- Learning Apache Cassandra(Second Edition)
- Sandeep Yarabarla
- 57字
- 2021-07-03 00:19:27
Selecting a keyspace
Once you've created a keyspace, you would want to use it. In order to do this, employ the USE command:
cqlsh> USE "users";
This tells Cassandra that all future commands will implicitly refer to tables inside the users keyspace. If you close the CQL shell and reopen it, you'll need to reissue this command.
推薦閱讀
- 基于C語言的程序設(shè)計
- 大數(shù)據(jù)管理系統(tǒng)
- Python Artificial Intelligence Projects for Beginners
- Photoshop CS3圖像處理融會貫通
- CompTIA Network+ Certification Guide
- Lightning Fast Animation in Element 3D
- Implementing AWS:Design,Build,and Manage your Infrastructure
- Learn CloudFormation
- 傳感器與新聞
- Mastering Exploratory Analysis with pandas
- Building Google Cloud Platform Solutions
- Linux Shell Scripting Cookbook(Third Edition)
- Python文本分析
- Moodle 2.0 Course Conversion(Second Edition)
- 從機器學(xué)習(xí)到無人駕駛