db_bench's code handling the number of cf-s is too complex, and, needlessly repeatedly check the number of cf-s (== 1 or > 1). This is unnecessarily complex and makes the code error prone and less readable.
A similar improvement was previously done for the handling of multiple db-s.
db_bench's code handling the number of cf-s is too complex, and, needlessly repeatedly check the number of cf-s (== 1 or > 1). This is unnecessarily complex and makes the code error prone and less readable. A similar improvement was previously done for the handling of multiple db-s.