![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am not sure whether I am posting to the correct group; If not, please tell me which groups are better. My experience has been mainly with Oracle. In Oracle (9i+) there is an optimizer mode name FIRST_ROWS (Now FIRST_ROWS_N), typically used in OLTP environments. It hints that the database should favor returning the first N rows of a query as soon as possible; The rest of the query can continue running in the background. Typically, this mode favors indexes over full-table scans. The idea is that the user sees a result set quickly. Is there something similar in MSSQL 2005? If so, any info or links will be greatly appreciated. Thanks, QZ |
#3
| |||
| |||
|
|
I am not sure whether I am posting to the correct group; If not, please tell me which groups are better. My experience has been mainly with Oracle. In Oracle (9i+) there is an optimizer mode name FIRST_ROWS (Now FIRST_ROWS_N), typically used in OLTP environments. It hints that the database should favor returning the first N rows of a query as soon as possible; The rest of the query can continue running in the background. Typically, this mode favors indexes over full-table scans. The idea is that the user sees a result set quickly. Is there something similar in MSSQL 2005? If so, any info or links will be greatly appreciated. |
![]() |
| Thread Tools | |
| Display Modes | |
| |