- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 152字
- 2021-07-08 09:37:34
Column-family stores
A Column-family store is another example of a very task-oriented type of solution. The data model is a bit more complex than the Key-value store, as it now includes the concept of a very wide, sparsely populated table structure that includes a number of families of columns that specify the keys for this particular table structure. Like the Dynamo system, Column-family stores also originated from a very specific need of a very specific company (in this case, Google), who decided to roll their own solution. Google published their BigTable paper in 2006 at the Operating Systems Design and Implementation (OSDI) symposium. The paper not only started a lot of work within Google, but also yielded interesting open source implementations such as Apache Cassandra and HBase. In many cases, these systems are combined with batch-oriented systems that use Map/Reduce as the processing model for advanced querying:

- Node.js Design Patterns
- Docker and Kubernetes for Java Developers
- Interactive Data Visualization with Python
- PaaS程序設(shè)計(jì)
- AIRAndroid應(yīng)用開發(fā)實(shí)戰(zhàn)
- 實(shí)用防銹油配方與制備200例
- 征服RIA
- Hands-On Natural Language Processing with Python
- 常用工具軟件立體化教程(微課版)
- Creating Stunning Dashboards with QlikView
- Python編程:從入門到實(shí)踐(第3版)
- JavaScript機(jī)器人編程指南
- Java7程序設(shè)計(jì)入門經(jīng)典
- INSTANT Premium Drupal Themes
- Responsive Web Design with jQuery