ACCEL.REPORT
platformThe ACCEL.REPORT
function will produce a map containing informations related to the Warp 10 Accelerator. The following table describes the various keys present in this map:
Key | Description |
---|---|
accelerated | Boolean indicating whether or not the last FETCH accessed the in-memory data managed by the Warp 10 Accelerator. |
status | Boolean indicating whether or not the Warp 10 Accelerator is enabled. |
cache | Boolean indicating if the in-memory data will be considered for update, fetch and delete operations. |
persist | Boolean indicating if the persistent data will be considered for update, fetch and delete operations. |
chunkcount | Number of chunks managed by the accelerator for its in-memory data. |
chunkspan | Length of each chunk expressed in platform time units. |