来自 http://source.wiredtiger.com/

WiredTiger is an high performance, scalable, production quality, NoSQL, Open Source extensible platform for data management.

WiredTiger supports row-oriented storage (where all columns of a row are stored together), column-oriented storage (where columns are stored in groups, allowing for more efficient access and storage of column subsets) and log-structured merge trees (LSM), for sustained throughput under random insert workloads.

WiredTiger includes ACID transactions with standard isolation levels and durability at both checkpoint and fine-grained granularity.

WiredTiger can be used as a simple key/value store, but also has a complete schema layer, including indices and projections.

WiredTiger should be generally portable to any 64-bit system supporting the ANSI C99, POSIX 1003.1 and POSIX 1003.1c (threads extension) standards.

For more information on the WiredTiger architecture and why it might be right for your project, see:

  • WiredTiger Architecture

For more information about building and installing WiredTiger, see:

  • Building and installing WiredTiger on POSIX
  • Building and installing WiredTiger on Windows
  • Building and installing the LevelDB compatibility API

For more information about writing WiredTiger applications, see:

  • Writing WiredTiger applications
  • Writing WiredTiger applications in Java (The Java API is not available on Windows.)
  • WiredTiger API reference manual

For more information about administrating WiredTiger databases, see:

  • WiredTiger command line utility
  • Managing WiredTiger databases

For release change logs and upgrading information, see:

  • WiredTiger Change Log
  • Upgrading WiredTiger applications

WiredTiger is Open Source; for more information, see:

  • WiredTiger licensing

WiredTiger releases are tested on Linux, FreeBSD and OS X; for more information, see:

  • WiredTiger testing

To browse the WiredTiger source code repository or contact us, see:

  • WiredTiger community and contact information

转载于:https://www.cnblogs.com/bonelee/p/6343750.html

wiretiger引擎支持行、列存储、LSM,mongodb用的哪个?相关推荐

  1. 行存储(Row-Based)和列存储(Column-Based)

    目前大数据存储有两种方案可供选择:行存储(Row-Based)和列存储(Column-Based). Hadoop的HBase采用列存储,MongoDB是文档型的行存储,Lexst是二进制型的行存储. ...

  2. 数据库-行存储及列存储区别

    参考:https://blog.csdn.net/Xingxinxinxin/article/details/80939277 目录 概述 什么是列存储? 在数据写入上的对比 在数据读取上的对比 优缺 ...

  3. openGauss存储技术(三)——列存储引擎

    上一篇内容我们介绍了openGauss存储技术--行存储引擎,本文重点介绍openGauss列存储引擎. openGauss列存储引擎 传统行存储数据压缩率低,必须按行读取,即使读取一列也必须读取整行 ...

  4. 行式存储和列式存储的数据库

    定义 关系数据库采用的数据存储有两种方式:行式存储和列式存储(也被称为columnar或C-store) 行式存储 是按记录组织数据的数据库,将与记录相关联的所有数据彼此相邻地保存在内存中.面向行的数 ...

  5. 数仓知识10:数据库存储的两种方式-行存储和列存储

    0. 前言 目前大数据存储主要有两种方案可供选择:行存储(Row-Based)和列存储(Column-Based).业界对两种方案有许多争持,争论的焦点是:谁能够更有效地处理海量数据,且兼顾安全.可靠 ...

  6. 数据库:行存储、列存储 利弊分析

    文章来源:(http://www.infoq.com/cn/articles/bigdata-store-choose) PS:可以看一下文章中的概念,后面的结论部分可能存在一些问题,这里只是转载,如 ...

  7. 行式存储和列式存储的区别

    文章目录 存储方式 简单对比 列式存储和行式存储它们真正的区别 概述 四大优化策略详解 块遍历 压缩 延迟物化 隐式链接 总结 存储方式 行式存储就是每一行的所有数据存在一个block中,各个bloc ...

  8. 面试君与面试官的分歧:innodb支持行锁就不锁表么?

    面试官观点:innodb引擎只会使用行锁. 面试君观点:innodb引擎支持行锁,但在不使用索引或无索引的时候会使用表锁. 虽然当时未做过多争论,不过这个问题还是挺有意思,MySQL的innodb引擎 ...

  9. Mysql InnoDB引擎的行锁和表锁

    InnoDB与MyISAM的最大不同有两点:一是支持事务(TRANSACTION):二是采用了行级锁.行级锁与表级锁本来就有许多不同之处,另外,事务的引入也带来了一些新问题.下面我们先介绍一点背景知识 ...

最新文章

  1. OpenCV形态学处理使用技巧与应用演示
  2. C语言文件操作函数大全(看到总结的真的很好,就转载贡献给大家了)
  3. 将计算机设置成交换机主机名,交换机命令
  4. fiddler抓包时,出现的 Tunnel to ***** : 443
  5. Android资料之-EditText中的inputType
  6. java中是否可以覆盖over_”static”关键字是什么意思?Java中是否可以覆盖(override)一个private或者是static的方法?...
  7. MySQL(14) 数据库优化方案
  8. 药师经(生字注音图文版)
  9. Linux命令:md5sum
  10. python连连看_Python-连连看
  11. Hadoop与MPP
  12. authentication method 10 not supported
  13. html 出现脚本错误,当前页面脚本发生错误,教您当前页面脚本发生错误的解决方法...
  14. SkeyePlayer源码解析系列之支持H265
  15. Excel VBA - 操作文件
  16. 遗传算法(基础知识)
  17. IOS开发之证书共享(团队协同开发)
  18. mysql前一天的数据_mysql查询前一天数据-mysql根据时间查询前一天数据-吾爱编程网...
  19. 终端切换python环境_mac命令行切换python版本
  20. “双线性插值法”实现图像的缩放

热门文章

  1. mysql自动挂载存储_Linux开机自动挂载存储
  2. win10 修改gitlab账号_玩转gitlab + jenkins
  3. 计算机原理 英文版,计算机原理介绍英文版.doc
  4. mysql代码生成器_MYSQL语句生成器
  5. python os.environ gpu_Tensorflow下如何实现多GPU数据并行训练?
  6. android xml文件操作类,android操作xml
  7. Oracle报错createPool,Jmeter中连接Oracle报错Cannot create PoolableConnectionFactory(示例代码)...
  8. 【深夜思考】java百度云资源
  9. Oracle-PL/SQL语法基础
  10. python基础练习(九)