zoukankan      html  css  js  c++  java
  • NoSQL(Not Only SQL)

    Everything has its properties and has relation with each other.

    All in world can be related to each other by a kind of special router.

    • More videos on https://class.coursera.org/datasci-001/lecture/preview
    • Machine Learning Videos on: http://blog.videolectures.net/100-most-popular-machine-learning-talks-at-videolectures-net/
    • http://www.lookpre.com/post/g437839.html
    • NoSQL = Not Only SQL or Distributed Data Management System.
    • CAP Principle  In No SQL

    • Two Basic Method for Big Data
      1. Store Data by column and sort them, then store them on different area by value created via a kind of method(map-reduce)
      2. Store Data by Key using Hash method, the values are stored on different area by Hashed key.

    • NoSQL Classification
      1. Column: Hbase, Cassandra, Accumulo
      2. Document: MongoDB, Couchbase, Raven
      3. Key-value : Dynamo, Riak, Azure, Redis, Cache, GT.m
      4. Graph: Neo4J, Allegro, Virtuoso, Bigdata

    • All introduction of NoSQL (http://nosql-database.org/  &  http://en.wikipedia.org/wiki/NoSQL)
  • 相关阅读:
    AGC007题解
    博弈论学习笔记
    ZROI2019 提高十连测
    男人八题2019
    LOJ 2840「JOISC 2018 Day 4」糖
    CF671D Roads in Yusland
    网络流套路小结
    BZOJ 3729 GTY的游戏
    AGC036C GP 2
    BZOJ 5046 分糖果游戏
  • 原文地址:https://www.cnblogs.com/iiiDragon/p/3256937.html
Copyright © 2011-2022 走看看