Check Storage Type Action

    Description

    It is used to check whether the storage format of the table under the specified database is the row storage format. (The row format is deprecated)

    Query parameters

    • db

    None

    Response

    1. Check whether the storage format of the following table of the specified database is row format

      1. GET /api/_check_storagetype
      2. {
      3. "code": 0,
      4. "tbl2": {},
      5. "tbl1": {}
      6. },