cache cf handles in DBStore::write (#1220)
This commit is a small performance optimization. It stores references to database column family handles in local variables before writing data, instead of fetching the same handle repeatedly inside each loop. There is no security change vi…
4a5af616by Antoni Spaanderman+9−51 file