wiretiger引擎支持行、列存储、LSM,mongodb用的哪个?
来自 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:
- 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:
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:
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· DeepSeek 开源周回顾「GitHub 热点速览」