Network Performance; Improving Large Data Transfers - Sybase Adaptive Server IQ 12.4.2 Administration And Performance Manual

Table of Contents

Advertisement

Network performance

Improving large data transfers

JOIN_MAX_HASH_ROWS
rows the query optimizer will consider for a hash algorithm. The default is
125,000 rows. For example, if there is a join between two tables, and the
estimated number of rows entering the join from both tables exceeds this
option value, the optimizer will not consider a hash join. On systems with
more than 50MB per user of
to consider a higher value for this option.
MAX_CARTESIAN_RESULT
query containing a cartesian join (usually the result of missing one or more
join conditions when creating the query). If Adaptive Server IQ cannot
find a query plan for the cartesian join with an estimated result under this
limit, it rejects the query and returns an error. The default is 100,000,000
rows.
Specifies whether the database will always count the
ROW_COUNTS
number of rows in a query when it is opened. Default is
this option guarantees an accurate count, but can slow the start of query
processing.
The following sections offer suggestions for solving some network
performance issues.
Large data transfers simultaneously decrease overall throughput and increase
the average response time. Here are some suggestions to improve performance
during these transfers:
Perform large transfers during off-hour periods, if possible.
Limit the number of concurrent queries during large transfers.
Do not run queries and insertions concurrently during large transfers.
Use stored procedures to reduce total traffic.
Use row buffering to move large batches through the network.
CHAPTER 12
Managing System Resources
Sets the maximum estimated number of
TEMP_CACHE_MEMORY_MB
Limits the number of result rows from a
, you may want
. Turning on
OFF
459

Advertisement

Table of Contents
loading

Table of Contents