Seagate ST43401N/ND Información técnica Pagina 75

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 172
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 74
Migrating to Sybase Adaptive Server Enterprise 11.5 5-21
Adaptive Server Enterprise 11.5 If Your Current Version is 4.x, 10.x, or 11.0.x
For more information, see the section on the set command in the
Adaptive Server Enterprise Reference Manual.
Sorted Order in Queries with Clustered Indexes
Queries on tables with clustered indexes have, in past releases,
returned results in a predictable order, that is, index order. However,
this behavior was never guaranteed by
select semantics. and was only
an artifact of linear processing.
Adaptive Server may now perform a parallel scan on a clustered
index if this is the best plan. In this case, results may not return in the
same order as before; they may, in fact, differ in order between
different executions of the same query. If the query specifies
rowcount,
the results may be completely different. This is not an error.
If you need results returned in a certain order, do not rely on the
existence of a clustered index. Use an explicit
order by clause.
Changes Due to Two-Phase Commit Enhancements
If you upgraded your existing two-phase commit configuration to
the new 11.5 configuration, make sure that user applications or
stored procedures reference sybsystemdb..spt_committab instead of
master..spt_committab. For more information about changes to two-
phase commit, see Chapter 6, “Implement: Making Required
Database Administration Changes”, as well as What’s New in Sybase
Adaptive Server Enterprise 11.5.
A Few Transact-SQL Programming Tips
How you code can affect optimizer decisions. The following sections
contain a few programming tips that may improve your processing
speed:
Syntax That Can Slow You Down 5-21
General Tips 5-24
Learn More About Coding For Performance 5-25
Syntax That Can Slow You Down
The following examples show syntax that can take longer to process
than some simple alternatives:
Vista de pagina 74
1 2 ... 70 71 72 73 74 75 76 77 78 79 80 ... 171 172

Comentarios a estos manuales

Sin comentarios