Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
titan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangzongwu
titan
Commits
6e84698a
Commit
6e84698a
authored
May 06, 2019
by
Yi Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
address some comments
Signed-off-by:
Yi Wu
<
yiwu@pingcap.com
>
parent
02953c32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
.gitignore
.gitignore
+5
-0
README.md
README.md
+2
-2
No files found.
.gitignore
View file @
6e84698a
*.a
*.o
*.swp
*_test
titandb_bench
titandb_stress
build/
.idea/
.vscode/
README.md
View file @
6e84698a
# Titan: A RocksDB Plugin to Reduce Write Amplification
Titan is RocksDB Plugin for key-value separation, inspired by
Titan is
a
RocksDB Plugin for key-value separation, inspired by
[
WiscKey
](
https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf
)
.
For introduction and design details, see our
[
blog post
](
https://pingcap.com/blog/titan-storage-engine-design-and-implementation/
)
.
## Build and Test
Titan rel
y
on RocksDB source code to build. You need to checkout RocksDB source code locally,
Titan rel
ies
on RocksDB source code to build. You need to checkout RocksDB source code locally,
and provide the path to Titan build script.
```
# To build:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment