来自 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:

For more information about building and installing WiredTiger, see:

For more information about writing WiredTiger applications, see:

For more information about administrating WiredTiger databases, see:

For release change logs and upgrading information, see:

WiredTiger is Open Source; for more information, see:

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

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

最新文章

  1. 我的Windows软件清单
  2. 利用FileStream实现多媒体文件复制
  3. Gmail 账号找回办法
  4. Clustering with the ArcGIS API for Flex
  5. RFS_oracle的操作
  6. 使用System.arraycopy()实现数组之间的复制
  7. Selenium webdirver 操作浏览器
  8. SHELL网络爬虫实例剖析--转载
  9. BootStrap 智能表单系列 六 表单数据绑定(编辑页面的数据绑定)
  10. Light, more light - PC110701
  11. 看完这篇文章才对【GIT】有了大彻大悟的认识
  12. JAVA基础再回首(二十五)——Lock锁的使用、死锁问题、多线程生产者和消费者、线程池、匿名内部类使用多线程、定时器、面试题
  13. Activt工作流数据库对应表的作用
  14. Dynamics CRM 通过RetrieveEntityRibbonRequest和RetrieveApplicationRibbonRequest导出实体的Ribbon XML
  15. dictionary.go
  16. 获取用户IP
  17. mantisbt的配置与安装
  18. Java多线程之单例模式(线程安全)
  19. 浅谈 CSS 预处理器: 为什么要使用预处理器?
  20. python语言程序设计7

热门文章

  1. ELBO 与 KL散度
  2. mysql终结篇
  3. 第一次java小考心得体会
  4. gearman知识文章
  5. Python基础(7)_闭包函数、装饰器
  6. c#中使用NetCDF存储二维数据的读写操作简单应用
  7. KVM虚拟化安装配置
  8. DD DT DL标签
  9. $Java-json系列(一):用GSON解析Json格式数据
  10. Swift中的? ! as as? as!