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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 172
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 78
Migrating to Sybase Adaptive Server Enterprise 11.5 5-25
Adaptive Server Enterprise 11.5 If Your Current Version is 4.x, 10.x, or 11.0.x
query such as the example, the query process must scan all index
pages where age = 30 to find the first qualifying row that is larger:
Don't:
select EmployeeName
from Employee
where age > 30
However, when the same query is written in either of two ways,
the query process goes directly to the first qualified row and
starts processing from there:
Do:
select EmployeeName
from Employee
where age >= 30 + 1
Or do:
select EmployeeName
from Employee
where age >= 31
Learn More About Coding For Performance
To learn more about programming for performance, as well as
monitoring and tuning your system, consider taking Sybase’s
“Migrating to Adaptive Server 11.5” course. For more information,
see Chapter 1, “Introduction and Guide to Resources”.
Vista de pagina 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 171 172

Comentarios a estos manuales

Sin comentarios