Is a memory page loaded to main memory for each fread/fseek on a file?

I am trying to implement a byte wise hashing along with BTREE in between , (i.e) If the first byte is (For ex:) 200 .I would directly seek to (index+200) which has the pointer to the bucket . But that would be lot wastage, if a whole memory page containing (index+200) is loaded into memory and i would use only a bit of it.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.