cqlsh

    0熱度

    1回答

    我有一個Cassandra表,一列定義爲Set<text>。我想刪除包含該集合中特定元素的行。 例如,如果表有一列載names隨機值一樣["Alice","Bob","Eve"], 我希望有一個命令刪除所有包含單詞Eve行。 如果name是text型,則該命令會去是這樣的: delete from keyspace.table where name='Eve'; 但是不起作用,因爲name沒有文字

    0熱度

    1回答

    在卡桑德拉數據庫我嘗試使用標記功能日期類型的分區鍵列上的範圍查詢,但我得到不正確的結果。我打算在2016-09-09之後獲得記錄,但我也獲得了2016-09-07的記錄。 卡桑德拉版本:2.1.8 CQL版本:3.0 下面請參閱我的查詢,讓我知道如果我做錯什麼 [email protected]:mydb> select updated_on_day,updated_on from sample_

    2熱度

    1回答

    最近,我已經安裝了Cassandra. 3.6 安裝後,出現錯誤。 Connection error: ('Unable to connect to any servers', {'127.0.0.1': TypeError('ref() does not take keyword arguments',)}) 爲了解決這個問題,我已經跟着 pip install cassandra-driv

    0熱度

    1回答

    多部分問題: 1.如何查找/設置默認時間戳格式? 2.我有一個時間戳列,我需要插入 - 但我只有時間(沒有日期或年份) - 我該如何做到這一點? (這是否甚至意義) 我跑了一些基本的測試實驗,無法真正解決任何問題: CREATE TABLE testts ( ID int PRIMARY KEY, mdate timestamp, ttime time

    0熱度

    1回答

    我想複製從csv文件,我有1時間戳和時間列。 試圖與一對夫婦行的測試開始與: cqlsh:tests> CREATE TABLE testts ( ... ID int PRIMARY KEY, ... mdate timestamp, ... ttime time); cqlsh:tests> INSERT INTO testts (I

    0熱度

    1回答

    使用Datastax 4.8.11在Ubuntu 14.04上的Cassandra 2.1.17 一切工作正常,但突然沒有。 cqlsh無法連接到服務器。 我成功啓動了dse和datastax-agent,它們運行良好,包括cassandra。 @ubuntu:~$ cqlsh Connection error: ('Unable to connect to any servers',

    1熱度

    1回答

    你好,我想查詢定期發送警報的某些設備的數據。所以我想要一個時間系列。 我創建了這樣一個表格: CREATE TABLE alerts_by_day ( day_of_year int, year int, alert_timestamp timestamp, serial_number text, alert_id uuid, alert_

    0熱度

    2回答

    我創建卡桑德拉 create table users (pcId int , userId int, friendId int, age int, score int , name text, PRIMARY KEY (pcId, userId, friendId, score)) 表用戶,我插入數據: INSERT INTO users(pcid , userid , score , fri

    1熱度

    1回答

    創建表: CREATE TABLE notifications ( id uuid PRIMARY KEY, user_id bigint, received_datetime timestamp, ); cqlsh: select count(*) from notifications where received_datetime >='2

    3熱度

    1回答

    我已經啓用SSL加密在我的卡桑德拉節點,我試圖找出如何連接到使用cqlsh使用SSL我的節點: 當我運行./cqlsh --ssl我得到以下錯誤: Validation is enabled; SSL transport factory requires a valid certfile to be specified. Please provide path to the certfile in