Seagate ST43401N/ND Informations techniques Page 79

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 172
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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”.
Vue de la page 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 171 172

Commentaires sur ces manuels

Pas de commentaire