Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Search Options

Zeyuan Shang edited this page Jul 6, 2016 · 2 revisions

The following is the list of status codes that the deployer will report when it attempts to deploy an application.

  • # of Tables: The number of tables in the DBMS for the application.

  • # of Indexes: The number of indexes in the DBMS for the application.

  • # of Secondary Indexes: The number of secondary indexes in the DBMS for the application.

  • # of Constraints: The number of constraints in the DBMS for the application.

  • # of Foreign Keys: The number of foreign keys in the DBMS for the application.

  • # of Transactions: The total number of transactions of all the actions for the latest attempt of the application.

  • Ratio of Txn/Action: The ratio of the number of transactions to the number of actions for the latest attempt of the application.

  • Table Coverage: The percentage of tables that were accessed for the latest attempt of the application.

  • Column Coverage: The percentage of columns that were accessed for the latest attempt of the application.

Clone this wiki locally