{"id":23225699,"url":"https://github.com/johnzeng/rocksdb-doc-cn","last_synced_at":"2025-08-19T13:32:05.782Z","repository":{"id":39583521,"uuid":"157700573","full_name":"johnzeng/rocksdb-doc-cn","owner":"johnzeng","description":"中文版rocksdb文档","archived":false,"fork":false,"pushed_at":"2024-05-22T03:31:20.000Z","size":585,"stargazers_count":370,"open_issues_count":0,"forks_count":93,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-05-22T04:31:31.927Z","etag":null,"topics":["doc","rocksdb"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnzeng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-15T11:29:28.000Z","updated_at":"2024-05-22T03:31:24.000Z","dependencies_parsed_at":"2024-04-23T05:17:52.764Z","dependency_job_id":"405b10f4-974a-4b80-8772-97675a2ad84d","html_url":"https://github.com/johnzeng/rocksdb-doc-cn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnzeng%2Frocksdb-doc-cn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnzeng%2Frocksdb-doc-cn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnzeng%2Frocksdb-doc-cn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnzeng%2Frocksdb-doc-cn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnzeng","download_url":"https://codeload.github.com/johnzeng/rocksdb-doc-cn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230355790,"owners_count":18213534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["doc","rocksdb"],"created_at":"2024-12-19T00:01:26.083Z","updated_at":"2024-12-19T00:02:06.778Z","avatar_url":"https://github.com/johnzeng.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# rocksdb-doc-cn\n\n这个是rocksdb文档的中文翻译\n\n**严重推荐先阅读[FAQ](doc/RocksDB-FAQ.md)，能解决大部分问题**\n\n原文来自[rocksdb wiki](https://github.com/facebook/rocksdb/wiki)\n\n中文部分会更新到[rocksdb中文网/文档](https://rocksdb.org.cn/doc.html)\n\n本翻译没有经过任何校对，so，如果有疑惑，欢迎提issue。如果希望帮助/催更翻译一些没有的章节，同样欢迎提issue。如果你自己翻译好了，提PR什么的也不是不可以。\n\n目前我觉得比较有意思的内容已经翻一下来了，其他内容短时间内不会更新，如果希望看某一个篇章的翻译，请提issue。\n\n# 目录\n\n- [概述](doc/OverView.md)\n- [FAQ](doc/RocksDB-FAQ.md)\n- [术语](doc/Terminology.md) \n- 开发者指南\n\t- [基本操作](doc/Basic-Operations.md)\n\t\t- [迭代器](doc/Iterator.md)\n\t\t- [前缀搜索](doc/Prefix-seek.md)\n\t\t- [向前搜索](doc/SeekForPrev.md)\n\t\t- [尾部迭代器](doc/Tailing-Iterator.md)\n\t\t- [读-修改-写操作符](doc/Merge-Operator.md)\n        - [列族](doc/Column-Families.md)\n        - [创建以及导入SST文件](doc/Creating-and-Ingesting-SST-files.md)\n        - [单删除](doc/Single-Delete.md)\n        - [低优先级写入](doc/Low-Priority-Write.md)\n        - [生存时间(TTL)支持](doc/Time-to-Live.md)\n        - [事务](doc/Transactions.md)\n        - [快照](doc/Snapshot.md)\n        - [范围删除](doc/DeleteRange.md)\n        - [原子落盘](doc/Atomic-flush.md)\n\t- 选项\n\t\t- [基础选项以及调优](doc/Setup-Options-and-Basic-Tuning.md)\n\t\t- [选项字符串以及选项Map](doc/Option-String-and-Option-Map.md)\n\t\t- [配置文件](doc/RocksDB-Options-File.md)\n    - [压缩/compression](doc/Compression.md)\n        - [字典压缩](doc/Dictionary-Compression.md)\n    - [IO](doc/IO.md)\n        - [限流器](doc/Rate-Limiter.md)\n        - [直接IO](doc/Direct-IO.md)\n    - [后台错误处理](doc/Background-Error-Handling.md)\n    - [MANIFEST](doc/MANIFEST.md)\n    - [块缓存](doc/Block-Cache.md)\n    - [Memtable](doc/MemTable.md)\n    - [巨型页帧支持](doc/Allocating-Some-Indexes-and-Bloom-Filters-using-Huge-Page-TLB.md)\n    - [WAL日志](doc/Write-Ahead-Log.md)\n        - [WAL日志格式](doc/Write-Ahead-Log-File-Format.md)\n        - [WAL恢复模式](doc/WAL-Recovery-Modes.md)\n    - [写缓冲管理器](doc/Write-Buffer-Manager.md)\n    - [压缩/compaction](doc/Compaction.md)\n        - [leveled-compaction](doc/Leveled-Compaction.md)\n        - [universal-compaction](doc/Universal-Compaction.md)\n        - [FIFO-compaction](doc/FIFO-compaction-style.md)\n        - [手动压缩](doc/Manual-Compaction.md)\n        - [子压缩](doc/Sub-Compaction.md)\n        - [选择Level压缩的文件](doc/Choose-Level-Compaction-Files.md)\n    - [管理磁盘空间](doc/Managing-Disk-Space-Utilization.md)\n    - SST文件格式\n        - [基于块的表格式](doc/Rocksdb-BlockBasedTable-Format.md)\n        - [平表](doc/PlainTable-Format.md)\n        - [bloom过滤器](doc/RocksDB-Bloom-Filter.md)\n        - [数据块哈希索引](doc/Data-Block-Hash-Index.md)\n    - 日志以及监控\n        - [日志](doc/Logger.md)\n        - [统计](doc/Statistics.md)\n        - [压缩统计和数据库状态](doc/Compaction-Stats-and-DB-Status.md)\n        - [性能与IO上下文](doc/Perf-Context-and-IO-Stats-Context.md)\n        - [事件监听器](doc/EventListener.md)\n- 工具/实用助手\n    - [数据管理和访问工具](doc/Administration-and-Data-Access-Tool.md)\n    - [checkpoint](doc/Checkpoints.md)\n    - [如何备份RocksDB](doc/How-to-backup-RocksDB.md)\n- 实现细节\n    - [删除过期文件](doc/Delete-Stale-Files.md)\n    - [分片索引-过滤器](doc/Partitioned-Index-Filters.md)\n    - [写预备事务](doc/WritePrepared-Transactions.md)\n    - [写未预备事务](doc/WriteUnprepared-Transactions.md)\n    - [我们是如何维护存活SST文件的](doc/How-we-keep-track-of-live-SST-files.md)\n    - [优化SST文件索引以获得更好的搜索性能](doc/Indexing-SST-Files-for-Better-Lookup-Performance.md)\n    - [合并运算实现](doc/Merge-Operator-Implementation.md)\n    - [RocksDB修复器](doc/RocksDB-Repairer.md)\n    - [两步提交实现](doc/Two-Phase-Commit-Implementation.md)\n    - [迭代器的实现](doc/Iterator-Implementation.md)\n    - [模拟缓存](doc/Simulation-Cache.md)\n    - [持久化读缓存](doc/Persistent-Read-Cache.md)\n- RocksJava\n    - [RocksJava基础](doc/RocksJava-Basics.md)\n    - [RocksJava性能测试](doc/RocksJava-Performance-on-Flash-Storage.md)\n- 性能\n    - [RocksDB内存使用](doc/Memory-usage-in-RocksDB.md)\n    - [调优指南](doc/RocksDB-Tuning-Guide.md)\n    - [写失速](doc/Write-Stalls.md)\n    - [使用RocksDB实现队列服务](doc/Implement-Queue-Service-Using-RocksDB.md)\n\n# TODO\n\n- 部分链接由于没有翻译，所以暂时没有编辑上去\n- 校对。。。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnzeng%2Frocksdb-doc-cn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnzeng%2Frocksdb-doc-cn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnzeng%2Frocksdb-doc-cn/lists"}