gpt4 book ai didi

cassandra - cqlsh 2 中是否有明显相当于 'show keyspaces' 的内容?

转载 作者:行者123 更新时间:2023-12-02 19:51:45 25 4
gpt4 key购买 nike

我可以使用什么 cqlsh 命令来快速查看集群中的键空间? cqlsh 不提供 show keyspaces 并且 describe cluster 没有我想要的那么简洁。


我正在使用以下规范:

cqlsh 2.2.0, Cassandra 1.1.10, CQL spec 2.0.0, Thrift protocol 19.33.0

最佳答案

非常简单。只需在 cqlsh shell 中输入此命令即可享受

 select * from system.schema_keyspaces;

在C*3.x中,我们可以简单地使用

 describe keyspaces

关于cassandra - cqlsh 2 中是否有明显相当于 'show keyspaces' 的内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16612463/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com