Troubleshooting guide
•
table – in a relational DBMS, a two-dimensional array of data or a named data object that
contains a specific number of unordered rows composed of a group of columns that are
specific for the table. See also
database
.
•
transaction – a unit of work in a database that can include zero, one, or many operations
(including insert, update, and delete operations), and that is either applied or rejected as a
whole. Each SQL statement that modifies data can be treated as a separate transaction, if
the database is so configured. See also
SQL
.
•
transactional consistency – A condition in which all transactions in the primary database
are applied in the replicate database, and in the same order that they were applied in the
primary database.
•
transaction log – generally, the log of transactions that affect the data managed by a data
server. Replication Agent reads the transaction log to identify and acquire the transactions
to be replicated from the primary database. See also
Replication Agent
,
primary database
,
and
Replication Server
.
•
transaction replication – a data replication method that copies data-changing operations
from a primary database to a replicate database. See also
data replication
.
•
UDB – IBM DB2 Universal Database (formerly IBM DB2 for Linux, UNIX, and
Windows).
•
WAN – an abbreviation for “wide area network,” a system of local-area networks (LANs)
connected together with data communication lines. Contrast with
LAN
.
CHAPTER 7: Glossary
Quick Start Guide for SAP HANA Database 111