speed reading records from Table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pvinod
    New Member
    • Aug 2007
    • 9

    speed reading records from Table

    Hi,

    Consider a table have 10,00,000 records.

    What is the time difference between reading single record from the table and reading all the records from the table?

    which one will be faster?

    thanks,
    vinod
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Reading a single record will be obviously faster.
    An index can make it even faster.

    Comment

    Working...