Friday, October 9, 2009

Funny Name For Sorority

indexes in Access 2007

A computer index is as index in a book where we have chapters in the book and page where each chapter begins. We will not get far in how to implement an internal rates as it is not in our objectives but we will give some brief ideas of how to define what they are and when to use them or not.


Advantages and disadvantages.

Advantages:

If a table has an index defined on a column Access can more quickly locate a row with a given value in that column.

Retrieve the rows from a table in an orderly manner through the column in question will also be much faster.


Disadvantages:
index
As an additional data structure to the table, occupies a little more disk space.

When you add, modify or delete rows from the table, the system must update the indexes affected by these changes which means a longer process time.

For these reasons it is advisable to define rates indiscriminately.

Drawbacks Discussed here are nothing compared to the benefits if the column which is defined index is a column that will often be used to search or sort the rows in the table.

So a fairly good rule is to define indexes on columns that are to be used often to retrieve or sort the rows in a table.

The fact Access automatically creates indexes on primary key columns and fields involved in relationships as it is often used to retrieve specific rows.


0 comments:

Post a Comment