![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re^3: A profiling surprise ...by Jenda (Abbot) |
on May 24, 2008 at 13:04 UTC ( #688291=note: print w/replies, xml ) | Need Help?? |
For the last I'd rather say, select a row by the clustered index if you know it, it's unique and you want just that row. Not sure other databases use the same terminology as MSSQL, but in MSSQL the clustered index is the index that controls the order in which the data are actually stored so it's the fastest one to use. And it doesn't have to be the primary key. I agree completely with the rest!
In Section
Seekers of Perl Wisdom
|
|