我要评分
获取效率
正确性
完整性
易理解

Introduction

The ldb command line tool offers multiple data access and database management commands. You can use ldb to access, write, read, and delete data in a database, as well as efficiently manage a database, for example, adding a column family to or configuring basic parameters in a database.

RocksDB uses column families (or tables) to plan data storage, which logically partition a database.