If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > A question for ISAM

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-16-04, 22:15
ypx ypx is offline
Registered User
 
Join Date: Apr 2004
Location: UK
Posts: 2
A question for ISAM

Hi, can anyone help me please, thank you.

It is said that ISAM provide effiecient support for range searches, but i think it only works with the sorted files, because even the data are allocated sequential in ISAM, if the files are not sorted, how can it be effiecient?
eg.
with a sorted file: 4 8 13 index page
1 3 5 6 7 9 11 15 data page

in this sorted file, the range search would be effiencient since the data can be searched sequential from 1 3 5 6 7 9 11 15

but how about with a unsorted file? you can image that the search can not be effieciently since the data are not in order.


Thank you
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On