An open API service indexing awesome lists of open source software.

https://github.com/hnes/hack_tikv_io

An Experiment on TiKV's Disk I/O Scheduling
https://github.com/hnes/hack_tikv_io

Last synced: about 1 month ago
JSON representation

An Experiment on TiKV's Disk I/O Scheduling

Awesome Lists containing this project

README

          

# hack_tikv_io
An Experiment on TiKV's Disk I/O Scheduling

# Build and Run

```bash
$ bash make.sh
$ ll hack.so hack_go.so
$ LD_PRELOAD=$PWD/hack.so bin/tikv-server #...
```