These functions manage partition operations on a database.
Function | Description |
EsbPartitionApplyOtlChangeFile() | Tells the server to apply metadata changes to files. |
EsbPartitionGetAreaCellCount() | Returns the number of cells in the specified slice string. |
EsbPartitionGetList() | Returns a list of the partition definitions in which the currently selected database participates. |
EsbPartitionGetOtlChanges() | Pulls metadata changes from a given source. |
EsbPartitionGetReplCells() | Replicates all data cells that are identified in the replication partition from the source database to the selected target database. |
EsbPartitionPurgeOtlChangeFile() | Purges meta changes made previous to the time specified with the TimeStamp parameter. |
EsbPartitionPutReplCells() | Replicates all data cells that are identified in the replication partition from the selected source database to the target database. |
EsbPartitionResetOtlChangeTime() | Takes two partitions, one source and one destination. It takes the "last meta change" time from the source partition and assigns it as the "last meta change" time of the destination partition. |