Comments - With the rocksdb plugin, does the SQL UPDATE leverage rocksdb's merge operator?

2 years, 3 months ago Aust Econ

I have very little C++ experience but it looks to me like the ha_rocksdb::update_write_row method is the most relevant one for SQL UPDATEs.

And that method appears to me to do a get + modify + delete rather that leveaging rocksdb's merge operator. I could be wrong though.

Would be great if someone could clarify.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.