facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.
http://myrocks.io
Other
2.47k stars 711 forks source link

Range lock support #1392

Open nccx opened 7 months ago

nccx commented 7 months ago

RocksDB supports range lock (https://github.com/facebook/rocksdb/tree/main/utilities/transactions/lock/range). I searched the myrocks codebaes, but didn't find code that enables range lock in RocksDB. Is range lock running in production in Meta? If not, could you share why?

nccx commented 7 months ago

@spetrunia any thoughts?

nccx commented 6 months ago

@hermanlee do you know any updates?