Results 1 to 3 of 3
  1. #1
    johnseito is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2013
    Posts
    419

    Index fields in Access

    What happen when you index a field in Access. Does it make your query run quicker ?

  2. #2
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Indexing provide a location bookmark which Access can reference.
    This makes searching and filtering MUCH faster in SELECT queries - in tests I've found up to 250x faster.
    However it makes UPDATE queries up to 50% slower as the index needs to be updated as well as the field itself

    So if you will search more than update, indexing search fields is very useful.
    Not all fields should be indexed however. Ignore Yes/No fields for example

    I have done various speed comparison tests.
    For example, these tests on optimising queries http://www.mendipdatasystems.co.uk/s...s-8/4594556613
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  3. #3
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,938

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Index / Match function in Access
    By aslamnoori in forum Access
    Replies: 2
    Last Post: 04-30-2016, 11:02 AM
  2. Replies: 4
    Last Post: 01-14-2016, 02:18 PM
  3. Access won't set the first index to 1
    By togo in forum Access
    Replies: 5
    Last Post: 10-03-2012, 08:11 PM
  4. Creating a unique index on two fields
    By Paul H in forum Database Design
    Replies: 3
    Last Post: 11-03-2011, 10:15 AM
  5. Access 2010 - Tab Index problem
    By ldare2000 in forum Forms
    Replies: 2
    Last Post: 09-07-2011, 05:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums