1.

If A Table Has Few Rows, Should You Create Indexes On This Table?

Answer»

You can BUILD bit-map index but it may not be USED in the Online TRANSACTION Processing (OLTP) ENVIRONMENT because it is not selective and may not add value to query performance. Therefore, practically in OLTP APPLICATION, you should not build an index on this table.

You can build bit-map index but it may not be used in the Online Transaction Processing (OLTP) environment because it is not selective and may not add value to query performance. Therefore, practically in OLTP application, you should not build an index on this table.



Discussion

No Comment Found