The practice of breaking down a transaction into smaller parts to reduce locking is known as _________.
- Batch Processing
- Fragmentation
- Isolation
- Partitioning
The practice of breaking down a transaction into smaller parts to reduce locking is known as Batch Processing, where a transaction is divided into smaller batches to minimize the duration of locks and increase concurrency.
Loading...
Related Quiz
- In database optimization, _________ refers to the process of storing frequently accessed data in a temporary storage area.
- When a user logs out of a web application, what should be done with the authentication cookies?
- In a highly concurrent web application, how would you design a servlet to handle database connections securely and efficiently?
- What is the difference between ServletContextListener and ServletContextAttributeListener?
- How does the use of 'lazy loading' in an ORM framework like Hibernate affect database performance?