cache_history Table

Saves the history events on the Unwired Server cache by a deployed package.

Column Column type Description
package_name varchar(128) The package name of the mobile business object.
activity_type integer The event by activity type:
  • 1=ON DEMAND FULL REFRESH
  • 2=ON DEMAND PARTITIONED REFRESH
  • 3=CACHE QUERY
cache_name varchar(128) The Unwired Server cache name.
mbo_name varchar(128) The mobile business object that triggered the activity.
start_time datetime The recorded start date and time of the activity.
duration bigint The recorded duration of the activity.
partition_key varchar(128) The partition key value.
host_name varchar(64) The host name.
process_id varchar(64) The process id.
unique_row_id numeric(10,0) Internal identifier only.