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

TiKV is basically a layer on top of rocksdb https://github.com/tikv/tikv/blob/956610725039835557e7516828...
TiKV mainly runs on top of RocksDB in most scenarios.