mirror of
https://github.com/facebook/rocksdb.git
synced 2026-07-07 14:47:40 +08:00
Misc doc fixes (#8983)
Summary: - Update few stale GitHub wiki link references from rocksdb.org - Update the API comments for ignore_range_deletions Pull Request resolved: https://github.com/facebook/rocksdb/pull/8983 Reviewed By: ajkr Differential Revision: D31355965 Pulled By: ramvadiv fbshipit-source-id: 245ac4a6913976dd82afa308bc4aae6bff3d788c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
53e595d1f3
commit
fe994bbd0b
@@ -73,6 +73,6 @@ These are just simple examples of how RocksDB is used. The full documentation is
|
||||
|
||||
Here are some specific details about the RocksDB implementation:
|
||||
|
||||
- [Architecture Guide](https://github.com/facebook/rocksdb/wiki/Rocksdb-Architecture-Guide)
|
||||
- [Format of an immutable Table file](https://github.com/facebook/rocksdb/wiki/Rocksdb-Table-Format)
|
||||
- [Format of a log file](https://github.com/facebook/rocksdb/wiki/Write-Ahead-Log-File-Format)
|
||||
- [RocksDB Overview](https://github.com/facebook/rocksdb/wiki/RocksDB-Overview)
|
||||
- [Immutable BlockBased Table file format](https://github.com/facebook/rocksdb/wiki/Rocksdb-BlockBasedTable-Format)
|
||||
- [Log file format](https://github.com/facebook/rocksdb/wiki/Write-Ahead-Log-File-Format)
|
||||
|
||||
@@ -19,4 +19,4 @@ Use the [RocksDB Facebook group](https://www.facebook.com/groups/rocksdb.dev/) f
|
||||
|
||||
### FAQ
|
||||
|
||||
Check out a list of [commonly asked questions](/docs/support/faq) about RocksDB.
|
||||
Check out a list of [commonly asked questions](https://github.com/facebook/rocksdb/wiki/RocksDB-FAQ) about RocksDB.
|
||||
|
||||
Reference in New Issue
Block a user