S03019

Error Code

S03019

Error Message

The volume of data exceeds the compression limit. Try inserting data in smaller batches, or adjust the replay rate. PersistenceManager fail to compress data: {errMsg}. RefId: S03019

Probable Causes

After enabling persistence for a stream table, data is persisted to disk after being written to memory. The data to be appended in a single batch is compressed before writing to disk. This error occurs during the compression step of the persistence process.

The issue may arise when the replay rate is too high, or the batch size of data being inserted is too large, exceeding the compression limit for the given scenario.

Solutions

  • Adjust the replay rate when replaying data to a persisted stream table.
  • Set a smaller batch size when appending data to a persisted stream table.