#

cassandra

  • Cassandra查詢接口-cqlsh

    默認(rèn)情況下,Cassandra提供一個(gè)提示Cassandra查詢語言shell(cqlsh),方便用戶進(jìn)行配置調(diào)試。 使用cqlsh,可以進(jìn)行相關(guān)操作如下: 定義模式, 插入數(shù)據(jù), 執(zhí)行查詢。 常規(guī)命

    作者:無鋒劍
    2020-10-21 09:41:39
  • Cassandra集群管理-下線正常節(jié)點(diǎn)

    測試前題: 測試cassandra集群使用了vnodes,如何判斷是否用了vnodes呢? 主要看你的cassandra.yml配置文件中。默認(rèn)(3.x)為空,系統(tǒng)自動生成。為空表示使用virtual

    作者:無鋒劍
    2020-08-10 18:30:06
  • Cassandra兩種登錄方式cassandra-cli / csqlsh

    (1)cassandra-clicassadnra-cli命令在cassandra2.2中被拋棄,以后登錄訪問cassandra可以使用cqlsh[tnuser@sht-sgmhadoopdn-02

    作者:Darren_Chen
    2020-08-08 19:47:13
  • Cassandra基本介紹(1) - 關(guān)系型數(shù)據(jù)庫(RDBMS)概述

        作為一名應(yīng)用開發(fā)者,數(shù)據(jù)庫應(yīng)用已經(jīng)非常廣泛了。你可能使用過關(guān)系型數(shù)據(jù),比如MySQL、PostgreSQL,也可能使用過文檔存儲,比如MongoDB,或

    作者:jijun87120681
    2020-07-30 17:44:56
  • 安裝apache-cassandra-2.1.18

    IntroductionWhat is Cassandra? The Apache Cassandra database is the right choice when you need

    作者:Darren_Chen
    2020-07-29 09:56:16
  • Cassandra 讀寫一致性(Consistency)詳解

    Consistency 此命令顯示當(dāng)前的一致性級別,或設(shè)置新的一致性級別。Consistency可以理解讀和寫操作的Consistency Level寫操作的consistency level指定了寫

    作者:無鋒劍
    2020-07-19 01:45:48
  • Cassandra 集群核心配置和概念梳理

    Cassandra是一款分布式的結(jié)構(gòu)化數(shù)據(jù)存儲方案(NoSql數(shù)據(jù)庫),存儲結(jié)構(gòu)比Key-Value數(shù)據(jù)庫(像Redis)更豐富,但是比Document數(shù)據(jù)庫(如Mongodb)支持度有限;適合做數(shù)據(jù)

    作者:無鋒劍
    2020-07-18 23:15:01
  • Cassandra教程(6)---- Snitch

    Snitch決定了節(jié)點(diǎn)屬于哪個(gè)數(shù)據(jù)中心和機(jī)架。Snitch通知Cassandra網(wǎng)絡(luò)拓?fù)湟员阏埱蟊挥行У穆酚?,并且允許Cassandra在服務(wù)器增加到數(shù)據(jù)中心或機(jī)架的時(shí)候能夠分發(fā)副本。特別的,復(fù)制策略

    作者:jijun87120681
    2020-07-17 03:00:33
  • Cassandra用戶管理

    Cassandra用role代替用戶和用戶組,默認(rèn)創(chuàng)建的role沒有l(wèi)ogin和super權(quán)限;但是默認(rèn)創(chuàng)建的user是有l(wèi)ogin的權(quán)限(1)角色#創(chuàng)建角色cassandra@cqlsh:keysp

    作者:Darren_Chen
    2020-07-15 10:03:54
  • 部署cassandra集群

    部署cassandra集群 一、環(huán)境準(zhǔn)備 1.1、下載二進(jìn)制源碼包 wget http://apache.mirrors.hoobly.com/cassandra/3.11.5/apache-cass

    作者:wx599981d853f0f
    2020-07-14 12:20:12