Increasing the number of data store tables to relieve concurrency bottleneck
Service integration technologies enables users to spread the data store for a messaging engine across several tables. In typical use this is unlikely to have a significant influence. However, if statistics suggest a concurrency bottleneck on the SIBnnn tables for a data store, you might try to solve the problem by increasing the number of tables.
For more information about the set of tables in a data store see Data store tables.
Data Description SIB000 contains information about the structure of the data in the other two tables - the "stream table" SIB001 contains persistent objects - the "permanent item table" SIB002 contains nonpersistent objects that have been saved to the data store to reduce the messaging engine memory requirement - the "temporary item table" Having multiple tables means we can relieve any performance bottleneck we might have in the system. We can modify SIBnnn tables of the data store of a messaging engine. We can increase the number of permanent and temporary tables (SIB001 and SIB002), although there is no way to increase the number of stream tables (SIB000).
Subtopics
- Increase the number of item tables for a messaging engine when tables are not automatically created
If a concurrency bottleneck occurs on the item tables, increasing the number of item tables will increase the throughput of the messaging engine.
- Increase the number of item tables for a messaging engine when tables are automatically created
If a concurrency bottleneck occurs on the item tables, increasing the number of items tables will increase the throughput of the messaging engine.
Example
This example illustrates what the SIBnnn tables for a data store might look like after modification:
Data Description SIB000 contains information about the structure of the data in the other two tables - the "stream table" SIB001 contains persistent objects - the "permanent item table" SIB002 contains persistent objects - the "permanent item table" SIB003 contains persistent objects - the "permanent item table" SIB004 contains nonpersistent objects that have been saved to the data store to reduce the messaging engine memory requirement - the "temporary item table" SIB005 contains nonpersistent objects that have been saved to the data store to reduce the messaging engine memory requirement - the "temporary item table"
Subtopics
- Increase the number of item tables for a messaging engine when tables are not automatically created
If a concurrency bottleneck occurs on the item tables, increasing the number of item tables will increase the throughput of the messaging engine.
- Increase the number of item tables for a messaging engine when tables are automatically created
If a concurrency bottleneck occurs on the item tables, increasing the number of items tables will increase the throughput of the messaging engine.