Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed Jan 12, 2025
1 parent 3a295b2 commit 5ac7f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RoseDB 经过充分测试,可放心在生产环境使用。目前有一些用

![](https://github.com/rosedblabs/rosedb/blob/main/docs/imgs/design-overview-rosedb.png)

RoseDB 存储数据的文件使用预写日志(Write Ahead Log),这些日志文件是具有 block 缓存的只追加写入(append-only)文件。
RoseDB 存储数据的文件使用预写日志(Write Ahead Log),这些日志文件是具有分块结构的只追加写入(append-only)文件。

> wal: https://github.com/rosedblabs/wal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rosedb is well tested and ready for production use. There are serveral projects

![](https://github.com/rosedblabs/rosedb/blob/main/docs/imgs/design-overview-rosedb.png)

RoseDB log files are using the WAL(Write Ahead Log) as backend, which are append-only files with block cache.
RoseDB log files are using the WAL(Write Ahead Log) as backend, which are append-only files with multiple blocks.

> wal: https://github.com/rosedblabs/wal
Expand Down

0 comments on commit 5ac7f6c

Please sign in to comment.