Y
Hacker News
new
|
ask
|
show
|
jobs
by
c0balt
1350 days ago
Isn't TiDB built on top of TiKV?[0]
[0]:
https://github.com/pingcap/tidb
2 comments
acatton
1350 days ago
TiKV is basically a layer on top of rocksdb
https://github.com/tikv/tikv/blob/956610725039835557e7516828...
link
sluongng
1350 days ago
TiKV mainly runs on top of RocksDB in most scenarios.
link