IBM Informix Performance Guide: Informix Product Family Informix
IBM Informix Performance Guide: Informix Product Family Informix
Informix
Version 11.70
SC27-3544-06
Informix Product Family
Informix
Version 11.70
SC27-3544-06
Note
Before using this information and the product it supports, read the information in “Notices” on page C-1.
Contents v
Reclaiming unused space within an extent . . . . . . . . . . . . . . . . . . . . . . . 6-26
Managing extent deallocation with the TRUNCATE keyword . . . . . . . . . . . . . . . . . 6-27
Defragment partitions to merge extents . . . . . . . . . . . . . . . . . . . . . . . . 6-28
Storing multiple table fragments in a single dbspace . . . . . . . . . . . . . . . . . . . . . 6-29
Displaying a list of table and index partitions . . . . . . . . . . . . . . . . . . . . . . . 6-29
Changing tables to improve performance . . . . . . . . . . . . . . . . . . . . . . . . . 6-29
Loading and unloading tables . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-29
Dropping indexes for table-update efficiency . . . . . . . . . . . . . . . . . . . . . . 6-32
Creating and enabling referential constraints efficiently . . . . . . . . . . . . . . . . . . . 6-32
Attaching or detaching fragments . . . . . . . . . . . . . . . . . . . . . . . . . . 6-34
Altering a table definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-35
Denormalize the data model to improve performance . . . . . . . . . . . . . . . . . . . . 6-42
Shortening rows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-42
Expelling long strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-43
Splitting wide tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-44
Redundant data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-45
Reduce disk space in tables with variable length rows . . . . . . . . . . . . . . . . . . . . 6-46
Reduce disk space by compressing tables and fragments. . . . . . . . . . . . . . . . . . . . 6-46
Contents vii
Indexes for evaluating a filter . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-21
Effect of PDQ on the query plan . . . . . . . . . . . . . . . . . . . . . . . . . . 10-22
Effect of OPTCOMPIND on the query plan . . . . . . . . . . . . . . . . . . . . . . . 10-22
Effect of available memory on the query plan . . . . . . . . . . . . . . . . . . . . . . 10-23
Time costs of a query . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-23
Memory-activity costs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-24
Sort-time costs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-24
Row-reading costs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-25
Sequential access costs. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-26
Nonsequential access costs . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-26
Index lookup costs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-26
In-place ALTER TABLE costs . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-27
View costs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-27
Small-table costs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-28
Data-mismatch costs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-28
Encrypted-value costs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-29
GLS functionality costs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-29
Network-access costs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-29
Optimization when SQL is within an SPL routine. . . . . . . . . . . . . . . . . . . . . . 10-31
SQL optimization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-31
Execution of an SPL routine . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-33
SPL routine executable format stored in UDR cache . . . . . . . . . . . . . . . . . . . . 10-33
Trigger execution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-34
Performance implications for triggers . . . . . . . . . . . . . . . . . . . . . . . . . 10-35
Contents ix
Optimization goals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13-35
Optimize queries for user-defined data types . . . . . . . . . . . . . . . . . . . . . . . 13-38
Parallel UDRs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13-38
Selectivity and cost functions . . . . . . . . . . . . . . . . . . . . . . . . . . . 13-39
User-defined statistics for UDTs . . . . . . . . . . . . . . . . . . . . . . . . . . 13-40
Negator functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13-40
Optimize queries with the SQL statement cache . . . . . . . . . . . . . . . . . . . . . . 13-40
When to use the SQL statement cache . . . . . . . . . . . . . . . . . . . . . . . . 13-41
Using the SQL statement cache . . . . . . . . . . . . . . . . . . . . . . . . . . . 13-41
Monitoring memory usage for each session . . . . . . . . . . . . . . . . . . . . . . . 13-43
Monitoring usage of the SQL statement cache . . . . . . . . . . . . . . . . . . . . . . 13-46
Monitor sessions and threads . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13-47
Monitor sessions and threads with onstat commands . . . . . . . . . . . . . . . . . . . 13-48
Monitor sessions and threads with ON-Monitor (UNIX) . . . . . . . . . . . . . . . . . . 13-53
Monitor sessions and threads with SMI tables . . . . . . . . . . . . . . . . . . . . . . 13-54
Monitor transactions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13-55
Display information about transactions . . . . . . . . . . . . . . . . . . . . . . . . 13-55
Display information about transaction locks . . . . . . . . . . . . . . . . . . . . . . 13-56
Display statistics on user sessions . . . . . . . . . . . . . . . . . . . . . . . . . . 13-57
Display statistics on sessions executing SQL statements. . . . . . . . . . . . . . . . . . . 13-58
Notices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C-1
Privacy policy considerations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C-3
Trademarks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C-3
Contents xi
xii IBM Informix Performance Guide
Introduction
This introduction provides an overview of the information in this publication and
describes the conventions it uses.
Information in this publication can help you perform the following tasks:
v Monitor system resources that are critical to performance
v Identify database activities that affect these critical resources
v Identify and monitor queries that are critical to performance
v Use the database server utilities (especially onperf, ISA and onstat) for
performance monitoring and tuning
v Eliminate performance bottlenecks by:
– Balancing the load on system resources
– Adjusting the configuration parameters or environment variables of your
database server
– Adjusting the arrangement of your data
– Allocating resources for decision-support queries
– Creating indexes to speed up retrieval of your data
Types of users
This publication is written for the following users:
v Database administrators
v Database server administrators
v Database-application programmers
v Performance engineers
Software dependencies
This publication assumes that you are using IBM Informix, Version 11.70.
The IBM Informix OLE DB Provider follows the ISO string formats for date, time,
and money, as defined by the Microsoft OLE DB standards. You can override that
default by setting an Informix environment variable or registry entry, such as
DBDATE.
The examples in this publication are written with the assumption that you are
using one of these locales: en_us.8859-1 (ISO 8859-1) on UNIX platforms or
en_us.1252 (Microsoft 1252) in Windows environments. These locales support U.S.
English format conventions for displaying and entering date, time, number, and
currency values. They also support the ISO 8859-1 code set (on UNIX and Linux)
You can specify another locale if you plan to use characters from other locales in
your data or your SQL identifiers, or if you want to conform to other collation
rules for character data.
For instructions about how to specify locales, additional syntax, and other
considerations related to GLS locales, see the IBM Informix GLS User's Guide.
Demonstration databases
The DB-Access utility, which is provided with your IBM Informix database server
products, includes one or more of the following demonstration databases:
v The stores_demo database illustrates a relational schema with information about
a fictitious wholesale sporting-goods distributor. Many examples in IBM
Informix publications are based on the stores_demo database.
v The superstores_demo database illustrates an object-relational schema. The
superstores_demo database contains examples of extended data types, type and
table inheritance, and user-defined routines.
For information about how to create and populate the demonstration databases,
see the IBM Informix DB-Access User's Guide. For descriptions of the databases and
their contents, see the IBM Informix Guide to SQL: Reference.
The scripts that you use to install the demonstration databases are in the
$INFORMIXDIR/bin directory on UNIX platforms and in the %INFORMIXDIR%\bin
directory in Windows environments.
The following changes and enhancements are relevant to this publication. For a
complete list of what's new in this release, see the release notes or the information
center at http://pic.dhe.ibm.com/infocenter/idshelp/v117/topic/com.ibm.po.doc/
new_features.htm.
Introduction xv
Table 1. What's new in the IBM Informix Performance Guide for version 11.70.xC8
Overview Reference
Dynamic private memory caches for CPU virtual “CPU virtual processor private memory caches” on page
processors 3-24
Introduction xvii
Table 2. What's new in the IBM Informix Performance Guide for version 11.70xC4
Overview Reference
Data sampling for update statistics operations “Data sampling during update statistics operations” on
page 13-18
If you have a large index with more than 100 000 leaf
pages, you can generate index statistics based on
sampling when you run UPDATE STATISTICS statements
in LOW mode. Gathering index statistics from sampled
data can increase the speed of the update statistics
operations. To enable sampling, set the
USTLOW_SAMPLE configuration parameter or the
USTLOW_SAMPLE option of the SET ENVIRONMENT
statement.
Table 3. What's new in the IBM Informix Performance Guide for version 11.70xC3
Overview Reference
Automatic read-ahead operations “Configuration parameters that affect table I/O” on page
5-28
You can enable the database server to use read-ahead
operations automatically to improve performance. Most AUTO_READAHEAD configuration parameter
queries can benefit from processing the query while (Administrator's Reference)
asynchronously retrieving the data required by the query.
The database server can automatically use asynchronous
operations for data or it can avoid them if the data for
the query is already cached. Use the
AUTO_READAHEAD configuration parameter to
configure automatic read-ahead operations for all queries,
and use the SET ENVIRONMENT AUTO_READAHEAD
statement to configure automatic read-ahead operations
for a particular session.
Table 5. What's new in the IBM Informix Performance Guide for version 11.70xC1
Overview Reference
Less root node contention with forest of trees indexes “Forest of trees indexes” on page 7-2
If you have many concurrent users who routinely “Improve query performance with a forest of trees index”
experience delays due to root node contention, you might on page 7-13
improve query performance if you convert your B-tree
index to a forest of trees index. A forest of trees index is CREATE INDEX statement (SQL Syntax)
similar to a B-tree index, but has multiple root nodes and
potentially fewer levels. You create forest of trees indexes HASH ON clause (SQL Syntax)
with the new HASH ON clause of the CREATE INDEX
statement of SQL.
Automatic light scans on tables “Light scans” on page 5-27
Introduction xix
Table 5. What's new in the IBM Informix Performance Guide for version 11.70xC1 (continued)
Overview Reference
Automatically add CPU virtual processors “Automatic addition of CPU virtual processors” on page
3-20
When the database server starts, it checks that the
number of CPU virtual processors is at least half the
number of CPU processors on the database server
computer. This ratio of CPU processors to CPU virtual
processors is a recommended minimum to ensure that the
database server performs optimally in most situations. If
necessary, the database server automatically increases the
number of CPU virtual processors to half the number of
CPU processors.
Automatically optimize data storage “Defragment partitions to merge extents” on page 6-28
Large pages for non-message shared memory segments “Virtual portion of shared memory” on page 4-2
that reside in physical memory are now enabled by
default on Linux platforms. Previously, large pages were
supported only on AIX® and Solaris systems. The use of
large pages can provide performance benefits in large
memory configurations. To enable or disable support for
large pages, use the IFX_LARGE_PAGES environment
variable.
Improving performance by reducing buffer reads “Improve performance by adding or removing indexes”
on page 13-20
If you enable the new BATCHEDREAD_INDEX
configuration parameter, the optimizer automatically BATCHEDREAD_INDEX configuration parameter
chooses to fetch a set of keys from an index buffer, (Administrator's Reference)
reducing the number of buffer times a buffer is read.
Alerts for tables with in-place alter operations “In-place alter” on page 6-35
If only SQL statements are listed in the example, they are not delimited by
semicolons. For instance, you might see the code in the following example:
CONNECT TO stores_demo
...
Introduction xxi
...
COMMIT WORK
DISCONNECT CURRENT
To use this SQL code for a specific product, you must apply the syntax rules for
that product. For example, if you are using an SQL API, you must use EXEC SQL
at the start of each statement and a semicolon (or other appropriate delimiter) at
the end of the statement. If you are using DB–Access, you must delimit multiple
statements with semicolons.
Tip: Ellipsis points in a code example indicate that more code would be added in
a full application, but it is not necessary to show it to describe the concept that is
being discussed.
Additional documentation
Documentation about this release of IBM Informix products is available in various
formats.
IBM Informix SQL-based products are fully compliant with SQL-92 Entry Level
(published as ANSI X3.135-1992), which is identical to ISO 9075:1992. In addition,
many features of IBM Informix database servers comply with the SQL-92
Intermediate and Full Level and X/Open SQL Common Applications Environment
(CAE) standards.
Feedback from all methods is monitored by the team that maintains the user
documentation. The feedback methods are reserved for reporting errors and
Introduction xxiii
xxiv IBM Informix Performance Guide
Chapter 1. Performance basics
Performance measurement and tuning issues and methods are relevant to daily
database server administration and query execution.
These topics:
v Describe a basic approach for performance measurement and tuning
v Provide guidelines for a quick start to obtain acceptable initial performance on a
small database
v Describe roles in maintaining good performance
By recognizing problems early, you can prevent them from affecting users
significantly. Early indications of a performance problem are often vague; users
might report that the system seems sluggish. Users might complain that they
cannot get all their work done, that transactions take too long to complete, that
queries take too long to process, or that the application slows down at certain
times during the day.
To determine the nature of the problem, you must measure the actual use of
system resources and evaluate the results.
To optimize performance:
1. Establish performance objectives.
2. Take regular measurements of resource utilization and database activity.
3. Identify symptoms of performance problems: disproportionate utilization of
CPU, memory, or disks.
Performance goals
When you plan for measuring and tuning performance, you should consider
performance goals and determine which goals are the most important.
Many considerations go into establishing performance goals for the database server
and the applications that it supports. Be clear and consistent about articulating
performance goals and priorities, so that you can provide realistic and consistent
The answers to these questions can help you set realistic performance goals for
your resources and your mix of applications.
Measurements of performance
You can use throughput, response time, cost per transaction, and resource
utilization measures to evaluate performance.
Throughput, response time, and cost per transaction are described in the topics
that follow.
Resource utilization can have one of two meanings, depending on the context. The
term can refer to the amount of a resource that a particular operation requires or
uses, or it can refer to the current load on a particular system component. The term
is used in the former sense to compare approaches for accomplishing a given task.
For instance, if a given sort operation requires 10 megabytes of disk space, its
resource utilization is greater than another sort operation that requires only 5
megabytes of disk space. The term is used in the latter sense to refer, for instance,
to the number of CPU cycles that are devoted to a particular query during a
specific time interval.
For a discussion about the performance impact of different load levels on various
system components, see “Resource utilization and performance” on page 1-7.
Throughput
Throughput measures the overall performance of the system. For transaction
processing systems, throughput is typically measured in transactions per second
(TPS) or transactions per minute (TPM).
If you need more immediate feedback, you can use onstat -p to gather an estimate.
You can use the SET LOG statement to set the logging mode to unbuffered for the
databases that contain tables of interest. You can also use the trusted auditing
facility in the database server to record successful COMMIT WORK events or other
events of interest in an audit log file. Using the auditing facility can increase the
overhead involved in processing any audited event, which can reduce overall
throughput.
Related information:
Auditing data security (Security Guide)
Because every database application has its own particular workload, you cannot
use TPC benchmarks to predict the throughput for your application. The actual
throughput that you achieve depends largely on your application.
The response time for a typical Informix application includes the following
sequence of actions. Each action requires a certain amount of time. The response
time does not include the time that it takes for the user to think of and enter a
query or request:
1. The application forwards a query to the database server.
2. The database server performs query optimization and retrieves any
user-defined routines (UDRs). UDRs include both SPL routines and external
routines.
3. The database server retrieves, adds, or updates the appropriate records and
performs disk I/O operations directly related to the query.
4. The database server performs any background I/O operations, such as logging
and page cleaning, that occur during the period in which the query or
transaction is still pending.
5. The database server returns a result to the application.
6. The application displays the information or issues a confirmation and then
issues a new prompt to the user.
Figure 1-1 contains a diagram that shows how the actions just described in steps 1
through 6 contribute to the overall response time.
custno custname
SELECT*in 1234 XYZLTD
Database Background 1235 XSPORTS
However, you can decrease the response time for a specific query, at the expense of
overall throughput, by allocating a disproportionate amount of resources to that
query. Conversely, you can maintain overall throughput by restricting the resources
that the database allocates to a large query.
Response-time measurement
To measure the response time for a query or application, you can use the timing
commands and performance monitoring and timing functions that your operating
system provides.
Your operating system typically has a utility that you can use to time a command.
You can often use this timing utility to measure the response times to SQL
statements that a DB-Access command file issues.
UNIX Only
If you have a command file that performs a standard set of SQL
statements, you can use the time command on many systems to obtain an
accurate timing for those commands.
The following example shows the output of the UNIX time command:
time commands.dba
...
4.3 real 1.5 user 1.3 sys
The time output lists the amount of elapsed time (real), the user CPU time,
and the system CPU time. If you use the C shell, the first three columns of
output from the C shell time command show the user, system, and elapsed
times, respectively. In general, an application often performs poorly when
the proportion of system CPU time exceeds one-third of the total elapsed
time.
The time command gathers timing information about your application. You
can use this command to invoke an instance of your application, perform a
database operation, and then exit to obtain timing figures, as the following
example illustrates:
time sqlapp
(enter SQL command through sqlapp, then exit)
10.1 real 6.4 user 3.7 sys
You can use a script to run the same test repeatedly, which allows you to
obtain comparable results under different conditions. You can also obtain
estimates of your average response time by dividing the elapsed time for
the script by the number of database operations that the script performs.
Operating systems usually have a performance monitor that you can use to
measure response time for a query or process.
Windows Only
You can often use the Performance Logs and Alerts that the Windows
operating system supplies to measure the following times:
v User time
v Processor time
Most programming languages have a library function for the time of day. If you
have access to the source code, you can insert pairs of calls to this function to
measure the elapsed time between specific actions.
ESQL/C Only
For example, if the application is written in IBM Informix ESQL/C, you
can use the dtcurrent() function to obtain the current time. To measure
response time, you can call dtcurrent() to report the time at the start of a
transaction and again to report the time when the transaction commits.
Although this measure is useful for planning and evaluation, it is seldom relevant
to the daily issues of achieving optimum performance.
You must take regular measurements of the workload and performance of your
system to predict peak loads and compare performance measurements at different
points in your usage cycle. Regular measurements help you to develop an overall
performance profile for your database server applications. This profile is critical in
determining how to improve performance reliably.
How you measure resource utilization depends on the tools that your operating
system provides for reporting system activity and resource utilization. After you
identify a resource that seems overused, you can use the performance-monitoring
utilities that the database server provides to gather data and make inferences about
the database activities that might account for the load on that component. You can
adjust your database server configuration or your operating system to reduce those
database activities or spread them among other components. In some cases, you
might need to provide additional hardware resources to resolve a performance
bottleneck.
Resource utilization
Whenever a system resource, such as a CPU or a particular disk, is occupied by a
transaction or query, the resource is unavailable for processing other requests.
Pending requests must wait for the resources to become available before they can
complete.
When a component is too busy to keep up with all its requests, the overused
component becomes a bottleneck in the flow of activity. The higher the percentage
of time that the resource is occupied, the longer each operation must wait for its
turn.
You can use the following formula to estimate the service time for a request based
on the overall utilization of the component that services the request. The expected
service time includes the time that is spent both waiting for and using the resource
in question. Think of service time as that portion of the response time accounted
for by a single component within your computer, as the following formula shows:
S= P/(1-U)
S is the expected service time.
P is the processing time that the operation requires after it obtains the
resource.
U is the utilization for the resource (expressed as a decimal).
Elapsed 12
time (as a 10
multiple of 8
processing 6
time) in 4
minutes
2
0
0 10 20 30 40 50 60 70 80 90 100
Resource utilization (%)
Figure 1-2. Service Time for a Single Component as a Function of Resource Utilization
If the average response time for a typical transaction soars from 2 or 3 seconds to
10 seconds or more, users are certain to notice and complain.
When you consider resource utilization, also consider whether increasing the page
size of a standard or temporary dbspace is beneficial in your environment. If you
want a longer key length than is available for the default page size of a standard
or temporary dbspace, you can increase the page size.
CPU utilization
Estimates of CPU utilization and response time can help you determine if you
need to eliminate or reschedule some activities.
You can use the resource-utilization formula in the previous topic (“Resource
utilization” on page 1-8) to estimate the response time for a heavily loaded CPU.
However, high utilization for the CPU does not always indicate a performance
problem. The CPU performs all calculations that are needed to process
transactions. The more transaction-related calculations that it performs within a
given period, the higher the throughput will be for that period. As long as
transaction throughput is high and seems to remain proportional to CPU
utilization, a high CPU utilization indicates that the computer is being used to the
fullest advantage.
On the other hand, when CPU utilization is high but transaction throughput does
not keep pace, the CPU is either processing transactions inefficiently or it is
engaged in activity not directly related to transaction processing. CPU cycles are
being diverted to internal housekeeping tasks such as memory management.
If the response time for transactions increases to such an extent that delays become
unacceptable, the processor might be swamped; the transaction load might be too
high for the computer to manage. Slow response time can also indicate that the
CPU is processing transactions inefficiently or that CPU cycles are being diverted.
When CPU utilization is high, a detailed analysis of the activities that the database
server performs can reveal any sources of inefficiency that might be present due to
improper configuration. For information about analyzing database server activity,
see “Database server tools” on page 2-3.
Memory utilization
Memory is not managed as a single component, such as a CPU or disk, but as a
collection of small components called pages.
The size of a typical page in memory can range from 1 to 8 kilobytes, depending
on your operating system. A computer with 64 megabytes of memory and a page
size of 2 kilobytes contains approximately 32,000 pages.
When the operating system needs to allocate memory for use by a process, it
scavenges any unused pages within memory that it can find. If no free pages exist,
the memory-management system has to choose pages that other processes are still
using and that seem least likely to be needed in the short run. CPU cycles are
required to select those pages. The process of locating such pages is called a page
scan. CPU utilization increases when a page scan is required.
Eventually, page images that have been copied to the swap disk must be brought
back in for use by the processes that require them. If there are still too few free
pages, more must be paged out to make room. As memory comes under increasing
demand and paging activity increases, this activity can reach a point at which the
CPU is almost fully occupied with paging activity. A system in this condition is
said to be thrashing. When a computer is thrashing, all useful work comes to a halt.
Although the principle for estimating the service time for memory is the same as
that described in “Resource utilization and performance” on page 1-7, you use a
different formula to estimate the performance impact of memory utilization than
you do for other system components.
You can use the following formula to calculate the expected paging delay for a
given CPU utilization level and paging rate:
PD= (C/(1-U)) * R * T
PD is the paging delay.
C is the CPU service time for a transaction.
U is the CPU utilization (expressed as a decimal).
R is the paging-out rate.
T is the service time for the swap device.
As paging increases, CPU utilization also increases, and these increases are
compounded. If a paging rate of 10 per second accounts for 5 percent of CPU
utilization, increasing the paging rate to 20 per second might increase CPU
utilization by an additional 5 percent. Further increases in paging lead to even
sharper increases in CPU utilization, until the expected service time for CPU
requests becomes unacceptable.
Disk utilization
Because transfer rates vary among disks, most operating systems do not report
disk utilization directly. Instead, they report the number of data transfers per
second (in operating-system memory-page-size units.)
Because each disk acts as a single resource, you can use the following basic
formula to estimate the service time, which is described in detail in “Resource
utilization” on page 1-8:
S= P/(1-U)
To compare the load on disks with similar access times, simply compare the
average number of transfers per second.
If you know the access time for a given disk, you can use the number of transfers
per second that the operating system reports to calculate utilization for the disk. To
do so, multiply the average number of transfers per second by the access time for
the disk as listed by the disk manufacturer. Depending on how your data is laid
The following example shows how to calculate the utilization for a disk with a
30-millisecond access time and an average of 10 transfer requests per second:
U = (A * 1.2) * X
= (.03 * 1.2) * 10
= .36
U is the resource utilization (this time of a disk).
A is the access time (in seconds) that the manufacturer lists.
X is the number of transfers per second that your operating system reports.
You can use the utilization to estimate the processing time at the disk for a
transaction that requires a given number of disk transfers. To calculate the
processing time at the disk, multiply the number of disk transfers by the average
access time. Include an extra 20 percent to account for access-time variability:
P = D (A * 1.2)
P is the processing time at the disk.
D is the number of disk transfers.
A is the access time (in seconds) that the manufacturer lists.
For example, you can calculate the processing time for a transaction that requires
20 disk transfers from a 30-millisecond disk as follows:
P = 20 (.03 * 1.2)
= 20 * .036
= .72
Use the processing time and utilization values that you calculated to estimate the
expected service time for I/O at the particular disk, as the following example
shows:
S = P/(1-U)
= .72 / (1 - .36)
= .72 / .64
= 1.13
You must consider these factors when you attempt to identify performance
problems or make adjustments to your system:
v Hardware resources
As discussed earlier in this chapter, hardware resources include the CPU,
physical memory, and disk I/O subsystems.
v Operating-system configuration
The database server depends on the operating system to provide low-level
access to devices, process scheduling, interprocess communication, and other
vital services.
The database server administrator usually coordinates the activities of all users to
ensure that system performance meets overall expectations. For example, the
operating-system administrator might need to reconfigure the operating system to
increase the amount of shared memory. Bringing down the operating system to
install the new configuration requires bringing the database server down. The
database server administrator must schedule this downtime and notify all affected
users when the system will be unavailable.
This chapter also contains cross-references to topics that about how to interpret the
results of performance monitoring
The kinds of data that you need to collect depend on the kinds of applications that
you run on your system. The causes of performance problems on OLTP (online
transaction processing) systems are different from the causes of problems on
systems that are used primarily for DSS query applications. Systems with mixed
use provide a greater performance-tuning challenge and require a sophisticated
analysis of performance-problem causes.
To alter certain database server characteristics, you must bring down the database
server, which can affect your production system. Some configuration adjustments
can unintentionally decrease performance or cause other negative side effects.
When performance problems relate to backup operations, you might also examine
the number or transfer rates for tape drives. You might need to alter the layout or
fragmentation of your tables to reduce the impact of backup operations. For
information about disk layout and table fragmentation, see Chapter 6, “Table
performance considerations,” on page 6-1 and Chapter 7, “Indexes and index
performance considerations,” on page 7-1.
Determine whether you want to set the configuration parameters that help
maintain server performance by automatically adjusting properties of the database
server while it is running, for example:
v AUTO_AIOVPS: Adds AIO virtual processors when I/O workload increases.
v AUTO_CKPTS: Increases the frequency of checkpoints to avoid transaction
blocking.
If a history is not available, you must start tracking performance after a problem
arises, and you might not be able to tell when and how the problem began. Trying
to identify problems after the fact significantly delays resolution of a performance
problem.
To build a performance history and profile of your system, take regular snapshots
of resource-utilization information.
For example, if you chart the CPU utilization, paging-out rate, and the I/O transfer
rates for the various disks on your system, you can begin to identify peak-use
levels, peak-use intervals, and heavily loaded resources.
If you monitor fragment use, you can determine whether your fragmentation
scheme is correctly configured. Monitor other resource use as appropriate for your
database server configuration and the applications that run on it.
You also use performance monitoring tools with a graphical interface to monitor
critical aspects of performance as queries and transactions are performed.
Operating-system tools
The database server relies on the operating system of the host computer to provide
access to system resources such as the CPU, memory, and various unbuffered disk
I/O interfaces and files. Each operating system has its own set of utilities for
reporting how system resources are used.
UNIX Only
The following table lists some UNIX utilities that monitor system resources.
To capture the status of system resources at regular intervals, use scheduling tools
that are available with your host operating system (for example, cron) as part of
your performance monitoring system.
Windows Only
You can often use the Performance Logs and Alerts that the Windows operating
system supplies to monitor resources such as processor, memory, cache, threads,
and processes. The Performance Logs and Alerts also provide charts, alerts,
reports, and the ability to save information to log files for later analysis.
For more information about how to use the Performance Logs and Alerts, consult
your operating-system manuals.
The database server tools and utilities that you can use for performance
monitoring include:
v IBM OpenAdmin Tool (OAT) for Informix
v The onstat utility
v The onlog utility
v The oncheck utility
v The ON-Monitor utility (on UNIX only)
v The onperf utility (on UNIX only)
v DB-Access and the system-monitoring interface (SMI), which you can use to
monitor performance from within your application
v SQL administration API commands
You can use onstat, onlog, or oncheck commands invoked by the cron scheduling
facility to capture performance-related information at regular intervals and build a
historical performance profile of your database server application. The following
sections describe these utilities.
You can use SQL SELECT statements to query the system-monitoring interface
(SMI) from within your application.
The SMI tables are a collection of tables and pseudo-tables in the sysmaster
database that contain dynamically updated information about the operation of the
database server. The database server constructs these tables in memory but does
not record them on disk. The onstat utility options obtain information from these
SMI tables.
You can use cron and SQL scripts with DB-Access or onstat utility options to
query SMI tables at regular intervals.
Tip: The SMI tables are different from the system catalog tables. System catalog
tables contain permanently stored and updated information about each database
and its tables (sometimes referred to as metadata or a data dictionary).
You can use ON-Monitor to check the current database server configuration.
You can use onperf to display database server activity with the Motif window
manager.
Related concepts:
The onlog utility (Administrator's Reference)
The oncheck Utility (Administrator's Reference)
DB-Access User's Guide (DB-Access Guide)
System catalog tables (SQL Reference)
Chapter 14, “The onperf utility on UNIX,” on page 14-1
Related reference:
The database server CD-ROM distributed with your product includes ISA. For
information on how to install ISA, see the following file on the CD-ROM.
Table 2-1. Operating system file
Operating System File
UNIX /SVR_ADM/README
Windows \SVR_ADM\readme.txt
With ISA, you can use a browser to perform these common database server
administrative tasks:
v Change configuration parameters temporarily or permanently
v Change the database server mode between online and offline and its
intermediate states
v Modify connectivity information in the sqlhosts file
v Check dbspaces, sbspaces, logs, and other objects
v Manage logical and physical logs
v Examine memory use and adding and freeing memory segments
v Read the message log
v Back up and restore dbspaces and sbspaces
v Run various onstat commands to monitor performance
v Enter simple SQL statements and examine database schemas
v Add and remove chunks, dbspaces, and sbspaces
v Examine and manage user sessions
v Examine and manage virtual processors (VPs)
v Use the High-Performance Loader (HPL), dbimport, and dbexport
v Manage Enterprise Replication
v Manage an IBM Informix MaxConnect server
v Use the following utilities: dbaccess, dbschema, onbar, oncheck, ondblog,
oninit, onlog, onmode, onparams, onspaces, and onstat
You also can enter any Informix utility, UNIX shell command, or Windows
command (for example, oncheck -cd; ls -l).
For a complete list of all onstat options, use the onstat - - command. For a
complete display of all the information that onstat gathers, use the onstat -a
command.
The following table lists some of the onstat commands that display general
performance-related information.
Table 2-2. onstat commands that display performance information
onstat command Description
onstat -p Displays a performance profile that includes
the number of reads and writes, the number
of times that a resource was requested but
was not available, and other miscellaneous
information
onstat -b Displays information about buffers currently
in use
onstat -l Displays information about the physical and
logical logs
onstat -x Displays information about transactions,
including the thread identifier of the user
who owns the transaction
onstat -u Displays a user activity profile that provides
information about user threads including the
thread owner's session ID and login name
onstat -R Displays information about buffer pools,
including information about buffer pool page
size.
onstat -F Displays page-cleaning statistics that include
the number of writes of each type that
flushes pages to disk
onstat -g Requires an additional argument that
specifies the information to be displayed
One of the most useful commands for monitoring system resources is onstat -g
and its many options.
Related reference:
onstat -g monitoring options (Administrator's Reference)
Use the following onstat -g command arguments to monitor disk I/O utilization.
For a detailed case study that uses various onstat outputs, see Appendix A, “Case
studies and examples,” on page A-1.
The oncheck utility provides the following options and information that apply to
contiguous space and extents.
Option Information
-pB Blobspace simple large object (TEXT or BYTE data)
For information about how to use this option to determine the efficiency of
blobpage size, see “Determine blobpage fullness with oncheck -pB output”
on page 5-18.
-pe Chunks and extents
For information about how to use this option to monitor extents, see
“Checking for extent interleaving” on page 6-24 and “Eliminating interleaved
extents” on page 6-24.
-pk Index key values.
For information about how to improve the performance of this option, see
“Improving performance for index checks” on page 7-20.
-pK Index keys and row IDs
For information about how to improve the performance of this option, see
“Improving performance for index checks” on page 7-20.
-pl Index-leaf key values
For information about how to improve the performance of this option, see
“Improving performance for index checks” on page 7-20.
-pL Index-leaf key values and row IDs
For information about how to improve the performance of this option, see
“Improving performance for index checks” on page 7-20.
-pp Pages by table or fragment
For information about how to use this option to monitor space, see
“Considering the upper limit on extents” on page 6-24.
For information about how to use this option to monitor extents, see
“Considering the upper limit on extents” on page 6-24.
-pr Root reserved pages
For information about how to use this option, see “Estimating tables with
fixed-length rows” on page 6-5.
-ps Space used by smart large objects and metadata in sbspace.
-pS Space used by smart large objects and metadata in sbspace and storage
characteristics
For information about how to use this option to monitor space, see
“Monitoring sbspaces” on page 6-13.
-pt Space used by table or fragment
For information about how to use this option to monitor space, see
“Estimating table size” on page 6-5.
-pT Space used by table, including indexes
For information about how to use this option to monitor space, see
“Performance of in-place alters for DDL operations” on page 6-40.
For more information about using oncheck to monitor space, see “Estimating table
size” on page 6-5. For more information about concurrency during oncheck
execution, see “Improving performance for index checks” on page 7-20.
Related concepts:
The oncheck Utility (Administrator's Reference)
Monitor transactions
You can use the onlog and onstat utilities to monitor transactions.
This onlog utility can take input from selected log files, the entire logical log, or a
backup tape of previous log files.
Use onlog with caution when you read logical-log files still on disk, because
attempting to read unreleased log files stops other database activity. For greatest
safety, back up the logical-log files first and then read the contents of the backup
files. With proper care, you can use the onlog -n option to restrict onlog only to
logical-log files that have been released.
Related reference:
The onstat utility (Administrator's Reference)
To monitor database server activity, you can view the number of active sessions
and the amount of resources that they are using.
Use the following command arguments to get memory information for each
session.
For more information, see “Display the query plan” on page 13-1.
Multiple database server instances that run on the same host computer perform
poorly when compared with a single database server instance that manages
multiple databases. Multiple database server instances cannot balance their loads
as effectively as a single database server. Avoid multiple residency for production
environments in which performance is critical.
Each instance of the database server requires the following semaphore sets:
v One set for each group of up to 100 virtual processors (VPs) that are started with
the database server
v One set for each additional VP that you might add dynamically while the
database server is running
v One set for each group of 100 or fewer user sessions connected through the
shared-memory communication interface
Tip: For best performance, allocate enough semaphores for double the number of
ipcshm connections that you expect. Use the NETTYPE configuration parameter to
configure database server poll threads for this doubled number of connections.
Some operating systems require that you configure a maximum total number of
semaphores across all sets, which the SEMMNS operating-system configuration
parameter typically specifies. Use the following formula to calculate the total
number of semaphores that each instance of the database server requires:
SEMMNS = init_vps + added_vps + (2 * shmem_users) + concurrent_utils
init_vps
is the number of virtual processors (VPs) that are started with the database
server. This number includes CPU, PIO, LIO, AIO, SHM, TLI, SOC, and
ADM VPs. The minimum value is 15.
added_vps
is the number of VPs that you intend to add dynamically.
shmem_users
is the number of shared-memory connections that you allow for this
instance of the database server.
concurrent_utils
is the number of concurrent database server utilities that can connect to
this instance. It is suggested that you allow for a minimum of six utility
connections: two for ON-Archive or ON-Bar and four for other utilities
such as onstat, and oncheck.
If you use software packages that require semaphores, the SEMMNI configuration
parameter must include the total number of semaphore sets that the database
server and your other software packages require. You must set the SEMMSL
configuration parameter to the largest number of semaphores per set that any of
your software packages require. For systems that require the SEMMNS
configuration parameter, multiply SEMMNI by the value of SEMMSL to calculate
an acceptable value.
Related concepts:
“Configuring poll threads” on page 3-13
The number of open file descriptors that each instance of the database server needs
depends on the number of chunks in your database, the number of VPs that you
run, and the number of network connections that your database server instance
must support.
Use the following formula to calculate the number of file descriptors that your
instance of the database server requires:
NFILES = (chunks * NUMAIOVPS) + NUMBER_of_CPU_VPS + net_connections
chunks is the number of chunks to be configured.
net_connections
is the number of network connections that you specify in either of the
following places:
Each open file descriptor is about the same length as an integer within the kernel.
Allocating extra file descriptors is an inexpensive way to allow for growth in the
number of chunks or connections on your system.
Insufficient physical memory for the overall system load can lead to thrashing, as
“Memory utilization” on page 1-10 describes. Insufficient memory for the database
server can result in excessive buffer-management activity. For more information
about configuring memory, see “Configuring UNIX shared memory” on page 4-6.
Informix runs in the background. For best performance, give the same priority to
foreground and background applications.
The configuration of memory in the operating system can impact other resources,
including CPU and I/O. Insufficient physical memory for the overall system load
can lead to thrashing, as “Memory utilization” on page 1-10 describes. Insufficient
memory for Informix can result in excessive buffer-management activity. When you
set the Virtual Memory values in the System icon on the Control Panel, ensure
that you have enough paging space for the total amount of physical memory.
A client can also use the SET PDQPRIORITY statement in SQL to set a value for
PDQ priority. The actual percentage allocated to any query is subject to the factor
that the MAX_PDQPRIORITY configuration parameter sets. For more information
about how to limit resources that can be allocated to a query, see “Limiting PDQ
resources in queries” on page 3-11.
To execute user-defined routines (UDRs), you can define a new class of virtual
processors to isolate UDR execution from other transactions that execute on the
CPU virtual processors. Typically you write user-defined routines to support
user-defined data types.
If you do not want a user-defined routine to affect the normal processing of user
queries in the CPU class, you can use the CREATE FUNCTION statement to assign
the routine to a user-defined class of virtual processors. The class name that you
specify in the VPCLASS configuration parameter must match the name specified in
the CLASS modifier of the CREATE FUNCTION statement.
When the database server starts, the number of CPU VPs is automatically
increased to half the number of CPU processors on the database server computer,
unless the SINGLE_CPU_VP configuration parameter is enabled. However, you
might want to change the number of CPU VPs based on your performance needs.
When you use this setting, one processor is available to run the database
server utilities or the client application.
Multiprocessor computers that are not primarily database servers
For multiprocessor systems that you do not use primarily to support
database servers, you can start with somewhat fewer CPU VPs to allow for
other activities on the system and then gradually add more if necessary.
Multi-core or hardware multithreading computers with logical CPUs
For multiprocessor systems that use multi-core processors or hardware
multithreading to support more logical CPUs than physical processors, you
can assign the number of CPU VPs according to the number of logical
CPU VPs available for that purpose. The amount of processing that an
additional logical CPU can provide might be only a fraction of what a
dedicated physical processor can support.
On systems, where multi-core processors are installed, the optimal
configuration in most cases is the same as for systems with a number of
Your database server distribution includes a machine notes file that contains
information about whether your version of the database server supports this
feature. For information about where to find this machine notes file, see the
Introduction to this guide.
Specify the noage option of VPCLASS if your operating system supports this
feature.
Related reference:
VPCLASS configuration parameter (Administrator's Reference)
You can use processor affinity for the purposes that the following sections describe.
Related reference:
VPCLASS configuration parameter (Administrator's Reference)
You can use processor affinity to distribute the computation impact of CPU virtual
processors (VPs) and other processes. On computers that are dedicated to the
database server, assigning CPU VPs to all but one of the CPUs achieves maximum
CPU utilization.
On computers that support both database server and client applications, you can
bind applications to certain CPUs through the operating system. By doing so, you
effectively reserve the remaining CPUs for use by database server CPU VPs, which
you bind to the remaining CPUs with the VPCLASS configuration parameter. Set
the aff option of the VPCLASS configuration parameter to the numbers of the
CPUs on which to bind CPU VPs. For example, the following VPCLASS setting
assigns CPU VPs to processors 4 to 7:
VPCLASS cpu,num=4,aff=(4-7)
When specifying a range of processors, you can also specify an incremental value
with the range that indicates which CPUs in the range should be assigned to the
virtual processors. For example, you can specify that the virtual processors are
assigned to every other CPU in the range 0-6, starting with CPU 0.
VPCLASS CPU,num=4,aff=(0-6/2)
When you specify more than one value or range, the values and ranges do not
have to be incremental or in any particular order. For example you can specify
aff=(8,12,7-9,0-6/2).
The database server assigns CPU virtual processors to CPUs in a circular pattern,
starting with the first processor number that you specify in the aff option. If you
specify a larger number of CPU virtual processors than physical CPUs, the
database server continues to assign CPU virtual processors starting with the first
CPU. For example, suppose you specify the following VPCLASS settings:
VPCLASS cpu,num=8,aff=(4-7)
On a system that runs database server and client (or other) applications, you can
bind asynchronous I/O (AIO) VPs to the same CPUs to which you bind other
application processes through the operating system. In this way, you isolate client
applications and database I/O operations from the CPU VPs.
This isolation can be especially helpful when client processes are used for data
entry or other operations that require waiting for user input. Because AIO VP
activity usually comes in quick bursts followed by idle periods waiting for the
disk, you can often interweave client and I/O operations without their unduly
impacting each other.
Binding a CPU VP to a processor does not prevent other processes from running
on that processor. Application (or other) processes that you do not bind to a CPU
are free to run on any available processor. On a computer that is dedicated to the
database server, you can leave AIO VPs free to run on any processor, which
reduces delays on database operations that are waiting for I/O. Increasing the
priority of AIO VPs can further improve performance by ensuring that data is
processed quickly once it arrives from disk.
The database server assigns CPU VPs to CPUs serially, starting with the CPU
number you specify in this parameter. You might want to avoid assigning CPU
VPs to a certain CPU that has a specialized hardware or operating-system function
(such as interrupt handling).
If your operating system does not support kernel asynchronous I/O (KAIO), the
database server uses AIO virtual processors (VPs) to manage all database I/O
requests.
If the VPCLASS configuration parameter does not specify the number of AIO VPs
to start in the onconfig file, then the setting of the AUTO_AIOVPS configuration
parameter controls the number of AIO VPs:
v If AUTO_AIOVPS is set to 1 (on), the number of AIO VPs initially started is
equal to the number of AIO chunks, up to a maximum of 128.
The recommended number of AIO virtual processors depends on how many disks
your configuration supports. If KAIO is not implemented on your platform, you
should allocate one AIO virtual processor for each disk that contains database
tables. You can add an additional AIO virtual processor for each chunk that the
database server accesses frequently.
You can use the AUTO_AIOVPS configuration parameter to enable the database
server to automatically increase the number of AIO virtual processors and
page-cleaner threads when the server detects that AIO virtual processors are not
keeping up with the I/O workload.
The machine notes file for your version of the database server indicates whether
the operating system supports KAIO. If KAIO is supported, the machine notes
describe how to enable KAIO on your specific operating system.
If your operating system supports KAIO, the CPU VPs make asynchronous I/O
requests to the operating system instead of AIO virtual processors. In this case,
configure only one AIO virtual processor, plus two additional AIO virtual
processor for every file chunk that does not use KAIO.
If you use cooked files and if you enable direct I/O using the DIRECT_IO
configuration parameter, you can reduce the number of AIO virtual processors. If
the database server implements KAIO and if direct I/O is enabled, the database
server will attempt to use KAIO, so you probably do not need more than one AIO
virtual processor. Temporary dbspaces do not use direct I/O. If you have
temporary dbspaces, you will probably need more than one AIO virtual processors.
Even when direct I/O is enabled with the DIRECT_IO configuration parameter, if
the file system does not support either direct I/O or KAIO, you still must allocate
two additional AIO virtual processors for every active dbspace chunk that is not
using KAIO.
The goal in allocating AIO virtual processors is to allocate enough of them so that
the lengths of the I/O request queues are kept short (that is, the queues have as
few I/O requests in them as possible). When the I/O request queues remain
consistently short, I/O requests are processed as fast as they occur. Use the onstat
-g ioq command to monitor the length of the I/O queues for the AIO virtual
processors.
Allocate enough AIO VPs to accommodate the peak number of I/O requests.
Generally, allocating a few extra AIO VPs is not detrimental. To start additional
AIO VPs while the database server is in online mode, use the onmode -p
command. You cannot drop AIO VPs in online mode.
Related reference:
AUTO_AIOVPS configuration parameter (Administrator's Reference)
VPCLASS configuration parameter (Administrator's Reference)
The number of CPU VPs is used as a factor in determining the number of scan
threads for a query. Queries perform best when the number of scan threads is a
multiple (or factor) of the number of CPU VPs. Adding or removing a CPU VP can
improve performance for a large query because it produces an equal distribution of
scan threads among CPU VPs. For instance, if you have 6 CPU VPs and scan 10
table fragments, you might see a faster response time if you reduce the number of
CPU VPs to 5, which divides evenly into 10. You can use onstat -g ath to monitor
the number of scan threads per CPU VP or use onstat -g ses to focus on a
particular session.
Related reference:
MULTIPROCESSOR configuration parameter (Administrator's Reference)
Important: If you set the SINGLE_CPU_VP parameter to 1, the value of the num
option of the VPCLASS configuration parameter must also be 1.
Note: The database server treats user-defined virtual-processor classes (that is, VPs
defined with VPCLASS) as if they were CPU VPs. Thus, if you set
SINGLE_CPU_VP to nonzero, you cannot create any user-defined classes.
When you set the SINGLE_CPU_VP parameter to 1, you cannot add CPU VPs
while the database server is in online mode.
Related reference:
SINGLE_CPU_VP configuration parameter (Administrator's Reference)
VPCLASS configuration parameter (Administrator's Reference)
For a DSS query, you should set the value of OPTCOMPIND to 2 or 1, and you
should be sure that the isolation level is not set to Repeatable Read. For an OLTP
query, you could set the value to 0 or 1 with the isolation level not set to
Repeatable Read.
The value that you enter using the SET ENVIRONMENT OPTCOMPIND
command takes precedence over the default setting specified in the ONCONFIG
file. The default OPTCOMPIND setting is restored when the current session
terminates. No other user sessions are affected by SET ENVIRONMENT
OPTCOMPIND statements that you execute.
Related concepts:
OPTCOMPIND Environment Option (SQL Syntax)
For more information about how to control the use of PDQ resources, see “The
allocation of resources for parallel database queries” on page 12-7.
Related reference:
MAX_PDQPRIORITY configuration parameter (Administrator's Reference)
To calculate the number of scan threads allocated to a query, use the following
formula:
scan_threads = min (nfrags, (DS_MAX_SCANS * pdqpriority / 100
* MAX_PDQPRIORITY / 100) )
nfrags is the number of fragments in the table with the largest number of
fragments.
pdqpriority
is the PDQ priority value set by either the PDQPRIORITY environment
variable or the SQL statement SET PDQPRIORITY.
Reducing the number of scan threads can reduce the time that a large query waits
in the ready queue, particularly when many large queries are submitted
concurrently. However, if the number of scan threads is less than nfrags, the query
takes longer once it is underway.
You typically include a separate NETTYPE parameter for each connection type that
is associated with a dbservername. You list dbservernames in the
DBSERVERNAME and DBSERVERALIASES configuration parameters. You
associate connection types with dbservernames in the sqlhosts information. For
details about connection types and the sqlhosts information, see connectivity
information in your.IBM Informix Administrator's Guide.
Related reference:
“UNIX semaphore parameters” on page 3-1
NETTYPE configuration parameter (Administrator's Reference)
NETTYPE entries are required for connection types that are used for outgoing
communication only even if those connection types are not listed in the sqlhosts
information.
UNIX Only
The following protocols apply to UNIX platforms:
v IPCSHM
v TLITCP
v IPCSTR
v SOCTCP
v TLIIMC
v SOCIMC
v SQLMUX
v SOCSSL
Windows Only
The following protocols apply to Windows platforms:
v SOCTCP
v IPCNMP
v SQLMUX
v SOCSSL
Related reference:
A poll thread can support 1024 or perhaps more connections. If the FASTPOLL
configuration parameter is enabled, you might be able to configure fewer poll
threads, but should test the performance to determine the optimal configuration
for your environment.
Each NETTYPE entry configures the number of poll threads for a specific
connection type, the number of connections per poll thread, and the
virtual-processor class in which those poll threads run, using the following
comma-separated fields. There can be no white space within or between these
fields.
NETTYPE connection_type,poll_threads,conn_per_thread,vp_class
connection_type
identifies the protocol-interface combination to which the poll threads are
assigned. You typically set this field to match the connection_type field of a
dbservername entry that is in the sqlhosts information.
poll_threads
is the number of poll threads assigned to the connection type.
conn_per_thread
is the number of connections per poll thread. Use the following formula to
calculate this number:
conn_per_thread = connections / poll_threads
connections
is the maximum number of connections that you expect the
indicated connection type to support. For shared-memory
connections (ipcshm), double the number of connections for best
performance.
This field is used only for shared memory connections on
Windows. Other connection methods on Windows ignore this
value.
For shared memory connection, the value of conn_per_thread is the
maximum number of connections per thread. For network
connections, the value of conn_per_thread can be exceeded.
vp_class
is the class of virtual processor that can run the poll threads. Specify CPU
if you have a single poll thread that runs on a CPU VP. For best
performance, specify NET if you require more than one poll thread. If you
If the value of conn_per_thread exceeds 350 and the number of poll threads for the
current connection type is less than the number of CPU VPs, you can improve
performance by specifying the NET CPU class, adding poll threads (do not exceed
the number of CPU VPs), and recalculating the value of conn_per_thread. The
default value for conn_per_thread is 50.
For ipcshm, the number of poll threads correspond to the number of memory
segments. For example, if NETTYPE is set to 3,100 and you want one poll thread,
set the poll thread to 1,300.
Important: You should carefully distinguish between poll threads for network
connections and poll threads for shared memory connections, which should run
one per CPU virtual processor. TCP connections should only be in network virtual
processors, and you should only have the minimum needed to maintain
responsiveness. Shared memory connections should only be in CPU virtual
processors and should run in every CPU virtual processor.
Related concepts:
“Improve connection performance and scalability” on page 3-16
Related reference:
Informix SQL sessions can migrate across CPU VPs. You can improve the
performance and scalability of network connections on UNIX by using the
NUMFDSERVERS configuration parameter to specify a number for the poll threads
to use when distributing a TCP/IP connection across VPs. Specifying
NUMFDSERVERS information is useful if the database server has a high rate of
new connect and disconnect requests or if you find a high amount of contention
between network shared file (NSF) locks.
You should also review and, if necessary, change the information in the NETTYPE
configuration parameter, which defines the number of poll threads for a specific
connection type, the number of connections per poll thread, and the
virtual-processor class in which those poll threads run. You specify NETTYPE
configuration parameter information as follows:
NETTYPE connection_type,poll_threads,conn_per_thread,vp_class
For example, suppose you specify 8 poll threads in the NETTYPE configuration
parameter, as follows:
NETTYPE soctcp,8,300,NET
You can use the NS_CACHE configuration parameter to define the maximum
retention time for an individual entry in the host name/IP address cache, the
service cache, the user cache, and the group cache. The server can get information
from the cache faster than it does when querying the operating system.
You can improve service for connection requests by using multiple listen threads.
When you specify DBSERVERNAME and DBSERVERALIASES configuration
parameter information for onimcsoc or onsoctcp protocols, you can specify the
number of multiple listen threads for the database server aliases in your sqlhosts
information. The default value of number is 1.
You can use the onstat -g ath command to display information about all threads.
Related concepts:
3-16 IBM Informix Performance Guide
Name service maximum retention time set in the NS_CACHE configuration
parameter (Administrator's Guide)
“Specifying the number of connections and poll threads” on page 3-14
“Monitor threads with onstat -g ath output” on page 13-49
Related reference:
NETTYPE configuration parameter (Administrator's Reference)
NUMFDSERVERS configuration parameter (Administrator's Reference)
NS_CACHE configuration parameter (Administrator's Reference)
DBSERVERNAME configuration parameter (Administrator's Reference)
DBSERVERALIASES configuration parameter (Administrator's Reference)
Multiple listen threads (Administrator's Guide)
For example, if you have more than 300 concurrent connections with the database
server, you can enable the FASTPOLL configuration parameter for better
performance.
Related reference:
FASTPOLL configuration parameter (Administrator's Reference)
However, you must use this capability with care; the database server dynamically
allocates buffers of the indicated sizes for active connections. Unless you carefully
size buffers, they can use large amounts of memory. For details on how to size
network buffers, see “Network buffer size” on page 3-19.
The database server dynamically allocates network buffers from the global memory
pool for request messages from clients. After the database server processes client
requests, it returns buffers to a common network buffer pool that is shared among
sessions that use SOCTCP, IPCSTR, or TLITCP network connections.
The free network buffer pool can grow during peak activity periods. To prevent
large amounts of unused memory from remaining in these network buffer pools
when network activity is no longer high, the database server returns free buffers
when the number of free buffers reaches specific thresholds.
As the system administrator, you can control the free buffer thresholds and the size
of each buffer with the following methods:
v NETTYPE configuration parameter
v IFX_NETBUF_PVTPOOL_SIZE environment variable
v IFX_NETBUF_SIZE environment variable and b (client buffer size) option in the
sqlhosts information
Network buffers
The database server implements a threshold of free network buffers to prevent
frequent allocations and deallocations of shared memory for the network buffer
pool. This threshold enables the database server to correlate the number of free
network buffers with the number of connections that you specify in the NETTYPE
configuration parameter.
The database server dynamically allocates network buffers for request messages
from clients. After the database server processes client requests, it returns buffers
to the network free-buffer pool.
If the number of free buffers is greater than the threshold, the database server
returns the memory allocated to buffers over the threshold to the global pool.
The database server uses the following formula to calculate the threshold for the
free buffers in the network buffer pool:
free network buffers threshold =
100 + (0.7 * number_connections)
The value for number_connections is the total number of connections that you
specified in the third field of the NETTYPE entry for the different type of network
connections (SOCTCP, IPCSTR, or TLITCP). This formula does not use the
NETTYPE entry for shared memory (IPCSHM).
If you do not specify a value in the third field of the NETTYPE parameter, the
database server uses the default value of 50 connections for each NETTYPE entry
corresponding to the SOCTCP, TLITCP, and IPCSTR protocols.
For situations in which many connections and sessions are constantly active, these
private network buffers have the following advantages:
v Less contention for the common network buffer pool
v Fewer CPU resources to allocate and deallocate network buffers to and from the
common network buffer pool for each network transfer
Use the onstat utility commands in the following table to monitor the network
buffer usage.
The onstat -g ntu command displays the following format for the q-pvt output
field:
current number / highest number
If the number of free buffers (value in q-pvt field) is consistently 0, you can
perform one of the following actions:
v Increase the number of buffers with the environment variable
IFX_NETBUF_PVTPOOL_SIZE.
v Increase the size of each buffer with the environment variable
IFX_NETBUF_SIZE.
The q-exceeds field indicates the number of times that the threshold for the shared
network free-buffer pool was exceeded. When this threshold is exceeded, the
database server returns the unused network buffers (over this threshold) to the
global memory pool in shared memory. Optimally, this value should be 0 or a low
number so that the server is not allocating or deallocating network buffers from
the global memory pool.
Related reference:
IFX_NETBUF_PVTPOOL_SIZE environment variable (UNIX) (SQL Reference)
IFX_NETBUF_SIZE environment variable (SQL Reference)
Increase the value of IFX_NETBUF_SIZE if you know that clients send greater
than 4-kilobyte packets. Clients send large packets during any of the following
situations:
v Loading a table
v Inserting rows greater than 4 kilobytes
v Sending simple large objects
You can use the following onstat command to see the network buffer size:
onstat -g afr global | grep net
The size field in the output shows the network buffer size in bytes.
Related reference:
Connectivity configuration (Administrator's Guide)
IFX_NETBUF_SIZE environment variable (SQL Reference)
You can use onmode -p or ON-Monitor to start additional VPs for the following
classes while the database server is online: CPU, AIO, PIO, LIO, SHM, TLI, and
SOC. You can drop VPs of the CPU class only while the database server is online.
You should carefully distinguish between poll threads for network connections and
poll threads for shared memory connections, which should run one per CPU
virtual processor. TCP connections should only be in network virtual processors,
and you should only have the minimum needed to maintain responsiveness.
Shared memory connections should only be in CPU virtual processors and should
run in every CPU virtual processor
Adding more VPs can increase the load on CPU resources, so if the NETTYPE
value indicates that an available CPU VP can handle the poll thread, the database
server assigns the poll thread to that CPU VP. If all the CPU VPs have poll threads
assigned to them, the database server adds a second network VP to handle the poll
thread.
During start up, the database server calculates a target number of CPU VPs that
represents an even number equal to or greater than half the number of CPU
processors and compares the target number with the currently allocated number of
CPU VPs. The database server adds the necessary number of CPU VPs to equal the
target number.
If fewer than eight CPU VPs are configured, the server can dynamically add CPU
VPs to a total (configured plus added) of eight.
Use the auto_tune_cpu_vps task in the Scheduler to control the automatic addition
of CPU VPs. To prevent the automatic addition of CPU VPs, disable the
auto_tune_cpu_vps task in the ph_task table in the sysadmin database:
UPDATE ph_task
SET tk_enable = ’F’
WHERE tk_name = ’auto_tune_cpu_vps’;
The following table shows possible configurations and how many CPU VPs would
be added automatically in each situation.
Table 3-1. Example of how CPU VPs are automatically added
Automatically added
CPU processors Target CPU VPs Allocated CPU VPs CPU VPs
8 4 3 1
3 2 2 0
24 8 6 2
Related concepts:
“Setting the number of CPU VPs” on page 3-5
Use the onstat-g glo command to display information about each virtual processor
that is running and to display cumulative statistics for each virtual-processor class.
Use the onstat -g rea command to determine whether you need to increase the
number of virtual processors.
Related concepts:
“Monitor virtual processors with the onstat-g rea command”
Related reference:
onstat -g glo command: Print global multithreading information
(Administrator's Reference)
Use the onstat-g rea command to monitor the number of threads in the ready
queue.
If the number of threads in the ready queue is growing for a class of virtual
processors (for example, the CPU class), you might have to add more of those
virtual processors to your configuration.
Ready threads:
tid tcb rstcb prty status vp-class name
Related concepts:
“Monitor virtual processors with the onstat-g glo command” on page 3-21
Related reference:
onstat -g rea command: Print ready threads (Administrator's Reference)
Use the onstat-g ioq command to determine whether you need to allocate
additional AIO virtual processors.
The onstat-g ioq command displays the length of the I/O queues under the
column len, as the figure below shows. You can also see the maximum queue
onstat -g ioq
onstat -d
Dbspaces
address number flags fchunk nchunks flags owner name
a1de1d8 1 1 1 1 N informix rootdbs
a1df550 2 1 2 1 N informix space1
2 active, 32,678 maximum
Chunks
address chk/dbs offset size free bpages flags pathname
a1de320 1 1 0 75000 66447 PO- /ix/root_chunk
a1df698 2 2 0 500 447 PO- /ix//chunk1
2 active, 32,678 maximum
Each chunk serviced by the AIO virtual processors has one line in the onstat-g ioq
output, identified by the value gfd in the q name column. You can correlate the
line in onstat -g ioq with the actual chunk because the chunks are in the same
order as in the onstat -d output. For example, in the onstat-g ioq output, there are
two gfd queues. The first gfd queue holds requests for root_chunk because it
corresponds to the first chunk shown in the onstat -d output. Likewise, the second
gfd queue holds requests for chunk1 because it corresponds to the second chunk
in the onstat -d output.
If the database server has a mixture of raw devices and cooked files, the gfd
queues correspond only to the cooked files in onstat -d output.
Related reference:
onstat -g ioq command: Print I/O queue information (Administrator's
Reference)
You must connect to the sysmaster database to query the SMI tables. Query the
sysvpprof SMI table to obtain information about the virtual processors that are
currently running. This table contains the following columns.
Column Description
vpid ID number of the virtual processor
All memory allocations that are requested by threads in the database server are
fulfilled by memory pools. When a memory pool has insufficient memory blocks to
satisfy a memory allocation request, blocks are allocated from the global memory
pool. Because all threads use the same global memory pool, contention can occur.
Private memory caches allow each CPU virtual processor to retain its own set of
memory blocks that can be used to bypass the global memory pool. The initial
allocation for private memory caches is from the global memory pool. When the
blocks are freed, they are freed to the private memory cache on a specific CPU
virtual process. When a memory allocation is requested, the thread first checks
whether the allocation can be satisfied by blocks in the private memory cache.
Otherwise, the thread requests memory from the global memory pool.
To determine whether private memory caches might improve performance for your
database server, run the onstat -g spi command and look for the sh_lock mutex. If
the values from the onstat -g spi command output show contention for the
sh_lock mutex, try creating private memory caches.
You can view statistics about CPU VP private memory caches by running the
onstat -g vpcache command. You can view statistics about memory pools by
running the onstat -g mem command.
Attention: If you have multiple CPU VPs, private memory caches can increase
the amount of memory that the database server uses.
Related reference:
VP_MEMORY_CACHE_KB configuration parameter (Administrator's
Reference)
onstat -g vpcache command: Print CPU VP private memory cache statistics
(Administrator's Reference)
onstat -g mem command: Print pool memory statistics (Administrator's
Reference)
onstat -g spi command: Print spin locks with long spins (Administrator's
Reference)
The following topics describe ways that you might be able to reduce the system
CPU time required to open and close connections.
When a nonthreaded client uses a multiplexed connection, the database server still
creates the same number of user sessions and user threads as with a
nonmultiplexed connection. However, the number of network connections
decreases when you use multiplexed connections. Instead, the database server uses
a multiplex listener thread to allow the multiple database connections to share the
same network connection.
To improve response time for nonthreaded clients, you can use multiplexed
connections to execute SQL queries. The amount of performance improvement
depends on the following factors:
v The decrease in total number of network connections and the resulting decrease
in system CPU time
The usual cause for a large amount of system CPU time is the processing of
system calls for the network connection. Therefore, the maximum decrease in
system CPU time is proportional to the decrease in the total number of network
connections.
v The ratio of this decrease in system CPU time to the user CPU time
If the queries are simple and use little user CPU time, you might experience a
sizable reduction in response time when you use a multiplexed connection. But
if the queries are complex and use a large amount of user CPU time, you might
not experience a performance improvement.
To get an idea of the amounts of system CPU time and user CPU times per
virtual processor, use the onstat -g glo option.
To use multiplexed connections for a nonthreaded client application, you must take
the following steps before you bring up the database server:
1. Define an alias using the DBSERVERALIASES configuration parameter. For
example, specify:
DBSERVERALIASES ids_mux
2. Add an SQLHOSTS entry for the alias using sqlmux as the nettype entry, which
is the second column in the SQLHOSTS file. For example, specify:
ids_mux onsqlmux ......
The other fields in this entry, the hostname and servicename, must be present,
but they are ignored.
To monitor Informix MaxConnect, use the onstat -g imc command on the database
server computer and use the imcadmin command on the computer where Informix
MaxConnect is located.
Important: Informix MaxConnect and the IBM Informix MaxConnect User's Guide
ship separately from IBM Informix.
You can change the settings of the Informix configuration parameters that directly
affect memory utilization, and you can adjust the settings for different types of
workloads.
Consider the amount of physical memory that is available on your host when you
allocate shared memory for the database server by setting operating-system
configuration parameters. In general, if you increase space for database server
shared memory, you can enhance the performance of your database server. You
must balance the amount of shared memory that is dedicated to the database
server against the memory requirements for VPs and other processes.
Related concepts:
“The Memory Grant Manager” on page 12-6
Shared memory
You must configure adequate shared-memory resources for the database server in
your operating system. Insufficient shared memory can adversely affect
performance.
The database server threads and processes require shared memory to share data by
sharing access to segments of memory.
The shared memory that Informix uses can be divided into the following parts,
each of which has one or more shared memory segments:
v Resident portion
v Virtual portion
v Message portion
The resident and message portions are static; you must allocate sufficient memory
for them before you bring the database server into online mode. (Typically, you
must reboot the operating system to reconfigure shared memory.) The virtual
portion of shared memory for the database server grows dynamically, but you
must still include an adequate initial amount for this portion in your allocation of
operating-system shared memory.
The amount of space that is required is the total that all portions of database server
shared memory need. You specify the total amount of shared memory with the
SHMTOTAL configuration parameter.
The LOCKS configuration parameter specifies the initial size of the lock table. If
the number of locks that sessions allocate exceeds the value of LOCKS, the
database server dynamically increases the size of the lock table. If you expect the
lock table to grow dynamically, set SHMTOTAL to 0. When SHMTOTAL is 0, there
is no limit on total memory (including shared memory) allocation.
Related reference:
LOCKS configuration parameter (Administrator's Reference)
The settings that you use for the LOCKS, LOGBUFF, and PHYSBUFF configuration
parameters help determine the size of the resident portion.
In addition to these configuration parameters, which affect the size of the resident
portion, the RESIDENT configuration parameter can affect memory use. When a
computer supports forced residency and the RESIDENT configuration parameter is
set to a value that locks the resident or resident and virtual portions, the resident
portion is never paged out.
The machine notes file for your database server indicates whether your operating
system supports forced residency.
On AIX, Solaris, and Linux systems that support large pages, the
IFX_LARGE_PAGES environment variable can enable the use of large pages for
non-message shared memory segments that are locked in physical memory. If large
pages are configured by operating system commands and the RESIDENT
configuration parameter specifies that some or all of the resident and virtual
portions of shared memory are locked in physical memory, Informix uses large
pages for the corresponding shared memory segments, provided sufficient large
pages are available. The use of large pages can offer significant performance
benefits in large memory configurations.
Related reference:
“Configuration parameters that affect memory utilization” on page 4-8
IFX_LARGE_PAGES environment variable (SQL Reference)
The virtual portion of shared memory for the database server includes the
following components:
v Large buffers, which are used for large read and write I/O operations
v Sort-space pools
v Active thread-control blocks, stacks, and heaps
v User-session data
v Caches for SQL statements, data-dictionary information, and user-defined
routines
v A global pool for network-interface message buffers and other information
The size of the virtual portion depends primarily on the types of applications and
queries that you are running. Depending on your application, an initial estimate
for the virtual portion might be as low as 100 KB per user or as high as 500 KB per
user, plus an additional 4 megabytes if you intend to use data distributions.
On AIX, Solaris, and Linux systems that support large pages, the
IFX_LARGE_PAGES environment variable can enable the use of large pages for
non-message shared memory segments that are locked in physical memory. If large
pages are configured by operating system commands and the RESIDENT
configuration parameter specifies that some or all of the resident and virtual
portions of shared memory are locked in physical memory, Informix uses large
pages for the corresponding shared memory segments, provided sufficient large
pages are available. The use of large pages can offer significant performance
benefits in large memory configurations.
Related tasks:
“Creating data distributions” on page 13-13
Related reference:
“Configuration parameters that affect memory utilization” on page 4-8
IFX_LARGE_PAGES environment variable (SQL Reference)
EXTSHMADD configuration parameter (Administrator's Reference)
SHMADD configuration parameter (Administrator's Reference)
SHMTOTAL configuration parameter (Administrator's Reference)
SHMVIRTSIZE configuration parameter (Administrator's Reference)
If a particular interface is not used, you do not need to include space for it when
you allocate shared memory in the operating system.
The following estimate was calculated to determine the resident portion of shared
memory on a 64-bit server. The sizes that are shown are subject to change, and the
calculation is approximate.
The formula for estimating an initial size of the virtual portion of shared memory
is as follows:
shmvirtsize = fixed overhead + shared structures +
(mncs * private structures) +
other buffers
Tip: When the database server is running with a stable workload, you can use
onstat -g seg to obtain a precise value for the actual size of the virtual portion of
shared memory. You can then use the value for shared memory that this command
reports to reconfigure SHMVIRTSIZE.
To specify the size of segments that are added later to the virtual shared memory,
set the SHMADD configuration parameter. Use the EXTSHMADD configuration
parameter to specify the size of virtual-extension segments that are added for
user-defined routines and DataBlade routines.
The following table contains a list of additional topics for estimating the size of
shared structures in memory.
Table 4-1. Information for shared-memory structures
Shared-Memory Structure More Information
Sort memory “Estimating memory needed for sorting” on
page 7-19
Data-dictionary cache “Data-dictionary configuration” on page 4-22
Related concepts:
“Session memory” on page 4-38
Related reference:
SHMVIRTSIZE configuration parameter (Administrator's Reference)
NETTYPE configuration parameter (Administrator's Reference)
onstat -g mem command: Print pool memory statistics (Administrator's
Reference)
Estimate the size of the message portion of shared memory, using the following
formula:
msegsize = (10,531 * ipcshm_conn + 50,000)/1024
ipcshm_conn
is the number of connections that can be made using the shared-memory
interface, as determined by the NETTYPE parameter for the ipcshm
protocol.
Related reference:
NETTYPE configuration parameter (Administrator's Reference)
For additional tips on configuring shared memory in the operating system, see the
machine notes file for UNIX or the release notes file for Windows.
Related concepts:
“The SHMADD and EXTSHMADD configuration parameters and memory
utilization” on page 4-17
The database server does not automatically free the shared-memory segments that
it adds during its operations. After memory has been allocated to the database
server virtual portion, the memory remains unavailable for use by other processes
running on the host computer. When the database server runs a large
decision-support query, it might acquire a large amount of shared memory. After
the query completes, the database server no longer requires that shared memory.
However, the shared memory that the database server allocated to service the
query remains assigned to the virtual portion even though it is no longer needed.
The onmode -F command locates and returns unused 8-kilobyte blocks of shared
memory that the database server still holds. Although this command runs only
briefly (one or two seconds), onmode -F dramatically inhibits user activity while it
runs. Systems with multiple CPUs and CPU VPs typically experience less
degradation while this utility runs.
The SHMBASE parameter indicates the starting address for database server shared
memory. When set according to the instructions in the machine notes file or release
notes file, this parameter has no appreciable effect on performance. For the path
name of each file, see the Introduction to this guide.
Table 4-2 lists suggested settings for these parameters or guidelines for setting the
parameters.
For information about estimating the size of the resident portion of shared
memory, see “Estimating the size of the resident portion of shared memory” on
page 4-3. This calculation includes figuring the size of the buffer pool, logical-log
buffer, physical-log buffer, and lock table.
Table 4-2. Guidelines for OLTP and DSS applications
Configuration Parameter OLTP Applications DSS Applications
BUFFERPOOL The percentage of physical Set to a small buffer value and
memory that you need for increase the
buffer space depends on the DS_TOTAL_MEMORY value
amount of memory that is for light scans, queries, and
available on your system and sorts.
the amount of memory that is
used for other applications. For operations such as index
builds that read data through
the buffer pool, configure a
larger number of buffers.
DS_TOTAL_MEMORY Set to a value from 20 to 50 Set to a value from 50 to 90
percent of the value of percent of SHMTOTAL.
SHMTOTAL, in kilobytes.
LOGBUFF The default value for the Because database or table
logical log buffer size is 64 logging is usually turned off
KB. for DSS applications, you can
set LOGBUFF to 32 KB.
If you decide to use a smaller
value, the database server
generates a message a
message that indicates that
optimal performance might
not be obtained. Using a
logical log buffer smaller than
64 KB, impacts performance,
not transaction integrity.
If the
RTO_SERVER_RESTART
configuration parameter is
enabled, use the 512 kilobyte
default value for PHYSBUFF.
Related reference:
BUFFERPOOL configuration parameter (Administrator's Reference)
DS_TOTAL_MEMORY configuration parameter (Administrator's Reference)
LOGBUFF configuration parameter (Administrator's Reference)
PHYSBUFF configuration parameter (Administrator's Reference)
RTO_SERVER_RESTART configuration parameter (Administrator's Reference)
You can have multiple buffer pools if you have dbspaces that use different page
sizes. The onconfig configuration file contains a BUFFERPOOL line for each page
size. For example, on a computer with a 2 KB page size, the onconfig file can
contain up to nine lines, including the default specification. When you create a
dbspace with a different page size, a buffer pool for that page size is created
automatically, if it does not exist. A BUFFERPOOL entry for the page size is added
to the onconfig file. The values of the BUFFERPOOL configuration parameter
fields are the same as the default specification.
Increasing the number of buffers increases the likelihood that a needed data page
might already be in memory as the result of a previous request. However,
allocating too many buffers can affect the memory-management system and lead to
The size of the buffer pool has a significant effect on database I/O and transaction
throughput.
The size of the buffer pool is equal to the number of buffers multiplied by the page
size. The percentage of physical memory that you need for buffer space depends
on the amount of memory that you have available on your system and the amount
that is used for other applications. For systems with a large amount of available
physical memory (4 GB or more), buffer space might be as much as 90 percent of
physical memory. For systems with smaller amounts of available physical memory,
buffer space might range from 20 - 25 percent of physical memory.
For example, suppose that your system has a page size of 2 KB and 100 MB of
physical memory. You can set the value in the buffers field to 10,000 - 12,500,
which allocates 20 - 25 MB of memory.
Calculate all other shared-memory parameters after you specify the size of the
buffer pool.
Note: If you use non-default page sizes, you might need to increase the size of
your physical log. If you frequently update non-default pages, you might need a
150 - 200 percent increase of the physical log size. Some experimentation might be
needed to tune the physical log. You can adjust the size of the physical log as
necessary according to how frequently the filling of the physical log triggers
checkpoints.
You can use onstat -g buf to monitor buffer pool statistics, including the
read-cache rate of the buffer pool. This rate represents the percentage of database
pages that are already present in a shared-memory buffer when a query requests a
page. (If a page is not already present, the database server must copy it into
memory from disk.) If the database server finds the page in the buffer pool, it
spends less time on disk I/O. Therefore, you want a high read-cache rate for good
performance. For OLTP applications where many users read small sets of data, the
goal is to achieve a read cache rate of 95 percent or better.
If the read-cache rate is low, you can repeatedly increase buffers and restart the
database server. As you increase the BUFFERPOOL value of buffers, you reach a
point at which increasing the value no longer produces significant gains in the
read-cache rate, or you reach the upper limit of your operating-system
shared-memory allocation.
Depending upon your situation, you can take one of the following actions to
achieve better performance for applications that use smart large objects:
v If your applications frequently access smart large objects that are 2 KB or 4 KB
in size, use the buffer pool to keep them in memory longer. Use the following
formula to increase the value of the buffers field:
The database server can adjust the size of the quantum dynamically when it grants
memory. To allow for more simultaneous queries with smaller quanta each,
increase the value of the DS_MAX_QUERIES configuration parameter.
Related concepts:
The database server derives a value for DS_TOTAL_MEMORY if you do not set
the DS_TOTAL_MEMORY configuration parameter or if you set this configuration
parameter to an inappropriate value.
Whenever the database server changes the value that you assigned to
DS_TOTAL_MEMORY, it sends the following message to your console:
DS_TOTAL_MEMORY recalculated and changed from old_value Kb
to new_value Kb
When you receive the preceding message, you can use the algorithm to investigate
what values the database server considers inappropriate. You can then take
corrective action based on your investigation.
The following sections document the algorithm that the database server uses to
derive the new value for DS_TOTAL_MEMORY.
In the first part of the algorithm that the database server uses to derive the new
value for the DS_TOTAL_MEMORY configuration parameter, the database server
establishes a minimum amount for decision-support memory.
In the second part of the algorithm that the database server uses to derive the new
value for the DS_TOTAL_MEMORY configuration parameter, the database server
establishes a working value for the amount of decision-support memory.
The database server verifies this amount in the third and final part of the
algorithm.
When SHMTOTAL is set, the database server uses the following formula to
calculate the amount of decision-support memory:
IF DS_TOTAL_MEMORY <= SHMTOTAL - nondecision_support_memory THEN
decision_support_memory = DS_TOTAL_MEMORY
ELSE
decision_support_memory = SHMTOTAL -
nondecision_support_memory
When SHMTOTAL is not set, the database server sets decision-support memory
equal to the value that you specified in DS_TOTAL_MEMORY.
Related reference:
DS_TOTAL_MEMORY configuration parameter (Administrator's Reference)
When SHMTOTAL is set, the database server uses the following formula to
calculate the amount of decision-support memory:
decision_support_memory = SHMTOTAL -
nondecision_support_memory
When the database server finds that you did not set SHMTOTAL, it sets
decision-support memory as in the following example:
decision_support_memory = min_ds_total_memory
In the final part of the algorithm that the database server uses to derive the new
value for the DS_TOTAL_MEMORY configuration parameter, the database server
verifies that the amount of shared memory is greater than min_ds_total_memory and
less than the maximum possible memory space for your computer.
When the database server finds that the derived value for decision-support
memory is less than the value of the min_ds_total_memory variable, it sets
decision-support memory equal to the value of min_ds_total_memory.
When the database server finds that the derived value for decision-support
memory is greater than the maximum possible memory space for your computer, it
sets decision-support memory equal to the maximum possible memory space.
If you log smart large objects, increase the size of the logical-log buffers to prevent
frequent flushing to the logical-log file on disk.
Related reference:
LOGBUFF configuration parameter (Administrator's Reference)
Choose a value for PHYSBUFF that is an even increment of the system page size.
Related reference:
PHYSBUFF configuration parameter (Administrator's Reference)
If the number of locks needed by sessions exceeds the value set in the LOCKS
configuration parameter, the database server attempts to increase the lock table by
doubling its size. Each time that the lock table overflows (when the number of
locks needed is greater than the current size of the lock table), the database server
increases the size of the lock table, up to 99 times. Each time that the database
server increases the size of the lock table, the server attempts to double its size.
However, the server will limit each actual increase to no more than the maximum
number of added locks shown in Table 4-3 on page 4-16. After the 99th time that
The following table shows the maximum number of locks allowed on 32-bit and
64-bit platforms
Table 4-3. Maximum number of locks on 32-bit and 64-bit platforms
Maximum
Maximum Number of
Maximum Number of Locks Added Maximum
Number of Dynamic Lock Per Lock Table Number of
Platform Initial Locks Table Extensions Extension Locks Allowed
32-bit 8,000,000 99 100,000 8,000,000 + (99 x
100,000)
64-bit 500,000,000 99 1,000,000 500,000,000 + (99
x 1,000,000)
To estimate a different value for the LOCKS configuration parameter, estimate the
maximum number of locks that a query needs and multiply this estimate by the
number of concurrent users. You can use the guidelines in the following table to
estimate the number of locks that a query needs.
The resident portion in the database server contains the buffer pools that are used
for database read and write activity. Performance improves when these buffers
remain in physical memory.
You should set the RESIDENT parameter to 1. If forced residency is not an option
on your computer, the database server issues an error message and ignores this
configuration parameter.
On machines that support 64-bit addressing, you can have a very large buffer pool
and the virtual portion of database server shared memory can also be very large.
The virtual portion contains various memory caches that improve performance of
multiple queries that access the same tables (see “Configure and monitor memory
caches” on page 4-21). To make the virtual portion resident in physical memory in
addition to the resident portion, set the RESIDENT parameter to -1.
If your buffer pool is very large, but your physical memory is not very large, you
can set RESIDENT to a value greater than 1 to indicate the number of memory
segments to stay in physical memory. This specification makes only a subset of the
buffer pool resident.
You can turn residency on or off for the resident portion of shared memory in the
following ways:
v Use the onmode utility to reverse temporarily the state of shared-memory
residency while the database server is online.
v Change the RESIDENT parameter to turn shared-memory residency on or off the
next time that you start database server shared memory.
Related reference:
RESIDENT configuration parameter (Administrator's Reference)
Adding shared memory uses CPU cycles. The larger each increment, the fewer
increments are required, but less memory is available for other processes. Adding
large increments is generally preferred; but when memory is heavily loaded (the
scan rate or paging-out rate is high), smaller increments allow better sharing of
memory resources among competing programs.
The range of values for SHMADD is 1024 through 4294967296 KB for a 64-bit
operating system and 1024 through 524288 KB for a 32-bit operating system. The
following table contains recommendations for setting SHMADD according to the
size of physical memory.
The range of values for EXTSHMADD is the same as the range of values of
SHMADD.
You can usually set the SHMTOTAL configuration parameter to 0, except in the
following cases:
v You must limit the amount of virtual memory that the database server uses for
other applications or other reasons.
v Your operating system runs out of swap space and performs abnormally. In this
case, you can set SHMTOTAL to a value that is a few megabytes less than the
total swap space that is available on your computer.
v You are using automatic low memory management.
Related reference:
4-18 IBM Informix Performance Guide
SHMTOTAL configuration parameter (Administrator's Reference)
Although the database server adds increments of shared memory to the virtual
portion as needed to process large queries or peak loads, allocation of shared
memory increases time for transaction processing. Therefore, you should set
SHMVIRTSIZE to provide a virtual portion large enough to cover your normal
daily operating requirements. The size of SHMVIRTSIZE can be as large the
SHMMAX configuration parameter allows.
For an initial setting, it is suggested that you use the larger of the following values:
v 8000
v connections * 350
The connections variable is the number of connections for all network types that are
specified in the sqlhosts information by one or more NETTYPE configuration
parameters. (The database server uses connections * 200 by default.)
Once system utilization reaches a stable workload, you can reconfigure a new
value for SHMVIRTSIZE. As noted in “Freeing shared memory with onmode -F”
on page 4-7, you can instruct the database server to release shared-memory
segments that are no longer in use after a peak workload or large query.
Related reference:
SHMVIRTSIZE configuration parameter (Administrator's Reference)
Example 1:
This specifies that if the database serve has 3000 kilobytes remaining in virtual
memory and additional kilobytes of memory cannot be allocated, the server raises
an alarm level of 4.
Example 2:
SHMVIRT_ALLOCSEG .8, 4
This specifies that if the database server has twenty percent remaining in virtual
memory and additional kilobytes of memory cannot be allocated, the server raises
an alarm level of 4.
Related reference:
Event Alarm Parameters (Administrator's Reference)
SHMVIRT_ALLOCSEG configuration parameter (Administrator's Reference)
To reduce the amount of shared memory that the database server adds
dynamically, estimate the amount of the stack space required for the average
number of threads that your system runs and include that amount in the value
that you set for the SHMVIRTSIZE configuration parameter.
To estimate the amount of stack space that you require, use the following formula:
stacktotal = STACKSIZE * avg_no_of_threads
avg_no_of_threads
is the average number of threads. You can monitor the number of active
threads at regular intervals to determine this amount. Use onstat -g sts to
check the stack use of threads. A general estimate is between 60 and 70
percent of the total number of connections (specified in the NETTYPE
parameters in your ONCONFIG file), depending on your workload.
The database server also executes user-defined routines (UDRs) with user threads
that use this stack. Programmers who write user-defined routines should take the
following measures to avoid stack overflow:
v Do not use large automatic arrays.
v Avoid excessively deep calling sequences.
v For DB-Access only: Use mi_call to manage recursive calls.
If you cannot avoid stack overflow with these measures, use the STACK modifier
of the CREATE FUNCTION statement to increase the stack for a particular routine.
Related reference:
STACKSIZE configuration parameter (Administrator's Reference)
The following table lists the main memory caches that have the greatest effect on
performance and how to configure and monitor those caches.
Table 4-4. Main memory caches
onstat
Cache Name Cache Description Configuration Parameters command
Data Dictionary Stores information about the table DD_HASHSIZE: The maximum onstat -g dic
definition (such as column names and number of buckets in the cache.
data types).
DD_HASHMAX: The number of
tables in each bucket
Data Distribution Stores distribution statistics for a column. DS_POOLSIZE: The maximum onstat -g dsc
number of entries in the cache.
STMT_CACHE_NOLIMIT: Prohibit
entries into the SQL statement cache
when allocated memory exceeds the
value of the STMT_CACHE_SIZE
configuration parameter.
STMT_CACHE_NUMPOOL: The
number of memory pools for the
SQL statement cache.
Related concepts:
“SPL routine executable format stored in UDR cache” on page 10-33
Related reference:
onstat -g cac command: Print information about caches (Administrator's
Reference)
Data-dictionary cache
The first time that the database server accesses a table, it retrieves the information
that it needs about the table (such as the column names and data types) from the
system catalog tables on disk. After the database server has accessed the table, it
places that information in the data-dictionary cache in shared memory.
Figure 4-1 shows how the database server uses this cache for multiple users. User 1
accesses the column information for tabid 120 for the first time. The database
server puts the column information in the data-dictionary cache. When user 2, user
3 and user 4 access the same table, the database server does not have to read from
disk to access the data-dictionary information for the table. Instead, it reads the
dictionary information from the data-dictionary cache in memory.
The database server still places pages for system catalog tables in the buffer pool,
as it does all other data and index pages. However, the data-dictionary cache offers
an additional performance advantage, because the data-dictionary information is
organized in a more efficient format and organized to allow fast retrieval.
Data-dictionary configuration
The database server uses a hashing algorithm to store and locate information
within the data-dictionary cache. The DD_HASHSIZE and DD_HASHMAX
configuration parameters control the size of the data-dictionary cache.
For medium to large systems, you can start with the following values for these
configuration parameters:
v DD_HASHSIZE: 503
v DD_HASHMAX: 4
If the bucket reaches the maximum size, the database server uses a least recently
used mechanism to clear entries from the data dictionary.
Related reference:
DD_HASHSIZE configuration parameter (Administrator's Reference)
DD_HASHMAX configuration parameter (Administrator's Reference)
Data-distribution cache
The query optimizer uses distribution statistics generated by the UPDATE
STATISTICS statement in the MEDIUM or HIGH mode to determine the query
plan with the lowest cost. The first time that the optimizer accesses the distribution
statistics for a column, the database server retrieves the statistics from the
sysdistrib system catalog table on disk and places that information in the
data-distribution cache in memory.
Figure 4-2 shows how the database server accesses the data-distribution cache for
multiple users. When the optimizer accesses the column distribution statistics for
User 1 for the first time, the database server puts the distribution statistics in the
data-distribution cache. When the optimizer determines the query plan for user 2,
user 3 and user 4 who access the same column, the database server does not have
to read from disk to access the data-distribution information for the table. Instead,
it reads the distribution statistics from the data-distribution cache in shared
memory.
The database server initially places pages for the sysdistrib system catalog table in
the buffer pool as it does all other data and index pages. However, the
data-distribution cache offers additional performance advantages. It:
v Is organized in a more efficient format
v Is organized to allow fast retrieval
v Bypasses the overhead of the buffer pool management
v Frees more pages in the buffer pool for actual data pages rather than system
catalog pages
v Reduces I/O operations to the system catalog table
Data-distribution configuration
The database server uses a hashing algorithm to store and locate information
within the data-distribution cache. The DS_POOLSIZE configuration parameter
The following formula determines the number of column distributions that can be
stored in one bucket.
Distributions_per_bucket = DS_POOLSIZE / DS_HASHSIZE
For example, with the default values of 127 for DS_POOLSIZE and 31 for
DS_HASHSIZE, you can potentially store distributions for about 127 columns in
the data-distribution cache. The cache has 31 hash buckets, and each hash bucket
can have an average of 4 entries.
The values that you set for DS_HASHSIZE and DS_POOLSIZE, depend on the
following factors:
v The number of columns for which you run the UPDATE STATISTICS statement
in HIGH or MEDIUM mode and you expect to be used most often in frequently
run queries.
If you do not specify columns when you run UPDATE STATISTICS for a table,
the database server generates distributions for all columns in the table.
You can use the values of DD_HASHSIZE and DD_HASHMAX as guidelines for
DS_HASHSIZE and DS_POOLSIZE. The DD_HASHSIZE and DD_HASHMAX
specify the size for the data-dictionary cache, which stores information and
statistics about tables that queries access.
For medium to large systems, you can start with the following values:
– DD_HASHSIZE 503
– DD_HASHMAX 4
– DS_HASHSIZE 503
– DS_POOLSIZE 2000
Monitor these caches by running the onstat -g dsc command to see the actual
usage, and you can adjust these parameters accordingly.
v The amount of memory available
The amount of memory that is required to store distributions for a column
depends on the level at which you run UPDATE STATISTICS. Distributions for a
single column might require between 1 KB and 2 MB, depending on whether
you specify medium or high mode or enter a finer resolution percentage when
you run UPDATE STATISTICS.
If the size of the data-distribution cache is too small, the following performance
problems can occur:
v The database server uses the DS_POOLSIZE value to determine when to remove
entries from the data-distribution cache. However, if the optimizer needs the
dropped distributions for another query, the database server must reaccess them
from the sysdistrib system catalog table on disk. The additional I/O and buffer
pool operations to access sysdistrib on disk adds to the total response time of
the query.
The database server tries to maintain the number of entries in data-distribution
cache at the DS_POOLSIZE value. If the total number of entries reaches within
4-24 IBM Informix Performance Guide
an internal threshold of DS_POOLSIZE, the database server uses a least recently
used mechanism to remove entries from the data-distribution cache. The number
of entries in a hash bucket can go past this DS_POOLSIZE value, but the
database server eventually reduces the number of entries when memory
requirements drop.
v If DS_HASHSIZE is small and DS_POOLSIZE is large, overflow lists can be long
and require more search time in the cache.
Overflow occurs when a hash bucket already contains an entry. When multiple
distributions hash to the same bucket, the database server maintains an overflow
list to store and retrieve the distributions after the first one.
If DS_HASHSIZE and DS_POOLSIZE are approximately the same size, the
overflow lists might be smaller or even nonexistent, which might waste memory.
However, the amount of unused memory is insignificant overall.
You might want to change the values of the DS_HASHSIZE and DS_POOLSIZE
configuration parameters if you see the following situations:
v If the data-distribution cache is full most of the time and commonly used
columns are not listed in the distribution name field, try increasing the values
of the DS_HASHSIZE and DS_POOLSIZE configuration parameters.
v If the total number of entries is much lower than the value of the DS_POOLSIZE
configuration parameter, you can reduce the values of the DS_HASHSIZE and
DS_POOLSIZE configuration parameters.
Related reference:
DD_HASHSIZE configuration parameter (Administrator's Reference)
DD_HASHMAX configuration parameter (Administrator's Reference)
DS_POOLSIZE configuration parameter (Administrator's Reference)
onstat -g dsc command: Print distribution cache information (Administrator's
Reference)
For more information about the effect of the SQL statement cache on the
performance of individual queries, see “Optimize queries with the SQL statement
cache” on page 13-40.
Figure 4-3 on page 4-26 shows how the database server accesses the SQL statement
cache for multiple users.
v When the database server runs an SQL statement for User 1 for the first time,
the database server checks whether the same exact SQL statement is in the SQL
statement cache. If it is not in the cache, the database server parses the
statement, determines the optimal query plan, and runs the statement.
v When User 2 runs the same SQL statement, the database server finds the
statement in the SQL statement cache and does not optimize the statement.
2. Parse 2. Parse
3. Execute 3. Optimize
4. Execute
Figure 4-3. Database server actions when using the SQL statement cache
If a session prepares a statement and then executes it many times, the SQL
statement cache does not affect performance, because the statement is optimized
just once during the PREPARE statement.
However, if other sessions also prepare that same statement, or if the first session
prepares the statement several times, the statement cache usually provides a direct
performance benefit, because the database server only calculates the query plan
once. Of course, the original session might gain a small benefit from the statement
cache, even if it only prepares the statement once, because other sessions use less
memory, and the database server does less work for the other sessions
For more information about how the value of the STMT_CACHE configuration
parameter enables the SQL statement cache, see “Enabling the SQL statement
cache” on page 13-42 describes.
Figure 4-4 shows how the database server uses the values of the pertinent
configuration parameters for the SQL statement cache. Further explanation follows
the figure.
User 1 User 4
A
A Allocate memory from Pools
1. Check Cache 1. Check Cache specified by parameter:
- Match - No Match - STMT_CACHE_NUMPOOL
Figure 4-4. Configuration parameters that affect the SQL statement cache
When the database server uses the SQL statement cache for a user, it means the
database server takes the following actions:
v Checks the SQL statement cache first for a match of the SQL statement that the
user is executing
v If the SQL statement matches an entry, executes the statement using the query
memory structures in the SQL statement cache (User 2 in Figure 4-4)
v If the SQL statement does not match an entry, the database server checks if it
qualifies for the cache.
For information about what qualifies an SQL statement for the cache, see SQL
statement cache qualifying criteria.
The following parameters affect whether or not the database server inserts the SQL
statement into the cache (User 1 in Figure 4-4 on page 4-27):
v STMT_CACHE_HITS specifies the number of times the statement executes with
an entry in the cache (referred to as hit count). The database server inserts one of
the following entries, depending on the hit count:
– If the value of STMT_CACHE_HITS is 0, inserts a fully cached entry, which
contains the text of the SQL statement plus the query memory structures
– If the value of STMT_CACHE_HITS is not 0 and the statement does not exist
in the cache, inserts a key-only entry that contains the text of the SQL
statement. Subsequent executions of the SQL statement increment the hit
count.
– If the value of STMT_CACHE_HITS is equal to the number of hits for a
key-only entry, adds the query memory structures to make a fully cached
entry.
v STMT_CACHE_SIZE specifies the size of the SQL statement cache, and
STMT_CACHE_NOLIMIT specifies whether or not to limit the memory of the
cache to the value of STMT_CACHE_SIZE. If you do not specify the
STMT_CACHE_SIZE parameter, it defaults to 524288 (512 * 1024) bytes.
The default value for STMT_CACHE_NOLIMIT is 1, which means the database
server will insert entries into the SQL statement cache even though the total
amount of memory might exceed the value of STMT_CACHE_SIZE.
When STMT_CACHE_NOLIMIT is set to 0, the database server inserts the SQL
statement into the cache if the current size of the cache will not exceed the
memory limit.
Monitor the number of hits on the SQL statement cache to determine if your
workload is using this cache effectively. The following sections describe ways to
monitor the SQL statement cache hits.
Related concepts:
To monitor the number of hits in the SQL statement cache, run the onstat -g ssc
command.
The onstat -g ssc command displays fully cached entries in the SQL statement
cache. Figure 4-5 shows sample output for onstat -g ssc.
onstat -g ssc
To monitor the number of times that the database server reads the SQL statement
within the cache, look at the following output columns:
v In the Statement Cache Summary portion of the onstat -g ssc output, the #hits
column is the value of the SQL_STMT_HITS configuration parameter.
In Figure 4-5, the #hits column in the Statement Cache Summary portion of the
output has a value of 0, which is the default value of the STMT_CACHE_HITS
configuration parameter.
For a complete description of the output fields that onstat -g ssc displays, see
“SQL statement cache information in onstat -g ssc output” on page 4-36.
To determine how many nonshared entries exist in the SQL statement cache, run
onstat -g ssc all.
The onstat -g ssc all option displays the key-only entries in addition to the fully
cached entries in the SQL statement cache.
You can use one of the following methods to change the STMT_CACHE_HITS
parameter value:
v Update the ONCONFIG file to specify the STMT_CACHE_HITS configuration
parameter. You must restart the database server for the new value to take effect.
You can use a text editor to edit the ONCONFIG file. Then bring down the
database server with the onmode -ky command and restart with the oninit
command.
v Increase the STMT_CACHE_HITS configuration parameter dynamically while
the database server is running:
You can use any of the following methods to reset the STMT_CACHE_HITS
value at run time:
– Issue the onmode -W command. The following example specifies that three
(3) instances are required before a new query is added to the statement cache:
onmode -W STMT_CACHE_HITS 2
You can set the size of the SQL statement cache in memory with the
STMT_CACHE_SIZE configuration parameter. The value of the parameter is the
size in kilobytes. If STMT_CACHE_SIZE is not set, the default value is 512
kilobytes.
The onstat -g ssc output shows the value of STMT_CACHE_SIZE in the maxsize
column. In Figure 4-5 on page 4-29, this maxsize column has a value of 524288,
which is the default value (512 * 1024 = 524288).
Use the onstat -g ssc and onstat -g ssc all options to monitor the effectiveness of
size of the SQL statement cache. If you do not see cache entries for the SQL
statements that applications use most, the SQL statement cache might be too small
or too many unshared SQL statement occupy the cache. The following sections
describe how to determine these situations.
Related reference:
STMT_CACHE_SIZE configuration parameter (Administrator's Reference)
You can analyze onstat -g ssc all output to determine if the SQL statement cache is
too small. If the size of the cache is too small, you can change it.
When the database server places many queries that are only used once in the
cache, they might replace statements that other applications use often. You can
view onstat -g ssc all output to determine if too many unshared SQL statements
occupy the cache. If so, you can prevent unshared SQL statements from being fully
cached.
Look at the values in the following output columns in the Statement Cache
Entries portion of the onstat -g ssc all output. If you see a lot of entries that have
both of the following values, too many unshared SQL statements occupy the cache:
v flags column value of F in the second position
A value of F in the second position indicates that the statement is currently fully
cached.
v hits column value of 0 or 1
The hits column shows the number of times the SQL statement has been
executed, excluding the first time it is inserted into the cache.
Use the onstat -g ssc option to monitor the current size of the SQL statement
cache. Look at the values in the following output columns of the onstat -g ssc
output:
v The currsize column shows the number of bytes currently allocated in the SQL
statement cache.
In Figure 4-5 on page 4-29, the currsize column has a value of 11264.
v The maxsize column shows the value of STMT_CACHE_SIZE.
In Figure 4-5 on page 4-29, the maxsize column has a value of 524288, which is
the default value (512 * 1024 = 524288).
When the SQL statement cache is full and users are currently executing all
statements within it, any new SQL statements that a user executes can cause the
SQL statement cache to grow beyond the size that STMT_CACHE_SIZE specifies.
When the database server is no longer using an SQL statement within the SQL
statement cache, it frees memory in the SQL statement cache until the size reaches
a threshold of STMT_CACHE_SIZE. However, if thousands of concurrent users are
executing several ad hoc queries, the SQL statement cache can grow very large
before any statements are removed. In such cases, take one of the following
actions:
v Set the STMT_CACHE_NOLIMIT configuration parameter to 0 to prevent
insertions when the cache size exceeds the value of the STMT_CACHE_SIZE
parameter.
v Set the STMT_CACHE_HITS parameter to a value greater than 0 to prevent
caching unshared SQL statements.
You can use one of the following methods to change the STMT_CACHE_NOLIMIT
configuration parameter value:
v Update the ONCONFIG file to specify the STMT_CACHE_NOLIMIT
configuration parameter. You must restart the database server for the new value
to take effect.
v Use the onmode -W command to override the STMT_CACHE_NOLIMIT
configuration parameter dynamically while the database server is running.
onmode -W STMT_CACHE_NOLIMIT 0
If you restart the database server, the value reverts the value in the ONCONFIG
file. Therefore, if you want the setting to remain for subsequent restarts, modify
the ONCONFIG file.
This one pool can become a bottleneck as the number of users increases. The
STMT_CACHE_NUMPOOL configuration parameter allows you to configure
multiple sscpools.
You can monitor the pools in the SQL statement cache to determine the following
situations:
v The number of SQL statement cache pools is sufficient for your workload.
v The size or limit of the SQL statement cache is not causing excessive memory
management.
Related reference:
STMT_CACHE_NUMPOOL configuration parameter (Administrator's
Reference)
When the SQL statement cache (SSC) is enabled, the database server allocates
memory from the SSC pool for unlinked SQL statements. The default value for the
STMT_CACHE_NUMPOOL configuration parameter is 1. As the number of users
increases, this one SSC pool might become a bottleneck.
The number of longspins on the SSC pool indicates whether or not the SSC pool is
a bottleneck.
Use the onstat -g spi option to monitor the number of longspins on an SSC pool.
The onstat -g spi command displays a list of the resources in the system for which
a wait was required before a latch on the resource could be obtained. During the
wait, the thread spins (or loops), trying to acquire the resource. The onstat -g spi
output displays the number of times a wait (Num Waits column) was required for
the resource and the number of total loops (Num Loops column). The onstat -g spi
output displays only resources that have at least one wait.
Figure 4-6 shows an excerpt of sample output for onstat -g spi. Figure 4-6 indicates
that no waits occurred for any SSC pool (the Name column does not list any SSC
pools).
Use the onstat -g ssc pool option to monitor the usage of each SQL statement
cache (SSC) pool.
The onstat -g ssc pool command displays the size of each pool. The onstat -g ssc
option displays the cumulative size of the SQL statement cache in the currsize
column. This current size is the size of memory allocated from the SSC pools by
the statements that are inserted into the cache. Because not all statements that
allocate memory from the SSC pools are inserted into the cache, the current cache
size could be smaller than the total size of the SSC pools. Normally, the total size
of all SSC pools does not exceed the STMT_CACHE_SIZE value.
Pool Summary:
name class addr totalsize freesize #allocfrag #freefrag
sscpool0 V a7e4020 57344 2352 52 7
Blkpool Summary:
name class addr size #blks
The Pool Summary section of the onstat -g ssc pool output lists the following
information for each pool in the cache.
Column Description
name The name of the SQL statement cache (SSC)
pool
class The shared-memory segment type in which
the pool has been created. For SSC pools, this
value is always “V” for the virtual portion of
shared-memory.
addr The shared-memory address of the SSC pool
structure
totalsize The total size, in bytes, of this SSC pool
freesize the number of free bytes in this SSC pool
#allocfrag The number of contiguous areas of memory
in this SSC pool that are allocated
#freefrag The number of contiguous areas of memory
that are not used in this SSC pool
Column Description
name The name of the SSC pool
class The shared-memory segment type in which
the pool has been created. For SSC pools, this
value is always “V” for the virtual portion of
shared-memory.
addr The shared-memory address of the SSC pool
structure
totalsize The total size, in bytes, of this SSC pool
#blks The number of 8-kilobyte blocks that make
up all the SSC pools
The onstat -g ssc command displays the following information for the SQL
statement cache.
Table 4-5. SQL statement cache information in onstat -g ssc output
Column Description
#lrus The number of LRU queues. Multiple LRU
queues facilitate concurrent lookup and
insertion of cache entries.
currsize The number of bytes currently allocated to
entries in the SQL statement cache
maxsize The number of bytes specified in the
STMT_CACHE_SIZE configuration
parameter
poolsize The cumulative number of bytes for all pools
in the SQL statement cache. Use the onstat -g
ssc pool option to monitor individual pool
usage.
#hits Setting of the STMT_CACHE_HITS
configuration parameter, which specifies the
number of times that a query is executed
before it is inserted into the cache
nolimit Setting of STMT_CACHE_NOLIMIT
configuration parameter
The onstat -g ssc command lists the following information for each fully cached
entry in the cache. The onstat -g ssc all option lists the following information for
both the fully cached entries and key-only entries.
Column Description
lru The LRU identifier
hash The hash-bucket identifier
Use the following utility options to determine which session and prepared SQL
statements have high memory utilization:
v onstat -g mem
v onstat -g stm
The onstat -g mem option displays memory usage of all sessions. You can find the
session that is using the most memory by looking at the totalsize and freesize
output columns. The following figure shows sample output for onstat -g mem.
This sample output shows the memory utilization of three user sessions with the
values 14, 16, 17 in the names output column.
onstat -g mem
Pool Summary:
name class addr totalsize freesize #allocfrag #freefrag
...
14 V a974020 45056 11960 99 10
16 V a9ea020 90112 10608 159 5
17 V a973020 45056 11304 97 13
...
Blkpool Summary:
name class addr size #blks
mt V a235688 798720 19
global V a232800 0 0
To display the memory allocated by each prepared statement, use the onstat -g stm
option. The following figure shows sample output for onstat -g stm.
onstat -g stm
session 25 --------------------------------------------------
sdblock heapsz statement ('*’ = Open cursor)
d36b018 9216 select sum(i) from t where i between -1 and ?
d378018 6240 *select tabname from systables where tabid=7
d36b114 8400 <SPL statement>
The heapsz column in the output in Figure 4-9 shows the amount of memory used
by the statement. An asterisk (*) precedes the statement text if a cursor is open on
the statement. The output does not show the individual SQL statements in an SPL
routine.
To display the memory for only one session, specify the session ID in the onstat -g
stm option. For an example, see “Monitor session memory with onstat -g mem
and onstat -g stm output” on page 13-52.
The data-replication buffer is always the same size as the logical-log buffer.
Memory latches
The database server uses latches to control access to shared memory structures
such as the buffer pool or the memory pools for the SQL statement cache. You can
obtain statistics on latch use and information about specific latches. These statistics
provide a measure of the system activity.
The statistics include the number of times that threads waited to obtain a latch. A
large number of latch waits typically results from a high volume of processing
activity in which the database server is logging most of the transactions.
Information about specific latches includes a listing of all the latches that are held
by a thread and any threads that are waiting for latches. This information allows
you to locate any specific resource contentions that exist.
You, as the database administrator, cannot configure or tune the number of latches.
However, you can increase the number of memory structures on which the
database server places latches to reduce the number of latch waits. For example,
you can tune the number of SQL statement cache memory pools or the number of
SQL statement cache LRU queues. For more information, see “Multiple SQL
statement cache pools” on page 4-34.
Warning: Never stop a database server process that is holding a latch. If you do,
the database server immediately initiates an abort.
Figure 4-10 shows an excerpt of sample onstat -p output that shows the lchwaits
field.
...
ixda-RA idx-RA da-RA logrec-RA RA-pgsused lchwaits
5 0 204 0 148 12
Related reference:
You can compare this address with the user addresses in the onstat -u output to
obtain the user-process identification number.
...
Latches with lock or userthread set
name address lock wait userthread
LRU1 402e90 0 0 6b29d8
bf[34] 4467c0 0 0 6b29d8
...
The latchwts column of the sysprofile table contains the number of times that a
thread waited for a latch.
Encrypted values
An encrypted value uses more storage space than the corresponding plain text
value because all of the information needed to decrypt the value except the
encryption key is stored with the value.
Omitting the hint used with the password can reduce encryption overhead by up
to 50 bytes. If you are using encrypted values, you must make sure that you have
sufficient space available for the values.
All the data that resides in a database is stored on disk. The speed at which the
database server can copy the appropriate data pages to and from disk determines
how well your application performs.
All the data that resides in a database is stored on disk. The Optical Subsystem
also uses a magnetic disk to access TEXT or BYTE data that is retrieved from
optical media. The speed at which the database server can copy the appropriate
data pages to and from disk determines how well your application performs.
Disks are typically the slowest component in the I/O path for a transaction or
query that runs entirely on one host computer. Network communication can also
introduce delays in client/server applications, but these delays are typically
outside the control of the database server administrator. For information about
actions that the database server administrator can take to improve network
communications, see “Network buffer pools” on page 3-17 and “Connections and
CPU utilization” on page 3-25.
Disks can become overused or saturated when users request pages too often.
Saturation can occur in the following situations:
v You use a disk for multiple purposes, such as for both logging and active
database tables.
v Disparate data resides on the same disk.
v Table extents become interleaved.
Together with round-robin fragmentation, you can balance chunks over disks and
controllers, saving time and handling errors. Placing multiple chunks on a single
disk can improve throughput.
For more information about table placement and layout, see Chapter 6, “Table
performance considerations,” on page 6-1.
When dbspaces reside on raw disk devices (also called character-special devices), the
database server uses unbuffered disk access. A raw disk directly transfers data
between the database server memory and disk without also copying data.
To determine the best performance, perform benchmark testing for the dbspace
and table layout on your system.
Direct I/O also allows the use of kernel asynchronous I/O (KAIO), which can
further improve performance. By using direct I/O and KAIO where available, the
performance of cooked files used for dbspace chunks can approach the
performance of raw devices.
If your file system supports direct I/O for the page size used for the dbspace
chunk, the database server operates as follows:
v Does not use direct I/O by default.
v Uses direct I/O if the DIRECT_IO configuration parameter is set to 1.
v Uses KAIO (if the file system supports it) with direct I/O by default.
v Does not use KAIO with direct I/O if the environment variable KAIOOFF is set.
If Informix uses direct I/O for a chunk, and another program tries to open the
chunk file without using direct I/O, the open will normally succeed, but there can
be a performance penalty. The penalty can occur because the file system attempts
to ensure that each open sees the same file data, either by switching to buffered
I/O and not using direct I/O for the duration of the conflicting open, or by
flushing the file system cache before each direct I/O operation and invalidating the
file system cache after each direct write.
Concurrent I/O can be especially beneficial when you have data in a single chunk
file striped across multiple disks.
If Informix uses concurrent I/O for a chunk, and another program (such as an
external backup program) tries to open the same chunk file without using
concurrent I/O, the open operation will fail.
Informix does not use direct or concurrent I/O for cooked files used for temporary
dbspace chunks.
Related reference:
DIRECT_IO configuration parameter (UNIX) (Administrator's Reference)
Prerequisites:
v You must log on as user root or informix.
v Direct I/O or concurrent I/O must be available and the file system must
support direct I/O for the page size used for the dbspace chunk.
To enable concurrent I/O with direct I/O on AIX operating systems, set the
DIRECT_IO configuration parameter to 2.
If you do not want to enable direct I/O or concurrent I/O, set the DIRECT_IO
configuration parameter to 0.
Related reference:
DIRECT_IO configuration parameter (UNIX) (Administrator's Reference)
You can confirm the use of direct I/O or concurrent I/O by:
v Displaying onstat -d information.
The onstat -d command displays information that includes a flag that identifies
whether direct I/O, concurrent I/O (on AIX), or neither is used for cooked file
chunks.
v Verifying that the DIRECT_IO configuration parameter is set to 1 (for direct I/O)
or 2 (for concurrent I/O).
To arrive at an appropriate placement strategy for critical data, you must make a
trade-off between the availability of data and maximum logging performance.
The database server also places temporary table and sort files in the root dbspace
by default. You should use the DBSPACETEMP configuration parameter and the
DBSPACETEMP environment variable to assign these tables and files to other
dbspaces. For details, see “Configure dbspaces for temporary tables and sort files”
on page 5-8.
The database server uses different methods to configure various portions of critical
data. To assign an appropriate dbspace for the root dbspace and physical log, set
the appropriate database server configuration parameters. To assign the logical-log
files to an appropriate dbspace, use the onparams utility.
For more information about the configuration parameters that affect each portion
of critical data, see “Configuration parameters that affect critical data” on page 5-8.
Most modern storage devices have excellent mirroring capabilities, and you can
use those devices instead of the mirroring capabilities of the database server.
When mirroring is in effect, two disks are available to handle read requests, and
the database server can process a higher volume of those requests. However, each
write request requires two physical write operations and does not complete until
both physical operations are performed. The write operations are performed in
parallel, but the request does not complete until the slower of the two disks
performs the update. Thus, you experience a slight performance penalty when you
mirror write-intensive dbspaces.
When you place update-intensive tables in other, nonmirrored dbspaces, you can
use the database server backup-and-restore facilities to perform warm restores of
those tables in the event of a disk failure. When the root dbspace is mirrored, the
database server remains online to service other transactions while the failed disk is
being repaired.
When you mirror the root dbspace, always place the first chunk on a different
device than that of the mirror. The MIRRORPATH configuration parameter should
have a different value than ROOTPATH.
Related reference:
MIRRORPATH configuration parameter (Administrator's Reference)
ROOTPATH configuration parameter (Administrator's Reference)
An sbspace is a logical storage unit composed of one or more chunks that store
smart large objects, which consist of CLOB (character large object) or BLOB (binary
large object) data.
The first chunk of an sbspace contains a special set of pages, called metadata, which
is used to locate smart large objects in the sbspace. Additional chunks that are
added to the sbspace can also have metadata pages if you specify them on the
onspaces command when you create the chunk.
Consider mirroring chunks that contain metadata pages for the following reasons:
v Higher availability
Without access to the metadata pages, users cannot access any smart large
objects in the sbspace. If the first chunk of the sbspace contains all of the
metadata pages and the disk that contains that chunk becomes unavailable, you
cannot access a smart large object in the sbspace, even if it resides on a chunk on
With unbuffered and ANSI-compliant logging, the database server requests a flush
of the log buffer to disk for every committed transaction (two when the dbspace is
mirrored). Buffered logging generates far fewer I/O requests than unbuffered or
ANSI-compliant logging.
With buffered logging, the log buffer is written to disk only when it fills and all
the transactions that it contains are completed. You can reduce the frequency of
logical-log I/O even more if you increase the size of your logical-log buffers.
However, buffered logging leaves transactions in any partially filled buffers
vulnerable to loss in the event of a system failure.
Unlike the physical log, you cannot specify an alternative dbspace for logical-log
files in your initial database server configuration. Instead, use the onparams utility
first to add logical-log files to an alternative dbspace and then drop logical-log files
from the root dbspace.
Related reference:
The onparams Utility (Administrator's Reference)
To keep I/O to the physical log at a minimum, you can adjust the checkpoint
interval and the LRU minimum and maximum thresholds. (See “CKPTINTVL and
its effect on checkpoints” on page 5-31 and “BUFFERPOOL and its effect on page
cleaning” on page 5-40.)
You can use the following configuration parameters to configure the root dbspace:
v ROOTNAME
v ROOTOFFSET
v ROOTPATH
v ROOTSIZE
v MIRROR
v MIRRORPATH
v MIRROROFFSET
These parameters determine the location and size of the initial chunk of the root
dbspace and configure mirroring, if any, for that chunk. (If the initial chunk is
mirrored, all other chunks in the root dbspace must also be mirrored). Otherwise,
these parameters have no major impact on performance.
LOGSIZE determines the size of each logical-log files. LOGBUFF determines the
size of the three logical-log buffers that are in shared memory. For more
information about LOGBUFF, see “The LOGBUFF configuration parameter and
memory utilization” on page 4-15.
The following configuration parameters determine the location and size of the
physical log:
v PHYSDBS
v PHYSFILE
Depending on how the temporary space is created, the database server uses the
following default locations for temporary table and sort files when you do not set
DBSPACETEMP:
v The dbspace of the current database, when you create an explicit temporary
table with the TEMP TABLE clause of the CREATE TABLE statement and do not
specify a dbspace for the table either in the IN dbspace clause or in the
FRAGMENT BY clause
This action can severely affect I/O to that dbspace. If the root dbspace is
mirrored, you encounter a slight double-write performance penalty for I/O to
the temporary tables and sort files.
v The root dbspace when you create an explicit temporary table with the INTO
TEMP option of the SELECT statement
You can improve performance with the use of temporary dbspaces that you create
exclusively to store temporary tables and sort files. Use the DBSPACETEMP
configuration parameter and the DBSPACETEMP environment variable to assign
these tables and files to temporary dbspaces.
The following table shows statements that create temporary tables and information
about where the temporary tables are created.
To create a dbspace for the exclusive use of temporary tables and sort files, use
onspaces -t. For best performance, use the following guidelines:
v If you create more than one temporary dbspace, create each dbspace on a
separate disk to balance the I/O impact.
v Place no more than one temporary dbspace on a single disk.
You cannot mirror a temporary dbspace that you create with onspaces -t.
Important: In the case of a database with logging, you must include the WITH NO
LOG clause in the SELECT... INTO TEMP statement to place the explicit temporary
tables in the dbspaces listed in the DBSPACETEMP configuration parameter and
the DBSPACETEMP environment variable. Otherwise, the database server stores
the explicit temporary tables in the root dbspace.
Related reference:
If the database server inserts data into a temporary table through a SELECT INTO
TEMP operation that creates the TEMP table, that temporary table uses
round-robin distributed storage. Its fragments are created in the temporary
dbspaces that are listed in the DBSPACETEMP configuration parameter or in the
DBSPACETEMP environment variable. For example, the following query uses
round-robin distributed storage:
SELECT col1 FROM tab1
INTO TEMP temptab1 WITH NO LOG;
You can use the following guidelines to estimate the amount of temporary space to
allocate:
v For OLTP applications, allocate temporary dbspaces that equal at least 10 percent
of the table.
v For DSS applications, allocate temporary dbspaces that equal at least 50 percent
of the table.
A hash join, which works by building a table (the hash table) from the rows in one
of the tables in a join, and then probing it with rows from the other table, can use
a significant amount of memory and can potentially overflow to temporary space
on disk. The hash table size is governed by the size of the table used to build the
hash table (which is often the smaller of the two tables in the join), after applying
any filters, which can reduce the number of rows and possibly reduce the number
of columns.
Hash-join partitions are organized into pages. Each page has a header. The header
and tuples are larger in databases on 64-bit platforms than in builds on 32-bit
platforms. The size of each page is the base page size (2K or 4K depending on
system) unless a single row needs more space. If you need more space, you can
add bytes to the length of your rows.
You can use the following formula to estimate the amount of memory that is
required for the hash table in a hash join:
hash_table_size = (32 bytes + row_size_smalltab) * num_rows_smalltab
where row_size_smalltab and num_rows_smalltab refer to the row size and the
number of rows, respectively, in the smaller of the two tables participating in the
hash join.
If the value of rows_per_page is less than one, increase the page_size value to the
smallest multiple of the base_page_size, as shown in this formula:
size = (numrows_smalltab / rows_per_page) * page_size
For more information, see “Hash join” on page 10-3 and “Configuring memory for
queries with hash joins, aggregates, and other memory-intensive elements” on
page 13-34.
Related reference:
DS_NONPDQ_QUERY_MEM configuration parameter (Administrator's
Reference)
When the value of PDQ priority is 0 and PSORT_NPROCS is greater than 1, the
database server uses parallel sorts. The management of PDQ does not limit these
sorts. In other words, although the sort is executed in parallel, the database server
does not regard sorting as a PDQ activity. When PDQ priority is 0, the database
server does not control sorting by any of the PDQ configuration parameters.
When PDQ priority is greater than 0 and PSORT_NPROCS is greater than 1, the
query benefits both from parallel sorts and from PDQ features such as parallel
scans and additional memory. Users can use the PDQPRIORITY environment
variable to request a specific proportion of PDQ resources for a query. You can use
the MAX_PDQPRIORITY parameter to limit the number of such user requests. For
more information about MAX_PDQPRIORITY, see “Limiting PDQ resources in
queries” on page 3-11.
The database server allocates a relatively small amount of memory for sorting, and
that memory is divided among the PSORT_NPROCS sort threads. Sort processes
use temporary space on disk when not enough memory is allocated. For more
information about memory allocated for sorting, see “Estimating memory needed
for sorting” on page 7-19.
For more information about sorts during index builds, see “Improving
performance for index builds” on page 7-18.
Important: In the case of a database with logging, you must include the WITH NO
LOG clause in the SELECT... INTO TEMP statement to place the temporary smart
large objects in the sbspaces listed in the SBSPACETEMP configuration parameter.
Otherwise, the database server stores the temporary smart large objects in the
sbspace listed in the SBSPACENAME configuration parameter.
Related tasks:
Creating a temporary sbspace (Administrator's Guide)
Related reference:
onspaces -c -S: Create an sbspace (Administrator's Reference)
A blobspace is a logical storage unit composed of one or more chunks that store
only simple large objects (TEXT or BYTE data). For information about sbspaces,
which store smart large objects (such as BLOB, CLOB, or multirepresentational
data), see “Factors that affect I/O for smart large objects” on page 5-20.
If you use a blobspace, you can store simple large objects on a separate disk from
the table with which the data is associated. You can store simple large objects
associated with different tables in the same blobspace.
You can create a blobspace with the onspaces utility or with an SQL administration
API command that uses the create blobspace argument with the admin() or task()
function.
You assign simple large objects to a blobspace when you create the tables with
which simple large objects are associated, using the CREATE TABLE statement.
Simple large objects are not logged and do not pass through the buffer pool.
However, frequency of checkpoints can affect applications that access TEXT or
BYTE data. For more information, see “LOGSIZE and LOGFILES and their effect
on checkpoints” on page 5-32.
Related reference:
For more information, see “Storing simple large objects in the tblspace or a
separate blobspace” on page 6-8.
The optimal blobpage size for your configuration depends on the following factors:
v The size distribution of the simple large objects
v The trade-off between retrieval speed for your largest simple large object and the
amount of disk space that is wasted by storing simple large objects in large
blobpages
To retrieve simple large objects as quickly as possible, use the size of your largest
simple large object rounded up to the nearest disk-page-sized increment. This
scheme guarantees that the database server can retrieve even the largest simple
large object in a single I/O request. Although this scheme guarantees the fastest
retrieval, it has the potential to waste disk space. Because simple large objects are
stored in their own blobpage (or set of blobpages), the database server reserves the
same amount of disk space for every blobpage even if the simple large object takes
up a fraction of that page. Using a smaller blobpage allows you to make better use
of your disk, especially when large differences exist in the sizes of your simple
large objects.
To achieve the greatest theoretical utilization of space on your disk, you can make
your blobpage the same size as a standard disk page. Then many, if not most,
simple large objects would require several blobpages. Because the database server
acquires a lock and issues a separate I/O request for each blobpage, this scheme
performs poorly.
In practice, a balanced scheme for sizing uses the most frequently occurring
simple-large-object size as the size of a blobpage. For example, suppose that you
have 160 simple-large-object values in a table with the following size distribution:
Tip: If a table has more than one simple-large-object column and the data values are not
close in size, store the data in different blobspaces, each with an appropriately sized
blobpage.
Blobpage fullness refers to the amount of data within each blobpage. TEXT and
BYTE data stored in a blobspace cannot share blobpages. Therefore, if a single
simple large object requires only 20 percent of a blobpage, the remaining 80
percent of the page is unavailable for use.
However, avoid making the blobpages too small. When several blobpages are
needed to store each simple large object, you increase the overhead cost of storage.
For example, more locks are required for updates, because a lock must be acquired
for each blobpage.
The command lists the following statistics for each table (or database):
v The number of blobpages used by the table (or database) in each blobspace
v The average fullness of the blobpages used by each simple large object stored as
part of the table (or database)
If you find that the statistics for a significant number of simple large objects show
a low percentage of fullness, the database server might benefit from changing the
size of the blobpage in the blobspace.
Both the oncheck -pB and onstat -d update commands display the same
information about the number of free blobpages. The onstat -d update command
displays the same information as onstat -d and an accurate number of free
blobpages for each blobspace chunk.
Execute oncheck -pB with either a database name or a table name as a parameter.
The following example retrieves storage information for all simple large objects
stored in the table sriram.catalog in the stores_demo database:
oncheck -pB stores_demo:sriram.catalog
BLOBSpace usage:
Space Page Percent Full
Name Number Pages 0-25% 26-50% 51-75 76-100%
-------------------------------------------------------------
blobPIC 0x300080 1 x
blobPIC 0x300082 2 x
------
Page Size is 6144 3
bspc1 0x2000b2 2 x
bspc1 0x2000b6 2 x
------
Page Size is 2048 4
Space Name is the name of the blobspace that contains one or more simple large
objects stored as part of the table (or database).
Page Number is the starting address in the blobspace of a specific simple large
object.
Pages is the number of the database server pages required to store this simple
large object.
Percent Full is a measure of the average blobpage fullness, by blobspace, for each
blobspace in this table or database.
Page Size is the size in bytes of the blobpage for this blobspace. Blobpage size is
always a multiple of the database server page size.
The summary information that appears at the top of the display, Total pages used
by table is a simple total of the blobpages needed to store simple large objects. The
total says nothing about the size of the blobpages used, the number of simple large
objects stored, or the total number of bytes stored.
The efficiency information displayed under the Percent Full heading is imprecise,
but it can alert an administrator to trends in the storage of TEXT and BYTE data.
You can analyze the output of the oncheck -pB command to calculate average
fullness.
The first simple large object listed in “Determine blobpage fullness with oncheck
-pB output” on page 5-18 is stored in the blobspace blobPIC and requires one
6144-byte blobpage. The blobpage is 51 to 75 percent full, meaning that the size is
between 0.51 * 6144 = 3133 bytes and 0.75 * 6144 = 4608. The maximum size of this
simple large object must be less than or equal to 75 percent of 6144 bytes, or 4608
bytes.
The second object listed under blobspace blobPIC requires two 6144-byte
blobpages for storage, or a total of 12,288 bytes. The average fullness of all
allocated blobpages is 51 to 75 percent. Therefore, the minimum size of the object
must be greater than 50 percent of 12,288 bytes, or 6144 bytes. The maximum size
of the simple large object must be less than or equal to 75 percent of 12,288 bytes,
or 9216 bytes. The average fullness does not mean that each page is 51 to 75
percent full. A calculation would yield 51 to 75 percent average fullness for two
blobpages where the first blobpage is 100 percent full and the second blobpage is 2
to 50 percent full.
Now consider the two simple large objects in blobspace bspc1. These two objects
appear to be nearly the same size. Both objects require two 2048-byte blobpages,
and the average fullness for each is 76 to 100 percent. The minimum size for these
simple large objects must be greater than 75 percent of the allocated blobpages, or
3072 bytes. The maximum size for each object is slightly less than 4096 bytes
(allowing for overhead).
You can analyze the output of the oncheck -pB command to determine if there is a
more efficient storage strategy.
Looking at the efficiency information for that is shown for blobspace bspc1 in
Figure 5-1 on page 5-18, a database server administrator might decide that a better
storage strategy for TEXT and BYTE data would be to double the blobpage size
from 2048 bytes to 4096 bytes. (Blobpage size is always a multiple of the database
server page size.) If the database server administrator made this change, the
measure of page fullness would remain the same, but the number of locks needed
during an update of a simple large object would be reduced by half.
The DataBlade® API and the Informix ESQL/C application programming interface
also provide functions that affect I/O operations for smart large objects.
Important: For most applications, you should use the values that the database
server calculates for the disk-storage information.
Related concepts:
Sbspaces (Administrator's Guide)
Related reference:
What is Informix ESQL/C? (ESQL/C Guide)
DataBlade API overview (DataBlade API Guide)
To create an sbspace, use the onspaces utility. You assign smart large objects to an
sbspace when you use the CREATE TABLE statement to create the tables with
which the smart large objects are associated.
Related reference:
onspaces -c -S: Create an sbspace (Administrator's Reference)
CREATE TABLE statement (SQL Syntax)
By default, the database server reads smart large objects into the buffers in the
resident portion of shared memory. For more information on using lightweight I/O
buffers, see “Lightweight I/O for smart large objects” on page 5-23.
If you log smart-large-object user data, increase the size of your logical-log buffer
to prevent frequent flushing to these log files on disk.
Related reference:
SBSPACENAME configuration parameter (Administrator's Reference)
BUFFERPOOL configuration parameter (Administrator's Reference)
LOGBUFF configuration parameter (Administrator's Reference)
Sbspace extents
As you add smart large objects to a table, the database server allocates disk space
to the sbspace in units called extents. Each extent is a block of physically
contiguous pages from the sbspace.
Even when the sbspace includes more than one chunk, each extent is allocated
entirely within a single chunk so that it remains contiguous. Contiguity is
important to I/O performance.
When the pages of data are contiguous, disk-arm motion is minimized when the
database server reads the rows sequentially. The mechanism of extents is a
compromise between the following competing requirements:
v The size of some smart large objects is not known in advance.
v The number of smart large objects in different tables can grow at different times
and different rates.
v All the pages of a single smart large object should ideally be adjacent for best
performance when you retrieve the entire object.
Because you might not be able to predict the number and size of smart large
objects, you cannot specify the extent length of smart large objects. Therefore, the
These functions are the best way to set the extent size because they reduce the
number of extents in a smart large object. The database server tries to allocate the
entire smart large object as one extent (if an extent of that size is available in the
chunk).
v The EXTENT_SIZE flag in the -Df option of the onspaces command when you
create or alter the sbspace
Most administrators do not use the onspaces EXTENT_SIZE flag because the
database server calculates the extent size from heuristics. However, you might
consider using the onspaces EXTENT_SIZE flag in the following situations:
– Many one-page extents are scattered throughout the sbspace.
– Almost all smart large objects are the same length.
v The EXTENT SIZE keyword of the CREATE TABLE statement when you define
the CLOB or BLOB column
Most administrators do not use the EXTENT SIZE keyword when they create or
alter a table because the database server calculates the extent size from
heuristics. However, you might consider using this EXTENT SIZE keyword if
almost all smart large objects are the same length.
Important: For most applications, you should use the values that the database
server calculates for the extent size. Do not use the DataBlade API
mi_lo_specset_extsz function or the Informix ESQL/C ifx_lo_specset_extsz
function to set the extent size of the smart large object.
If you know the size of the smart large object, it is recommended that you specify
the size in the DataBlade API mi_lo_specset_estbytes() function or Informix
ESQL/C ifx_lo_specset_estbytes() function instead of in the onspaces utility or the
CREATE TABLE or the ALTER TABLE statement. These functions are the best way
to set the extent size because the database server allocates the entire smart large
object as one extent (if it has contiguous storage in the chunk).
Extent sizes over one megabyte do not provide much I/O benefit because the
database server performs read and write operations in multiples of 60 kilobytes at
For more information, see “Improving metadata I/O for smart large objects” on
page 6-12.
By default, smart large objects pass through the buffer pool in the resident portion
of shared memory. Although smart large objects have lower priority than other
data, the buffer pool can become full when an application accesses many smart
large objects. A single application can fill the buffer pool with smart large objects
and leave little room for data that other applications might need. In addition, when
the database server performs scans of many pages into the buffer pool, the
overhead and contention associated with checking individual pages in and out
might become a bottleneck.
Important: Use private buffers only when you read or write smart large objects in
read or write operations greater than 8080 bytes and you seldom access them. That
is, if you have infrequent read or write function calls that read large amounts of
data in a single function invocation, lightweight I/O can improve I/O
performance.
Related concepts:
“The BUFFERPOOL configuration parameter and memory utilization” on page
4-10
When you use lightweight I/O buffers for smart large objects, the database server
might read several pages with one I/O operation. A single I/O operation reads in
several smart-large-object pages, up to the size of an extent. For information about
when to specify extent size, see “Sbspace extents” on page 5-21.
To specify the use of lightweight I/O when creating the sbspace, use the
BUFFERING tag of the -Df option in the onspaces -c -S command.
The default value for BUFFERING is ON, which means to use the buffer pool. The
buffering mode that you specify (or the default, if you do not specify) in the
onspaces command is the default buffering mode for all smart large objects stored
within the sbspace.
Important: In general, if read and write operations to the smart large objects are
less than 8080 bytes, do not specify a buffering mode when you create the sbspace.
If you are reading or writing short blocks of data, such as 2 kilobytes or 4
kilobytes, leave the default of “buffering=ON” to obtain better performance.
Programmers can override the default buffering mode when they create, open, or
alter a smart-large-object instance with DataBlade API and the Informix ESQL/C
functions. The DataBlade API and the Informix ESQL/C application programming
interface provide the LO_NOBUFFER flag to allow lightweight I/O for smart large
objects.
Important: Use the LO_NOBUFFER flag only when you read or write smart large
objects in operations greater than 8080 bytes and you seldom access them. That is,
if you have infrequent read or write function calls that read large amounts of data
in a single function invocation, lightweight I/O can improve I/O performance.
Related reference:
onspaces -c -S: Create an sbspace (Administrator's Reference)
What is Informix ESQL/C? (ESQL/C Guide)
DataBlade API overview (DataBlade API Guide)
Logging
If you decide to log all write operations on data stored in sbspaces, logical-log I/O
activity and memory utilization increases.
For more information, see “Configuration parameters that affect sbspace I/O” on
page 5-20.
The memory cache is a common storage area. The database server adds simple
large objects requested by any application to the memory cache if the cache has
space. To free space in the memory cache, the application must release the TEXT or
BYTE data that it is using.
A significant performance advantage occurs when you retrieve TEXT or BYTE data
directly into memory instead of buffering that data on disk. Therefore, proper
cache sizing is important when you use the Optical Subsystem. You specify the
total amount of space available in the memory cache with the OPCACHEMAX
configuration parameter. Applications indicate that they require access to a portion
Simple large objects that cannot fit entirely into the space that remains in the cache
are stored in the blobspace that the STAGEBLOB configuration parameter names.
This staging area acts as a secondary cache on disk for blobpages that are retrieved
from the Optical Subsystem. Simple large objects that are retrieved from the
Optical Subsystem are held in the staging area until the transactions that requested
them are complete.
The database server administrator creates the staging-area blobspace with the
onspaces utility or with ON-Monitor (UNIX only.
You can use onstat -O to monitor utilization of the memory cache and
STAGEBLOB blobspace. If contention develops for the memory cache, increase the
value listed in the configuration file for OPCACHEMAX. (The new value takes
effect the next time that the database server starts shared memory.) For a complete
description of the Optical Subsystem, see the IBM Informix Optical Subsystem Guide.
If the configuration file does not list the STAGEBLOB parameter, the Optical
Subsystem does not recognize the optical-storage subsystem.
The structure of the staging-area blobspace is the same as all other database server
blobspaces. When the database server administrator creates the staging area, it
consists of only one chunk, but you can add more chunks as desired. You cannot
mirror the staging-area blobspace. The optimal size for the staging-area blobspace
depends on the following factors:
v The frequency of simple-large-object storage
v The frequency of simple-large-object retrieval
v The average size of the simple large object to be stored
To calculate the size of the staging-area blobspace, you must estimate the number
of simple large objects that you expect to reside there simultaneously and multiply
that number by the average simple-large-object size.
Related reference:
STAGEBLOB configuration parameter (Administrator's Reference)
Until the memory cache fills, it stores simple large objects that are requested by
any application. Simple large objects that cannot fit in the cache are stored on disk
in the blobspace that the STAGEBLOB configuration parameter indicates. You can
increase the size of the cache to reduce contention among simple-large-object
requests and to improve performance for requests that involve the Optical
Subsystem.
Related reference:
OPCACHEMAX configuration parameter (UNIX) (Administrator's Reference)
If the value of this variable exceeds the maximum that the OPCACHEMAX
configuration parameter specifies, OPCACHEMAX is used instead. If
INFORMIXOPCACHE is not set in the environment, the cache size is set to
OPCACHEMAX by default.
Related reference:
INFORMIXOPCACHE environment variable (SQL Reference)
Table I/O
One of the most frequent functions that the database server performs is to bring
data and index pages from disk into memory. Pages can be read individually for
brief transactions and sequentially for some queries. You can configure the number
of pages that the database server brings into memory, and you can configure the
timing of I/O requests for sequential scans.
You can also indicate how the database server is to respond when a query requests
data from a dbspace that is temporarily unavailable.
For information about I/O for smart large objects, see “Factors that affect I/O for
smart large objects” on page 5-20.
Sequential scans
When the database server performs a sequential scan of data or index pages, most
of the I/O wait time is caused by seeking the appropriate starting page. To
dramatically improve performance for sequential scans, you can bring in a number
of contiguous pages with each I/O operation.
The action of bringing additional pages along with the first page in a sequential
scan is called read ahead.
Light scans
Some sequential scans of tables can use light scans to read the data. A light scan
bypasses the buffer pool by utilizing session memory to read directly from disk.
Light scans can provide performance advantages over use of the buffer pool for
sequential scans and skip scans of large tables. These advantages include:
v Bypassing the overhead of the buffer pool when many data pages are read
v Preventing frequently accessed pages from being forced out of the buffer pool
when many sequential pages are read for a single query.
Light scans are only performed on user tables whose data rows are stored in
tblspaces. Light scans are not used to access indexes, or to access data stored in
blobspaces, smart blob spaces, or partition blobs. Similarly, light scans are not used
to access data in the system catalog tables, nor in the tables and pseudotables of
system databases like sysadmin, sysmaster, sysuser, and sysutils.
If you have a long-running scan, you can view output from the onstat -g scn
command to check the progress of the scan, to determine how long the scan will
take before it completes, and to see whether the scan is a light scan or a bufferpool
scan.
The following example shows some of the output from onstat -g scn for a light
scan. The word Light in the Scan Type field identifies the scan as a light scan.
SesID Thread Partnum Rowid Rows Scan’d Scan Type Lock Mode Notes
17 48 300002 207 15 Light Forward row lookup
Related reference:
BATCHEDREAD_TABLE configuration parameter (Administrator's Reference)
onstat -g scn command: Print scan information (Administrator's Reference)
Unavailable data
Another aspect of table I/O pertains to situations in which a query requests access
to a table or fragment in a dbspace that is temporarily unavailable. When the
database server determines that a dbspace is unavailable as the result of a disk
failure, queries directed to that dbspace fail by default. The database server allows
you to specify dbspaces that, when unavailable, can be skipped by queries,
For information about specifying dbspaces that, when unavailable, can be skipped
by queries, see “How DATASKIP affects table I/O” on page 5-29.
When data skipping is enabled, the database server sets the sixth character in the
SQLWARN array to W..
Warning: The database server cannot determine whether the results of a query are
consistent when a dbspace is skipped. If the dbspace contains a table fragment, the
user who executes the query must ensure that the rows within that fragment are
not needed for an accurate query result. Turning DATASKIP on allows queries
with incomplete data to return results that can be inconsistent with the actual state
of the database. Without proper care, that data can yield incorrect or misleading
query results.
Related concepts:
SQLWARN array (SQL Tutorial)
Related reference:
DATASKIP Configuration Parameter (Administrator's Reference)
These overhead activities take time away from queries and transactions. If you do
not configure background I/O activities properly, too much overhead for these
activities can limit the transaction throughput of your application.
For the most part, tuning your background I/O activities involves striking a
balance between appropriate checkpoint intervals, logging modes and log sizes,
and page-cleaning thresholds. The thresholds and intervals that trigger background
I/O activity often interact; adjustments to one threshold might shift the
performance bottleneck to another.
The database server prints warning messages in the message log if the server
cannot meet the RTO_SERVER_RESTART policy.
Related reference:
RTO_SERVER_RESTART configuration parameter (Administrator's Reference)
You can turn off automatic checkpoint tuning by setting onmode -wf
AUTO_CKPTS to 0, or setting the AUTO_CKPTS configuration parameter to 0.
Because the database server does not block transactions during checkpoint
processing, LRU flushing is relaxed. If the server is not able to complete checkpoint
processing before the physical log is full (which causes transaction blocking), and if
you cannot increase the size of the physical log, you can configure the server for
Automatic LRU tuning affects all buffer pools and adjusts lru_min_dirty and
lru_max_dirty values in the BUFFERPOOL configuration parameter.
Related concepts:
“LRU tuning” on page 5-45
Related reference:
AUTO_CKPTS configuration parameter (Administrator's Reference)
AUTO_AIOVPS configuration parameter (Administrator's Reference)
BUFFERPOOL configuration parameter (Administrator's Reference)
The database server can skip a checkpoint if all data is physically consistent when
the checkpoint interval expires.
If you set CKPTINTVL to a long interval, you can use physical-log capacity to
trigger checkpoints based on actual database activity instead of an arbitrary time
unit. However, a long checkpoint interval can increase the time needed for
recovery in the event of a failure. Depending on your throughput and
data-availability requirements, you can choose an initial checkpoint interval of 5,
10, or 15 minutes, with the understanding that checkpoints might occur more
often, depending on physical-logging activity.
Chapter 5. Effect of configuration on I/O activity 5-31
The database server writes a message to the message log to note the time that it
completes a checkpoint. To read these messages, use onstat -m.
Related reference:
CKPTINTVL configuration parameter (Administrator's Reference)
If you need to free the logical-log file that contains the last checkpoint, the
database server must write a new checkpoint record to the current logical-log file.
If the frequency with which logical-log files are backed up and freed increases, the
frequency at which checkpoints occur increases. Although checkpoints block user
processing, they no longer last as long. Because other factors (such as the
physical-log size) also determine the checkpoint frequency, this effect might not be
significant.
When the dynamic log allocation feature is enabled, the size of the logical log does
not affect the thresholds for long transactions as much as it did in previous
versions of the database server. For details, see “LTXHWM and LTXEHWM and
their effect on logging” on page 5-38.
The rate at which transactions generate physical log activity can affect checkpoint
performance. To avoid transaction blocking during checkpoint processing, consider
the size of the physical log and how quickly it fills.
Similarly, you can define a smaller physical log if your application updates the
same pages. The database server writes the before-image of only the first update
that is made to a page for the following operations:
v Inserts, updates, and deletes for rows that contain user-defined data types
(UDTs), smart large objects, and simple large objects
v ALTER statements
5-32 IBM Informix Performance Guide
v Operations that create or modify indexes (B-tree, R-tree, or user-defined indexes)
Because the physical log is recycled after each checkpoint, the physical log must be
large enough to hold before-images from changes between checkpoints. If the
database server frequently triggers checkpoints because it runs out of physical log
space, consider increasing the size of the physical log.
You can use the onparams utility to change the physical log location and size. You
can change the physical log while transactions are active and without restarting the
database server.
Related concepts:
Strategy for estimating the size of the physical log (Administrator's Guide)
Related reference:
PHYSFILE configuration parameter (Administrator's Reference)
Change the physical-log location and size (Administrator's Guide)
To restore access to that database, you must back up all logical logs and then
perform a warm restore on the down dbspace.
The database server halts operation whenever a disabling I/O error occurs on a
nonmirrored dbspace that contains critical data, regardless of the setting for
ONDBSPACEDOWN. In such an event, you must perform a cold restore of the
database server to resume normal database operations.
When you set ONDBSPACEDOWN to 1, the database server treats all dbspaces as
though they were critical. Any nonmirrored dbspace that becomes disabled halts
normal processing and requires a cold restore. The performance impact of halting
and performing a cold restore when any dbspace goes down can be severe.
When you initialize or restart the database server, it creates the number of
logical-log files that you specify in the LOGFILES configuration parameter.
If all of your logical log files are the same size, you can calculate the total space
allocated to the logical log files.
To calculate the space allocated to these files, use the following formula:
total logical log space = LOGFILES * LOGSIZE
If you add logical-log files that are not the size specified by the LOGSIZE
configuration parameter, you cannot use the LOGFILES * LOGSIZE expression to
calculate the size of the logical log. Instead, you need to add the sizes for each
individual log file on disk.
The size of the logical log space (LOGFILES * LOGSIZE) is determined by these
policies:
Recovery time objective (RTO)
This is the length of time you can afford to be without your systems. If
your only objective is failure recovery, the total log space only needs to be
large enough to contain all the transactions for two checkpoint cycles.
When the RTO_SERVER_RESTART configuration parameter is enabled and
the server has a combined buffer pool size of less that four gigabytes, you
can configure the total log space to 110% of the combined buffer pool sizes.
Too much log space does not impact performance; however, too little log
space can cause more frequent checkpoints and transaction blocking.
Recovery point objective (RPO)
This describes the age of the data you want to restore in the event of a
disaster. If the objective is to make sure transactional work is protected, the
optimum LOGSIZE should be a multiple of how much work gets done per
RPO unit. Because the database server supports partial log backup, an
optimal log size is not critical and a non-optimal log size simply means
more frequent log file changes. RPO is measured in units of time. If the
business rule is that the system cannot lose more than ten minutes of
transactional data if a complete site disaster occurs, then a log backup
should occur every ten minutes.
You can use the Scheduler, which manages and executes scheduled
administrative tasks, to set up automatic log backup.
Long Transactions
If you have long transactions that require a large amount of log space, you
should allocate that space for the logs. Inadequate log space impacts
transaction performance.
Choose a log size based on how much logging activity occurs and the amount of
risk in case of catastrophic failure. If you cannot afford to lose more than an hour's
worth of data, create many small log files that each hold an hour's worth of
transactions. Turn on continuous-log backup. Small logical-log files fill sooner,
which means more frequent logical-log backups.
The backup process can hinder transaction processing that involves data located on
the same disk as the logical-log files. If enough logical-log disk space is available,
however, you can wait for periods of low user activity before you back up the
logical-log files.
Related concepts:
The Scheduler (Administrator's Guide)
Related reference:
LOGSIZE configuration parameter (Administrator's Reference)
Use the following formula to obtain an initial estimate for LOGSIZE in kilobytes:
LOGSIZE = (connections * maxrows * rowsize) / 1024) / LOGFILES
In this formula:
v connections is the maximum number of connections for all network types
specified in the sqlhosts information by one or more NETTYPE parameters. If
you configured more than one connection by setting multiple NETTYPE
configuration parameters in your configuration file, sum the users fields for each
NETTYPE parameter, and substitute this total for connections in the preceding
formula.
v maxrows is the largest number of rows to be updated in a single transaction.
v rowsize is the average size of a row in bytes. You can calculate rowsize by adding
up the length (from the syscolumns system catalog table) of the columns in a
row.
v 1024 is a necessary divisor because you specify LOGSIZE in kilobytes.
To obtain a better estimate during peak activity periods, execute the onstat -u
command. The last line of the onstat -u output contains the maximum number of
concurrent connections.
You need to adjust the size of the logical log when your transactions include
simple large objects or smart large objects, as the following sections describe.
You also can increase the amount of space devoted to the logical log by adding
another logical-log file.
Related tasks:
Adding logical-log files manually (Administrator's Guide)
To obtain better overall performance for applications that perform frequent updates
of TEXT or BYTE data in blobspaces, reduce the size of the logical log.
When you use volatile blobpages in blobspaces, smaller logs can improve access to
simple large objects that must be reused. Simple large objects cannot be reused
until the log in which they are allocated is flushed to disk. In this case, you can
justify the cost in performance because those smaller log files are backed up more
frequently.
If you plan to log smart-large-object user data, you must ensure that the log size is
considerably larger than the amount of data being written. Smart-large-object
metadata is always logged even if the smart large objects are not logged.
Use the following guidelines when you log smart large objects:
v If you are appending data to a smart large object, the increased logging activity
is roughly equal to the amount of data written to the smart large object.
v If you are updating a smart large object (overwriting data), the increased logging
activity is roughly twice the amount of data written to the smart large object.
The database server logs both the before-image and after-image of a smart large
object for update transactions. When updating the smart large objects, the
database server logs only the updated parts of the before and after image.
v Metadata updates affect logging less. Even though metadata is always logged,
the number of bytes logged is usually much smaller than the smart large objects.
When you use the default value of 2 for DYNAMIC_LOGS, the database server
determines the location and size of the new logical log for you:
v The database server uses the following criteria to determine on which disk to
allocate the new log file:
– Favor mirrored dbspaces
– Avoid root dbspace until no other critical dbspace is available
– Least favored space is unmirrored and noncritical dbspaces
v The database server uses the average size of the largest log file and the smallest
log file for the size of the new logical log file. If not enough contiguous disk
space is available for this average size, the database server searches for space for
the next smallest average size. The database server allocates a minimum of 200
kilobytes for the new log file.
If you want to control the location and size of the additional log file, set
DYNAMIC_LOGS to 1. When the database server switches log files, it still checks
if the next active log contains an open transaction. If it does find an open
transaction in the next log to be active, it does the following actions:
v Issues alarm event 27 (log required)
v Writes a warning message to the online log
v Pauses to wait for the administrator to manually add a log with the onparams -a
-i command-line option
You can write a script that will execute when alarm event 27 occurs to execute
onparams -a -i with the location you want to use for the new log. Your script can
also execute the onstat -d command to check for adequate space and execute the
onparams -a -i command with the location that has enough space. You must use
the -i option to add the new log right after the current log file.
If you set DYNAMIC_LOGS to 0, the database server still checks whether the next
active log contains an open transaction when it switches log files. If it does find an
open transaction in the next log to be active, it issues the following warning:
WARNING: The oldest logical log file (%d) contains records
from an open transaction (0x%p), but the Dynamic Log
Files feature is turned off.
Related concepts:
Fast recovery (Administrator's Guide)
Related reference:
DYNAMIC_LOGS configuration parameter (Administrator's Reference)
The LTXHWM parameter still indicates how full the logical log is when the
database server starts to check for a possible long transaction and to roll it back.
LTXEHWM still indicates the point at which the database server suspends new
Under normal operations, use the default values for LTXHWM and LTXEHWM.
However, you might want to change these default values for one of the following
reasons:
v To allow other transactions to continue update activity (which requires access to
the log) during the rollback of a long transaction
In this case, you increase the value of LTXEHWM to raise the point at which the
long transaction rollback has exclusive access to the log.
v To perform scheduled transactions of unknown length, such as large loads that
are logged
In this case, you increase the value of LTXHWM so that the transaction has a
chance to complete before reaching the high watermark.
Related reference:
LTXEHWM configuration parameter (Administrator's Reference)
LTXHWM configuration parameter (Administrator's Reference)
If the sqlexec thread cannot find the available pages that it needs, the thread
initiates a foreground write and waits for pages to be freed. Foreground writes
impair performance, so you should avoid them. To reduce the frequency of
foreground writes, increase the number of page cleaners or decrease the threshold
for triggering a page cleaning.
If you increase the number of LRU queues, you must increase the number of
page-cleaner threads proportionally.
Related reference:
CLEANERS configuration parameter (Administrator's Reference)
For a single-processor system, set the lrus field of the BUFFERPOOL configuration
parameter to a minimum of 4. For multiprocessor systems, set the lrus field to a
minimum of 4 or to the number of CPU VPs, whichever is greater.
The lrus, lru_max_dirty, and lru_min_dirty values control how often pages are
flushed to disk between checkpoints. Automatic LRU tuning, as set by the
AUTO_LRU configuration parameter, affects all buffer pools and adjusts the
lru_min_dirty and lru_max_dirty values in the BUFFERPOOL configuration
parameter.
When the buffer pool is very large and transaction blocking is occurring during
checkpoint processing, look in the message log to determine which resource is
triggering transaction blocking. If the physical or logical log is critically low and
triggers transaction blocking, increase the size of the resource that is causing the
transaction blocking. If you cannot increase the size of the resource, consider
making LRU flushing more aggressive by decreasing the lru_min_dirty and
lru_max_dirty settings so that the server has fewer pages to flush to disk during
checkpoint processing.
To monitor the percentage of dirty pages in LRU queues, use the onstat -R
command. When the number of dirty pages consistently exceeds the lru_max_dirty
limit, you have too few LRU queues or too few page cleaners. First, use the
BUFFERPOOL configuration parameter to increase the number of LRU queues. If
the percentage of dirty pages still exceeds the lru_max_dirty limit, update the
CLEANERS configuration parameter to increase the number of page cleaners.
Related concepts:
“The BUFFERPOOL configuration parameter and memory utilization” on page
4-10
Number of LRU queues to configure (Administrator's Guide)
Related reference:
BUFFERPOOL configuration parameter (Administrator's Reference)
The following configuration parameters affect backup and restore on all operating
systems:
v BAR_MAX_BACKUP
v BAR_NB_XPORT_COUNT
v BAR_PROGRESS_FREQ
v BAR_XFER_BUF_SIZE
TAPEDEV specifies the tape device. TAPESIZE specifies the tape size for these
backups.
Related reference:
ON-Bar and ontape configuration parameters and environment variable
(Backup and Restore Guide)
The database server removes the plog_extend.servernum file when the first
checkpoint is performed during a fast recovery.
Related reference:
PLOG_OVERFLOW_PATH configuration parameter (Administrator's Reference)
The DRTIMEOUT configuration parameter specifies the interval for which either
database server waits for a transfer acknowledgment from the other. If the primary
database server does not receive the expected acknowledgment, it adds the
transaction information to the file named in the DRLOSTFOUND configuration
parameter. If the secondary database server receives no acknowledgment, it
changes the data-replication mode as the DRAUTO configuration parameter
specifies.
Related concepts:
Replication of primary-server data to secondary servers (Administrator's
Guide)
Fully synchronous mode for HDR replication (Administrator's Guide)
Nearly synchronous mode for HDR replication (Administrator's Guide)
Asynchronous mode for HDR replication (Administrator's Guide)
Related reference:
DRINTERVAL configuration parameter (Administrator's Reference)
DRTIMEOUT configuration parameter (Administrator's Reference)
DRLOSTFOUND configuration parameter (Administrator's Reference)
DRAUTO configuration parameter (Administrator's Reference)
HDR_TXN_SCOPE configuration parameter (Administrator's Reference)
onstat -g dri command: Print high-availability data replication information
(Administrator's Reference)
LRU tuning
The LRU settings for flushing each buffer pool between checkpoints are not critical
to checkpoint performance. The LRU settings are necessary only for maintaining
enough clean pages for page replacement.
The default settings for LRU flushing are 50 percent for lru_min_dirty and 60
percent for lru_max_dirty.
If your database server has been configured for more aggressive LRU flushing
because of checkpoint performance, you can decrease the LRU flushing at least to
the default values.
LRU flushing is reset to the values contained in the ONCONFIG file on which the
database server starts.
Issues include:
v Table placement on disk to increase throughput and reduce contention
v Space estimates for tables, blobpages, sbspaces, and extents
v Changes to tables that add or delete historical data
v Denormalization of the database to reduce overhead
Tables that the database server supports reside on one or more portions of a disk
or disks. You control the placement of a table on disk when you create it by
assigning it to a dbspace. A dbspace consists of one or more chunks. Each chunk
corresponds to all or part of a disk partition. When you assign chunks to dbspaces,
you make the disk space in those chunks available for storing tables or table
fragments.
When you configure chunks and allocate them to dbspaces, you must relate the
size of the dbspaces to the tables or fragments that each dbspace is to contain. To
estimate the size of a table, follow the instructions in “Estimating table size” on
page 6-5.
The database administrator (DBA) who is responsible for creating a table assigns
that table to a dbspace in one of the following ways:
v By using the IN DBSPACE clause of the CREATE TABLE statement
v By using the dbspace of the current database
The most recent DATABASE or CONNECT statement that the DBA issues before
issuing the CREATE TABLE statement sets the current database.
The DBA can fragment a table across multiple dbspaces, as described in “Planning
a fragmentation strategy” on page 9-1, or use the ALTER FRAGMENT statement to
move a table to another dbspace. The ALTER FRAGMENT statement provides the
simplest method for altering the placement of a table. However, the table is
unavailable while the database server processes the alteration. Schedule the
movement of a table or fragment at a time that affects the fewest users.
Moving tables between databases with LOAD and UNLOAD, onload and
onunload, or HPL involves periods in which data from the table is copied to tape
Depending on the size, fragmentation strategy, and indexes that are associated
with a table, it can be faster to unload a table and reload it than to alter
fragmentation. For other tables, it can be faster to alter fragmentation. You can
experiment to determine which method is faster for a table that you want to move
or re-partition.
Related concepts:
The onunload and onload utilities (Migration Guide)
Related tasks:
Moving data with external tables (Administrator's Guide)
Related reference:
ALTER FRAGMENT statement (SQL Syntax)
LOAD statement (SQL Syntax)
UNLOAD statement (SQL Syntax)
CREATE EXTERNAL TABLE Statement (SQL Syntax)
When disk drives have different performance levels, you can put the tables with
the highest use on the fastest drives. Placing two high-use tables on separate disk
devices reduces competition for disk access when the two tables experience
frequent, simultaneous I/O from multiple applications or when joins are formed
between them.
To isolate a high-use table on its own disk device, assign the device to a chunk,
assign that chunk to a dbspace, and then place the table in the dbspace that you
created. Figure 6-1 shows three high-use tables, each in a separate dbspace, placed
on three disks.
The following figure shows the placement of the most frequently accessed data on
partitions close to the middle band of the disk.
Disk platter
Figure 6-2. Disk platter with high-use table located on middle Partitions
To place high-use tables on the middle partition of the disk, create a raw device
composed of cylinders that reside midway between the spindle and the outer edge
of the disk. (For instructions on how to create a raw device, see the IBM Informix
Administrator's Guide for your operating system.) Allocate a chunk, associating it
with this raw device, as your IBM Informix Administrator's Reference describes. Then
create a dbspace with this same chunk as the initial and only chunk. When you
create a high-use table, place the table in this dbspace.
A dbspace can include multiple chunks, and each chunk can represent a different
disk. The maximum size for a chunk is 4 terabytes. This arrangement allows you
to distribute data in a dbspace over multiple disks. Figure 6-3 shows a dbspace
distributed over three disks.
Dbspace three_arms
Keep your logical logs and the physical log on separate devices to improve
performance by decreasing I/O contention on a single device. The logical and
physical logs are created in the root dbspace when the database server is
initialized. After initialization, you can move them to other dbspaces.
To define several dbspaces for temporary tables and sort files, use onspaces -t.
When you place these dbspaces on different disks and list them in the
DBSPACETEMP configuration parameter, you spread the I/O associated with
temporary tables and sort files across multiple disks, as Figure 6-4 illustrates. You
can list dbspaces that contain regular tables in DBSPACETEMP.
Users can specify their own lists of dbspaces for temporary tables and sort files
with the DBSPACETEMP environment variable. For details, see “Configure
dbspaces for temporary tables and sort files” on page 5-8.
For a description of size calculations for indexes, see “Estimating index pages” on
page 7-4.
The disk pages allocated to a table are collectively referred to as a tblspace. The
tblspace includes data pages. A separate tblspace includes index pages. If simple
large objects (TEXT or BYTE data) are associated with a table that is not stored in
an alternative dbspace, pages that hold simple large objects are also included in the
tblspace.
The tblspace does not correspond to any fixed region within a dbspace. The data
extents and indexes that make up a table can be scattered throughout the dbspace.
The size of a table includes all the pages within the tblspace: data pages and pages
that store simple large objects. Blobpages that are stored in a separate blobspace
are not included in the tblspace and are not counted as part of the table size.
The size of a table includes all the pages within the tblspace: data pages and pages
that store simple large objects. Blobpages that are stored in a separate blobspace or
on an optical subsystem are not included in the tblspace and are not counted as
part of the table size.
The following sections describe how to estimate the page count for each type of
page within the tblspace.
Tip: If an appropriate sample table exists, or if you can build a sample table of
realistic size with simulated data, you do not need to make estimates. You can run
oncheck -pt to obtain exact numbers.
Perform the following steps to estimate the size (in pages) of a table with
fixed-length rows.
Important: Although the maximum size of a row that the database server
accepts is approximately 32 kilobytes, performance degrades when a row
exceeds the size of a page. For information about breaking up wide tables for
improved performance, see “Denormalize the data model to improve
performance” on page 6-42.
6. If the size of the row is greater than pageuse, the database server divides the
row between pages. The page that contains the initial portion of a row is called
the home page. Pages that contains subsequent portions of a row are called
remainder pages. If a row spans more than two pages, some of the remainder
pages are completely filled with data from that row. When the trailing portion
of a row uses less than a page, it can be combined with the trailing portions of
other rows to fill out the partial remainder page. The number of data pages is
the sum of the home pages, the full remainder pages, and the partial remainder
pages.
a. Calculate the number of home pages.
The number of home pages is the same as the number of rows:
homepages = rows
b. Calculate the number of full remainder pages.
First calculate the size of the row remainder with the following formula:
remsize = rowsize - (pageuse + 8)
If remsize is less than pageuse - 4, you have no full remainder pages.
If remsize is greater than pageuse - 4, use remsize in the following formula to
obtain the number of full remainder pages:
fullrempages = rows * trunc(remsize/(pageuse - 8))
c. Calculate the number of partial remainder pages.
First calculate the size of a partial row remainder left after you have
accounted for the home and full remainder pages for an individual row. In
the following formula, the remainder() function notation indicates that you
are to take the remainder after division:
When a table contains one or more VARCHAR or NVARCHAR columns, its rows
can have varying lengths. These varying lengths introduce uncertainty into the
calculations. You must form an estimate of the typical size of each VARCHAR
column, based on your understanding of the data, and use that value when you
make the estimates.
Important: When the database server allocates space to rows of varying size, it
considers a page to be full when no room exists for an additional row of the
maximum size.
To estimate the size of a table with variable-length rows, you must make the
following estimates and choose a value between them, based on your
understanding of the data:
v The maximum size of the table, which you calculate based on the maximum
width allowed for all VARCHAR or NVARCHAR columns
v The projected size of the table, which you calculate based on a typical width for
each VARCHAR or NVARCHAR column
Based on your knowledge of the data, choose a value within that range that seems
most reasonable to you. The less familiar you are with the data, the more
conservative (higher) your estimate should be.
The blobpages can reside in either the dbspace where the table resides or in a
blobspace. For more information about when to use a blobspace, see “Storing
simple large objects in the tblspace or a separate blobspace.”
Alternatively, you can base your estimate on the median size of simple large
objects (TEXT or BYTE data); that is, the simple-large-object data size that occurs
most frequently. This method is less precise, but it is easier to calculate.
To estimate the number of blobpages based on the median size of simple large
objects:
1. Calculate the number of pages required for simple large objects of median size,
as follows:
mpages = ceiling(mblobsize/bpuse)
2. Multiply this amount by the total number of simple large objects, as follows:
blobpages = blobcount * mpages
You can also store simple large objects on optical media, but this discussion does
not apply to simple large objects stored in this way.
In the following example, a TEXT value is stored in the tblspace, and a BYTE value
is stored in a blobspace named rasters:
CREATE TABLE examptab
(
pic_id SERIAL,
pic_desc TEXT IN TABLE,
pic_raster BYTE IN rasters
)
A TEXT or BYTE value is always stored apart from the rows of the table; only a
56-byte descriptor is stored with the row. However, a simple large object occupies
at least one disk page. The simple large object to which the descriptor points can
reside in the same set of extents on disk as the table rows (in the same tblspace) or
in a separate blobspace.
When simple large objects are stored in the tblspace, the pages of their data are
interspersed among the pages that contain rows, which can greatly increase the
size of the table. When the database server reads only the rows and not the simple
large objects, the disk arm must move farther than when the blobpages are stored
apart. The database server scans only the row pages in the following situations:
v When it performs any SELECT operation that does not retrieve a
simple-large-object column
v When it uses a filter expression to test rows
Another consideration is that disk I/O to and from a dbspace is buffered in shared
memory of the database server. Pages are stored in case they are needed again
soon, and when pages are written, the requesting program can continue before the
actual disk write takes place. However, because blobspace data is expected to be
voluminous, disk I/O to and from blobspaces is not buffered, and the requesting
program is not allowed to proceed until all output has been written to the
blobspace.
Managing the size of first and next extents for the tblspace tblspace
The tblspace tblspace is a collection of pages that describe the location and
structure of all tblspaces in a dbspace. Each dbspace has one tblspace tblspace.
When you create a dbspace, you can use the TBLTBLFIRST and TBLTBLNEXT
configuration parameters to specify the first and next extent sizes for the tblspace
tblspace in a root dbspace.
You can use the onspaces utility to specify the initial and next extent sizes for the
tblspace tblspace in non-root dbspaces.
Specify the initial and next extent sizes if you want to reduce the number of
tblspace tblspace extents and reduce the frequency of situations when you need to
place the tblspace tblspace extents in non-primary chunks.
The ability to specify a first extent size that is larger than the default provides
flexibility for managing space. When you create an extent, you can reserve space
during creation of the dbspace, thereby decreasing the risk of needing additional
extents created in chunks that are not initial chunks.
You can only specify the first and next extent sizes when you create a dbspace. You
cannot alter the specification of the first and next extents sizes after the creation of
the dbspace. In addition, you cannot specify extent sizes for temporary dbspaces,
sbspaces, blobspaces, or external spaces.
If you do not specify first and next extent sizes for the tblspace tblspace, Informix
uses the existing default extent sizes.
Related tasks:
Specifying the first and next extent sizes for the tblspace tblspace
(Administrator's Guide)
Related reference:
TBLTBLFIRST configuration parameter (Administrator's Reference)
TBLTBLNEXT configuration parameter (Administrator's Reference)
Managing sbspaces
An sbspace is a logical storage unit composed of one or more chunks that store
smart large objects. You can estimate the amount of storage needed for smart large
objects, improve metadata I/O, monitor sbspaces, and change storage
characteristics.
If you add a chunk to the sbspace after the initial allocation, you can take one of
the following actions for metadata space:
v Allocate another metadata area on the new chunk by default.
This action provides the following advantages:
– It is easier because the database server automatically calculates and allocates a
new metadata area on the added chunk based on the average smart large
object size
– Distributes I/O operations on the metadata area across multiple disks
v Use the existing metadata area
If you specify the onspaces -U option, the database server does not allocate
metadata space in the new chunk. Instead it must use a metadata area in one of
the other chunks.
In addition, the database server reserves 40 percent of the user area to be used in
case the metadata area runs out of space. Therefore, if the allocated metadata
becomes full, the database server starts using this reserved space in the user area
for additional control information.
You can let the database server calculate the size of the metadata area for you on
the initial chunk and on each added chunks. However, you might want to specify
the size of the metadata area explicitly, to ensure that the sbspace does not run out
of metadata space and the 40 percent reserve area. You can use one of the
following methods to explicitly specify the amount of metadata space to allocate:
v Specify the AVG_LO_SIZE tag on the onspaces -Df option.
The database server uses this value to calculate the size of the metadata area to
allocate when the -Ms option is not specified. If you do not specify
AVG_LO_SIZE, the database server uses the default value of 8 kilobytes to
calculate the size of the metadata area.
v Specify the metadata area size in the -Ms option of the onspaces utility.
Use the procedure that “Sizing the metadata area manually for a new chunk”
describes to estimate a value to specify in the onspaces -Ms option.
The following procedure assumes that you know the sbspace size and need to
allocate more metadata space.
This topic contains an example showing how to estimate the metadata size
required for two sbspaces chunks.
Suppose the Metadata size field in the onstat -d option shows that the current
metadata area is 1000 pages. If the system page size is 2048 bytes, the size of this
metadata area is 2000 kilobytes, as the following calculation shows:
current metadata = (metadata_size * pagesize) / 1024
= (1000 * 2048) / 1024
= 2000 kilobytes
Suppose you expect 31,000 smart large objects in the two sbspace chunks. The
following formula calculates the total size of metadata area required for both
chunks, rounding up fractions:
Total metadata = (LOcount*570)/1024 + (numchunks*800) + 100
= (31,000 * 570)/1024 + (2*800) + 100
= 17256 + 1600 + 100
= 18956 kilobytes
You can distribute I/O to these pages in one of the following ways:
v Mirror the chunks that contain metadata.
Important: For highest data availability, mirror all sbspace chunks that contain
metadata.
Monitoring sbspaces
You can monitor the effectiveness of I/O operations on smart large objects. For
better I/O performance, all smart large objects should be allocated in one extent to
be contiguous.
For more information about sizing extents, see “Sbspace extents” on page 5-21.
You can use the following command-line utilities to monitor the effectiveness of
I/O operations on smart large objects:
v oncheck -cS, -pe and -pS
v onstat -g smb s option
Figure 6-5 shows an example of the output from the -cS option for s9_sbspc.
The values in the Sbs#, Chk#, and Seq# columns correspond to the Space Chunk
Page value in the -pS output. The Bytes and Pages columns display the size of
each smart large object in bytes and pages.
To calculate the average size of smart large objects, you can total the numbers in
the Size (Bytes) column and then divide by the number of smart large objects. In
Figure 6-5, the average number of bytes allocated is 2690, as the following
calculation shows:
Average size in bytes = (15736 + 98 + 97 + 62 + 87 + 56) / 6
= 16136 / 6
= 2689.3
For information about how to specify smart large object sizes to influence extent
sizes, see “Sbspace extents” on page 5-21.
Large Objects
ID Ref Size Allocced Creat Last
Sbs# Chk# Seq# Cnt (Bytes) Pages Extns Flags Modified
---- ---- ----- ---- ---------- -------- ----- ----- ------------------------
2 2 1 1 15736 8 1 N-N-H Thu Jun 21 16:59:12 2007
2 2 2 1 98 1 1 N-K-H Thu Jun 21 16:59:12 2007
2 2 3 1 97 1 1 N-K-H Thu Jun 21 16:59:12 2007
2 2 4 1 62 1 1 N-K-H Thu Jun 21 16:59:12 2007
2 2 5 1 87 1 1 N-K-H Thu Jun 21 16:59:12 2007
2 2 6 1 56 1 1 N-K-H Thu Jun 21 16:59:12 2007
The Extns field shows the minimum extent size, in number of pages, allocated to
each smart large object.
Execute oncheck -pe to display the following information to determine if the smart
large objects occupy contiguous space within an sbspace:
v Identifies each smart large object with the term SBLOBSpace LO
The three values in brackets following SBLOBSpace LO correspond to the Sbs#,
Chk#, and Seq# columns in the -cS output.
v Offset of each smart large object
v Number of disk pages (not sbpages) used by each smart large object
Figure 6-6 shows sample output. In this example, the size field shows that the first
smart large object occupies eight pages. Because the offset field shows that the first
smart large object starts at page 53 and the second smart large object starts at page
61, the first smart large object occupies contiguous pages.
Figure 6-6. oncheck -pe output that shows contiguous space use
Figure 6-7 on page 6-16 shows an example of the -pS output for s9_sbspc.
To display information about smart large objects, execute the following command:
oncheck -pS spacename
The oncheck -pS output displays the following information for each smart large
object in the sbspace:
v Space chunk page
v Size in bytes of each smart large object
v Object ID that DataBlade API and Informix ESQL/C functions use
v Storage characteristics of each smart large object
When you use onspaces -c -S to create an sbspace, you can use the -Df option to
specify various storage characteristics for the smart large objects. You can use
onspaces -ch to change attributes after the sbspace is created. The Create Flags
field in the oncheck -pS output displays these storage characteristics and other
attributes of each smart large object. In Figure 6-7 on page 6-16, the Create Flags
field shows LO_LOG because the LOGGING tag was set to ON in the -Df option.
Use the onstat -g smb s option to display the following characteristics that affect
the I/O performance of each sbspace:
v Logging status
If applications are updating temporary smart large objects, logging is not
required. You can turn off logging to reduce the amount of I/O activity to the
logical log, CPU utilization, and memory resources.
v Average smart-large-object size
Average size and extent size should be similar to reduce the number of I/O
operations required to read in an entire smart large object. The avg s/kb output
field shows the average smart-large-object size in kilobytes. In Figure 6-8 on
page 6-17, the avg s/kb output field shows the value 30 kilobytes.
Specify the final size of the smart large object in either of the following functions
to allocate the object as a single extent:
– The DataBlade API mi_lo_specset_estbytes function
– The Informix ESQL/C ifx_lo_specset_estbytes function
For more information about the functions to open a smart large object and to set
the estimated number of bytes, see the IBM Informix ESQL/C Programmer's
Manual and IBM Informix DataBlade API Programmer's Guide.
v First extent size, next extent size, and minimum extent size
The 1st sz/p, nxt sz/p, and min sz/p output fields show these extent sizes if you
set the extent tags in the -Df option of onspaces. In Figure 6-8 on page 6-17,
these output fields show values of 0 and -1 because these tags are not set in
onspaces.
Table 6-1 summarizes the ways to alter the storage characteristics for a smart large
object.
Table 6-1. Altering storage characteristics and other attributes of an sbspace
System-Specified Column-Level Storage
Storage Characteristics Storage Storage
Characteristics Specified by PUT Characteris-tics Characteris-tics
Storage Specified by -Df clause of CREATE Specified by a Specified by an
Character-istic System Default Option in onspaces TABLE or ALTER DataBlade API ESQL/C
or Attribute Value Utility TABLE Function Function
Last-access OFF ACCESSTIME KEEP ACCESS TIME, Yes Yes
time NO KEEP ACCESS
TIME
Lock mode BLOB LOCK_MODE No Yes Yes
Logging status OFF LOGGING LOG, NO LOG Yes Yes
Data integrity HIGH INTEG No HIGH INTEG, Yes No
MODERATE INTEG
Size of extent None EXTENT_SIZE EXTENT SIZE Yes Yes
Size of next None NEXT_SIZE No No No
extent
Minimum 2 kilobytes on MIN_EXT_SIZE No No No
extent size Windows 4
kilobytes on
UNIX
Size of smart 8 kilobytes Average size of all No Estimated size of Estimated size
large object smart large objects a particular smart of a particular
in sbspace: large object smart large
AVG_LO_SIZE Maximum size of object Maximum
a particular smart size of a
large object particular smart
large object
Buffer pool ON BUFFERING No LO_BUFFER and LO_BUFFER
usage LO_ NOBUFFER and LO_
flags NOBUFFER
flags
Name of SBSPACE- Not in -Df option. Name of an existing Yes Yes
sbspace NAME Name specified in sbspace in which a
onspaces -S option. smart large object
resides: PUT ... IN
clause
Fragmenta- None No Round-robin Round-robin or Round-robin or
tion across distribution scheme: expression-based expression-based
multiple PUT ... IN clause distribution distribution
sbspaces scheme scheme
Last-access OFF ACCESSTIME KEEP ACCESS TIME, Yes Yes
time NO KEEP ACCESS
TIME
Later, you can use the PUT clause of the ALTER TABLE statement to change the
optional storage characteristics of these columns. Table 6-1 on page 6-18 shows
which characteristics and attributes you can change.
You can use the PUT clause of the ALTER TABLE statement to perform the
following actions:
v Specify the smart-large-object characteristics and storage location when you add
a new column to a table.
The smart large objects in the new columns can have different characteristics
than those in the existing columns.
v Change the smart-large-object characteristics of an existing column.
The new characteristics of the column apply only to new smart large objects
created for that column. The characteristics of existing smart large objects remain
the same.
For example, the BLOB data in the catalog table in the superstores_demo database
is stored in s9_sbspc with logging turned off and has an extent size of 100
kilobytes. You can use the PUT clause of the ALTER TABLE statement to turn on
logging and store new smart large objects in a different sbspace.
For information about changing sbspace extents with the CREATE TABLE
statement, see “Extent sizes for smart large objects in sbspaces” on page 6-22.
Related reference:
Sbspace logging (Administrator's Guide)
CREATE TABLE statement (SQL Syntax)
Managing extents
As you add rows to a table, the database server allocates disk space in units called
extents. Each extent is a block of physically contiguous pages from the dbspace.
Even when the dbspace includes more than one chunk, each extent is allocated
entirely within a single chunk, so that it remains contiguous.
If you have a table that needs more extents and the database server runs out of
space on the partition header page, the database server automatically allocates
extended secondary partition header pages to accommodate new extent entries.
The database server can allocate up to 32767 extents for any partition, unless the
size of a table dictates a limit to the number of extents.
Because table sizes are not known, the database server cannot preallocate table
space. Therefore, the database server adds extents only as they are needed, but all
the pages in any one extent are contiguous for better performance. In addition,
when the database server creates an extent that is next to the previous one, it treats
both as a single extent.
A frequently updated table can become fragmented over time which degrades the
performance every time the table is accessed by the server. Defragmenting a table
brings data rows closer together and avoids partition header page overflow
problems.
The following sample SQL statement creates a table with a 512-kilobyte initial
extent and 100-kilobyte added extents:
CREATE TABLE big_one (...column specifications...)
IN big_space
EXTENT SIZE 512
NEXT SIZE 100
The default value for the extent size and the next-extent size is eight times the disk
page size on your system. For example, if you have a 2-kilobyte page, the default
length is 16 kilobytes.
You can use the ALTER TABLE statement with the MODIFY EXTENT SIZE clause
to change the size of the first extent of a table in a dbspace. When you change the
You might want to change the size of the first extent of a table in a dbspace in
either of these situations:
v If a table was created with small first extent size and you need to keep adding
a lot of next extents, the table becomes fragmented across multiple extents and
the data is scattered.
v If a table was created with a first extent that is much larger than the amount of
data that is stored, space is wasted.
The following example changes the size of the first extent of a table in a dbspace to
50 kilobytes:
ALTER TABLE customer MODIFY EXTENT SIZE 50;
Changes to the first extent size are recorded into the system catalog table and on
the partition page on the disk. However, changes to the first extent size do not take
effect immediately. Instead, whenever a change that rebuilds the table occurs, the
server uses the new first extent size.
For example, if a table has a first extent size of 8 kilobytes and you use the ALTER
TABLE statement to change this to 16 kilobytes, the server does not drop the
current first extent and recreate it with the new size. Instead, the new first extent
size of 16 kilobytes takes effect only when the server rebuilds the table after actions
such as creating a cluster index on the table or detaching a fragment from the
table.
Use the MODIFY NEXT SIZE clause to change the size of the next extent to be
added. This change does not affect next extents that already exist.
The following example changes the size of the next extent of a table to 50
kilobytes:
ALTER TABLE big_one MODIFY NEXT SIZE 50;
The next extent sizes of the following kinds of tables do not affect performance
significantly:
v A small table is defined as a table that has only one extent. If such a table is
heavily used, large parts of it remain buffered in memory.
v An infrequently used table is not important to performance no matter what size
it is.
v A table that resides in a dedicated dbspace always receives new extents that are
adjacent to its old extents. The size of these extents is not important because,
being adjacent, they perform as one large extent.
When you assign an extent size to these kinds of tables, the only consideration is
to avoid creating large numbers of extents. A large number of extents causes the
database server to spend extra time finding the data. In addition, an upper limit
No upper limit exists on extent sizes except the size of the chunk. The maximum
size for a chunk is 4 terabytes. When you know the final size of a table (or can
confidently predict it within 25 percent), allocate all its space in the initial extent.
When tables grow steadily to unknown size, assign them next-extent sizes that let
them share the dbspace with a small number of extents each.
As the dbspace fills up, you might not have enough contiguous space to create an
extent of the specified size. In this case, the database server allocates the largest
contiguous extent that it can.
Related reference:
TBLTBLFIRST configuration parameter (Administrator's Reference)
TBLTBLNEXT configuration parameter (Administrator's Reference)
MODIFY EXTENT SIZE (SQL Syntax)
If the unfragmented table was defined with a large next-extent size, the database
server uses that same size for the next-extent on each fragment, which results in
over-allocation of disk space. Each fragment requires only a proportion of the
space for the entire table.
For example, if you fragment the preceding big_one sample table across five disks,
you can alter the next-extent size to one-fifth the original size. The following
example changes the next-extent size to one-fifth of the original size:
ALTER TABLE big_one MODIFY NEXT SIZE 2;
Related reference:
MODIFY NEXT SIZE clause (SQL Syntax)
For more information about sizing extents, see “Sbspace extents” on page 5-21. For
more information, see “Monitoring sbspaces” on page 6-13.
Output from the onstat -t option includes the tblspace number and the following
four fields.
Field Description
npages
Pages allocated to the tblspace
nused Pages used from this allocated pool
nextns Number of extents used
npdata
Number of data pages used
If a specific operation needs more pages than are available (npages minus nused),
a new extent is required. If enough space is available in this chunk, the database
server allocates the extent here; if not, the database server looks for space in other
available chunks. If none of the chunks contains adequate contiguous space, the
database server uses the largest block of contiguous space that it can find in the
dbspace. Figure 6-9 shows an example of the output from this option.
Tblspaces
n address flgs ucnt tblnum physaddr npages nused npdata nrows nextns
0 422528 1 1 100001 10000e 150 124 0 0 3
1 422640 1 1 200001 200004 50 36 0 0 1
54 426038 1 6 100035 1008ac 3650 3631 3158 60000 3
62 4268f8 1 6 100034 1008ab 8 6 4 60 1
63 426a10 3 6 100036 1008ad 368 365 19 612 3
64 426b28 1 6 100033 1008aa 8 3 1 6 1
193 42f840 1 6 10001b 100028 8 5 2 30 1
7 active, 200 total, 64 hash buckets
To help ensure that the limit is not exceeded, the database server performs the
following actions:
v The database server checks the number of extents each time that it creates an
extent. If the number of the extent being created is a multiple of 16, the database
server automatically doubles the next-extent size for the table. Therefore, at
every 16th creation, the database server doubles the next-extent size.
v When the database server creates an extent next to the previous extent, it treats
both extents as a single extent.
Interleaving creates gaps between the extents of a table. Figure 6-10 shows gaps
between table extents.
Table 1 extents
Table 2 extents
Table 3 extents
Try to optimize the table-extent sizes to allocate contiguous disk space, which
limits head movement. Also consider placing the tables in separate dbspaces.
This output is useful for determining the degree of extent interleaving. If the
database server cannot allocate an extent in a chunk despite an adequate number
of free pages, the chunk might be badly interleaved.
You can rebuild a dbspace to eliminate interleaved extents so that the extents for
each table are contiguous.
The order of the reorganized tables within the dbspace is not important, but the
pages of each reorganized table should be contiguous so that no lengthy seeks are
required to read the table sequentially. When the disk arm reads a table
nonsequentially, it ranges only over the space that table occupies.
Table 1 extents
Table 2 extents
Table 3 extents
The LOAD statement re-creates the tables with the same properties they had
before, including the same extent sizes.
You can also unload a table with the onunload utility and reload the table with the
companion onload utility.
Related concepts:
The onunload and onload utilities (Migration Guide)
Related reference:
LOAD statement (SQL Syntax)
UNLOAD statement (SQL Syntax)
The TO CLUSTER clause reorders rows in the physical table to match the order in
the index. For more information, see “Clustering” on page 7-11.
To display the location and size of the blocks of free space, execute the oncheck
-pe command.
You do not need to drop an index before you cluster it. However, the ALTER
INDEX process is faster than CREATE INDEX because the database server reads
the data rows in cluster order using the index. In addition, the resulting indexes
are more compact.
To prevent the problem from recurring, consider increasing the size of the tblspace
extents.
If you use the ALTER TABLE statement to add or drop a column or to change the
data type of a column, the database server copies and reconstructs the table. When
the database server reconstructs the entire table, it rewrites the table to other areas
of the dbspace. However, if other tables are in the dbspace, no guarantee exists
that the new extents will be adjacent to each other.
Important: For certain types of operations that you specify in the ADD, DROP,
and MODIFY clauses, the database server does not copy and reconstruct the table
during the ALTER TABLE operation. In these cases, the database server uses an
in-place alter algorithm to modify each row when it is updated (rather than during
the ALTER TABLE operation). For more information about the conditions for this
in-place alter algorithm, see “In-place alter” on page 6-35.
Important: When you delete rows in a table, the database server reuses that space
to insert new rows into the same table. This section describes the procedures for
reclaiming unused space for use by other tables.
You might want to resize a table that does not require the entire amount of space
that was originally allocated to it. You can reallocate a smaller dbspace and release
the unneeded space for other tables to use.
When you run the ALTER INDEX statement with the TO CLUSTER clause, all of
the extents associated with the previous version of the table are released. Also, the
newly built version of the table has no empty extents.
Related concepts:
Clustering (Performance Guide)
Related reference:
ALTER INDEX statement (SQL Syntax)
For more information about the syntax of the ALTER FRAGMENT statement, see
the IBM Informix Guide to SQL: Syntax.
For more information about using TRUNCATE, see the IBM Informix Guide to SQL:
Syntax.
A frequently updated table can become fragmented over time which degrades the
performance every time the table is accessed by the server. Defragmenting a table
brings data rows closer together and avoids partition header page overflow
problems.
Defragmenting an index brings the entries closer together which improves the
speed at which the table information is accessed.
You cannot stop a defragment request after the request has been submitted.
Additionally, there are specific objects that cannot be defragmented and you cannot
defragment a partition if another operation is running that conflicts with the
defragment request.
You can use the onstat -g defragment command to display information about the
active defragment requests.
Related tasks:
Scheduling data optimization (Administrator's Guide)
Related reference:
onstat -g defragment command: Print defragment partition extents
(Administrator's Reference)
oncheck -pt and -pT: Display tblspaces for a Table or Fragment
(Administrator's Reference)
defragment argument: Dynamically defragment partition extents (SQL
administration API) (Administrator's Reference)
You can also use this feature to improve query performance over storing each
fragment in a different dbspace when a dbspace is located on a faster device.
For more information, see information about managing partitions in the IBM
Informix Administrator's Guide.
For an example of onstat -g opn output and an explanation of output fields, see
the IBM Informix Administrator's Reference.
You can use one or more of the following methods to load large tables quickly:
v External tables
v Nonlogging tables
The database server provides support to:
– Create nonlogging or logging tables in a logging database.
– Alter a table from nonlogging to logging and vice versa.
The two table types are STANDARD (logging tables) and RAW (nonlogging
tables). You can use any loading utility such as dbimport or HPL to load raw
tables.
v High-Performance Loader (HPL)
You can use HPL in express mode to load tables quickly.
OLTP applications usually use standard tables. OLTP applications typically have
the following characteristics:
v Real-time insert, update, and delete transactions
Logging and recovery of these transactions is critical to preserve the data.
Locking is critical to allow concurrent