tikv / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
120 stars 93 forks source link

What's the status of SPDK integration? #351

Closed cannium closed 1 year ago

cannium commented 1 year ago

I read about the SPDK integration article https://www.pingcap.com/blog/tikv-and-spdk-pushing-the-limits-of-storage-performance/ and wondering about the current status of tikv with SPDK. Have you successfully integrated SPDK into tikv? If not, what problems you met, is there a schedule?

Connor1996 commented 1 year ago

Sorry, no further progress just because it's not of high priority.

cannium commented 1 year ago

So sad. Reading from the article, the performance gain seems to be real. I'll try to take my own way to integrate spdk, and if I get lucky, I'll make a merge request.