SequoiaDB giant sequoia database-alter() overviewTwo

parameter

  • options (  Objectrequired  )

    The optionscollection space properties can be modified through parameters:

    1. PageSize (  Int32  ): Data page size. The unit is byte.

      • PageSize can only be one of 0, 4096, 8192, 16384, 32768, 65536.
      • When PageSize is 0, the default value is 65536.
      • No data during modification

      format:PageSize : <num>

    2. LobPageSize (  Int32  ): LOB data page size. The unit is byte.

      • LobPageSize can only be one of 0, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288.
      • When LobPageSize is 0, the default value is 262144.
      • No LOB data during modification

      format:LobPageSize : <num>

    3. Domain (  String  ): The domain to which it belongs.

      • The data of the collection space must be distributed on the group of the newly designated domain

      format:Domain : <domain>

return value

Success: None.

Failure: Throw an exception.

For more information, please click on the official website of Jushan Database

Guess you like

Origin blog.csdn.net/weixin_48909806/article/details/112623951