タグ

cassandraに関するkiririmodeのブックマーク (19)

  • 『cassandra運用監視小ネタ集』


    @oranie CassandraCassandra 使MySQLCassandraAA
    『cassandra運用監視小ネタ集』
  • [CASSANDRA-4013] WARN No appenders could be found for logger (org.apache.cassandra.confi - ASF JIRA

  • StorageConfiguration_JP - Cassandra Wiki


    0.7Cassandraconf/storage-conf.xml0.7conf/cassandra.yaml  config-converter bin/config-converterstorage-conf.xmlYAMLxmlconf/storage-conf.xmlconf/cassandra.yaml0.7endpoint_snitchKSgc_grace_secondsKeyspace
  • 第5回 APIの全体像とデータの投入 | gihyo.jp


    Cassandra2 CassandraAPI Cassandra3API 1CassandraAPIThriftAPI使 CassandraAPI3 API API使APIbatch_mutateremove2
    第5回 APIの全体像とデータの投入 | gihyo.jp
  • 第4回 JavaでCassandraにアクセスする | gihyo.jp


        CassandraMemtableMemtableSSTableSSTable3    
    第4回 JavaでCassandraにアクセスする | gihyo.jp
  • Cassandra – Getting Started – Schabby's Blog

    Cassandra – Getting Started Published by admin on November 5, 2009 This post addresses Java developers who want to get their feet wet with Cassandra. This is the first post in a series of three in which I describe Cassandras data model as seen from the angle of a typical Java developer. By contributing a javaish view on the data model, I try to extend the set of existing data model descriptions. T

  • Cassandraの構造 - LunaBiblos

    Software > DataBase > KeyValueストア > Cassandraの構造 概要 Cassandraの構造を解説します。 CAP定理から見たCassandra CAP定理に基づいて考えると以下の通りに分類される DB名CoherencyAvailabilityPartitioning Tolerance

  • FAQ_JP - Cassandra Wiki

    FAQ CassandraはListenAddress設定で何故0.0.0.0(全アドレス)でリッスンできないのですか? Cassandraはどのポートを使うのですか? Cassandraは何故大量のインサート後に遅くなるのでしょうか? 新たにノードを追加したときに,既存のデータはどうなってしまうのでしょうか? 動いているクラスタに新たにカラムファミリを追加したり削除したり改名したりできますか? Thriftクライアントやハイレベルクライアントがどのノードに接続しているかは問題になるでしょうか? Cassandraを動かすマシンの推奨スペックってどんなものでしょうか? SSTablesとMemtablesって何ですか? Javaで何故TimeUUIDTypeを使うのが難しいのでしょうか? Cassandraからデータを削除したのにディスク使用量は同じです.何が起こってるのでしょうか? 何故

  • Indexing in Cassandra

    Presentation on Cassandra indexing techniques at Cassandra Summit SF 2011. See video at http://blip.tv/datastax/indexing-in-cassandra-5495633

    Indexing in Cassandra
  • What’s new in Cassandra 0.7: expiring columns | Datastax

    Astra DB gives JavaScript developers a complete data API and out-of-the-box integrations that make it easier to build production RAG apps with high relevancy and low latency.

    What’s new in Cassandra 0.7: expiring columns | Datastax
  • GitHub - rantav/hector: a high level client for cassandra

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - rantav/hector: a high level client for cassandra
  • The DataStax Blog | DataStax

    Technical insights and success stories on cutting-edge generative AI, vector search, and real-time data innovations.

    The DataStax Blog | DataStax
    kiririmode
    kiririmode 2012/03/04
    secondary index
  • Hector – a Java Cassandra client | PrettyPrint.me

    UPDATE: I added a downloads section, so you may simply download the jar and sources if you’re not into git or maven. UPDATE 2: I added license clarification; the license it MIT, which is the most permissive license I know of and basically lets you do anything with the software: use it commercially or uncommercially, copy it, fork it (but I’ll be happy to accept patches and committers) and whatnot.

  • ウノウラボ Unoh Labs: 今からはじめるCassandra入門

    こんにちわ、7月に入社したばかりの@emorinsです。 題名の通りですが分散データベース『Apache Cassandra』を紹介したいと思います。 少し前はHadoop(とHBase)と比較されることの多かったCassandraですが、最近はHadoopの人気に押されつつあるようにも感じます。 しかし、CassandraとHadoopは特徴が異なり、よく言われるのがCassandraはリアルタイム処理に向き、一貫性のかわりに可用性を重視し、またHadoopとは違って単一障害点もありません。 今日はそんなHadoopとは違った魅力のある分散データベース『Apache Cassandra』をはじめてみましょう。 目次 Cassandraとは アーキテクチャ Cassandraの特徴 コンシステンシレベル データモデル MemtableとSSTable セットアップ storage-conf

  • Twitterの大規模システム運用技術、あるいはクジラの腹の中(後編)~Twitterのサブシステム「Unicorn」「Kestrel」「Flock DB」


    TwitterTwitterUnicornKestrelFlock DB WebVelocity 2010TwitterIn the Belly of the Whale: Operations at TwitterTwitter TwitterTwitter TwitterloonyMurdermemcached TwitterT
    Twitterの大規模システム運用技術、あるいはクジラの腹の中(後編)~Twitterのサブシステム「Unicorn」「Kestrel」「Flock DB」
  • Cassandraデータモデル入門 - Arin Sarkissian - Digital Romanticism


    Arin Sarkissianhttp://arin.me/blog/wtf-is-a-supercolumn-cassandra-data-model200991 12DiggCassandra調Cassandra'super column' RDBMSCassandra
  • DataModel_JP - Cassandra Wiki

    イントロダクション Cassandraは4次元または5次元ハッシュなデータモデルを持っています。 基コンセプトとしては: Cluster: 論理的なCassandraインスタンスの事。クラスタは複数のキースペースを持つことが出来る。 Keyspace: ColumnFamilies用のネームスペース。一般的には1アプリケーションに1キースペース。 ColumnFamilyは複数のカラム(カラムは名前、値、タイムスタンプを持つ)を持ち、行キーで参照可能。 SuperColumnsは サブカラムを持つカラムのこと。 まずはボトムアップで一番小さい粒度のデータ構造であるカラムから順にみていきましょう。 カラム カラムはCassandraにおける最小限のデータ構造です。その実体はタプル(triplet)で、名前、値、タイムスタンプを持ちます。 Thriftインタフェースのカラムの定義は以下のよう

  • TwitterとDiggがNoSQLの「Cassandra」を選ぶ理由


    Sharding MySQL plus memcached1MySQL+MemcachedNoSQL ShardingShared NothingShared MySQLMySQLSharded MySQLShardMySQL MySQL()MySQL7Sh
    TwitterとDiggがNoSQLの「Cassandra」を選ぶ理由
  • 第2回 Cassandraのインストールから起動まで | gihyo.jp


    Cassandra2Cassandra Cassandra   Windows 7 Professional Sun JDK 1.6.0_18 64bit Eclipse 3.5.1 WindowsCassandraJavaMacLinuxOS Cassandra Cassandraha 0.6.1使 The Apache Cassandra Project URLhttp://cassandra.ap
    第2回 Cassandraのインストールから起動まで | gihyo.jp
  • 1