Results 1 to 3 of 3

Thread: indexing problem.. millions of records..

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    65

    Post

    hi,
    i have a huge table which has a index
    defined on 3 columns BookName, Articles and PageNo.
    But, i can't use the index to search the big table as i have data for only BookName in another small table.
    Is there any way i could make use of the index ?
    Since, table is too big, i can't search on
    the name alone .. If i do the join, will it
    use the index ?
    thanks
    sarath

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    The index will be used in the join if it is the field you are joining your tables on.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    65

    Post

    thanks..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width