Glossary

Table: HACCT_MASTER (core account table)

`LOCKSIZE ROW` — Minimizes false contention between online transactions - `LOCKMAX 10000` — High threshold (batch will COMMIT well before this) - Partitioned by account-number range (12 partitions) - Batch processes one partition at a time, partitions in sequence - Online uses CS isolation with curr

Learn More

Related Terms