-
Notifications
You must be signed in to change notification settings - Fork 7
Search Options
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.