answersLogoWhite

0


Best Answer

If you are going to use the date column in the WHERE clause of you select, THEN Indexing on that date column will enhance the performance Hope this helps

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Will index on a date column help in enhancing query performance in oracle?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is an index in database?

Oracle includes numerous data structures to improve the speed of Oracle SQL queries. Oracle includes many new indexing algorithms that dramatically increase the speed with which Oracle queries are serviced like b-tree index, bitmap indexes, function-based indexes, and index-only tables (IOTsOracle uses indexes to avoid the need for large-table, full-table scans and disk sorts, which are required when the SQL optimizer cannot find an efficient way to service the SQL query. I begin our look at Oracle indexing with a review of standard Oracle b-tree index methodologies.


What default index type does Oracle use?

B*Tree Indexes are default indexing feature in Oracle.


What are the components of relational database?

Table, index, trigger and column Table, index, trigger and column


What is in a index?

An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each value that appears in the indexed columns. By default, Oracle creates B-tree indexesThe syntax for creating a index is:CREATE [UNIQUE] INDEX index_nameON table_name (column1, column2, . column_n)[ COMPUTE STATISTICS ];UNIQUE indicates that the combination of values in the indexed columns must be unique.COMPUTE STATISTICS tells Oracle to collect statistics during the creation of the index. The statistics are then used by the optimizer to choose a "plan of execution" when SQL statements are executed.


Supplier performance index?

Considers costs associated with supplier nonperformance


What is index in sql?

Index is a data structure that improve the performance of data.


Which database object provide fast access to data in the rows of table oracle?

index


What are objectives of composing indices?

A Stock market index is an indicator that shows us the performance of the stock market as a whole.For example The BSE Index or the Sensex as it is popularly known, is the index of the performance of the 30 largest & most profitable, popular companies listed in the index. Each company that is part of the index has its own weightage in the value of the Index.


What is the average adult brain performance index?

10000000000


What are the advantages and disadvantages of indexes in oracle?

The advantages of indexes in Oracle are that it is faster at accessing rows and is useful. The disadvantages are that the table used is small and an index must be used in order to access data.


How does the thematic index work to track performance?

Thematic index is basically to tracking the companies performance and provides exposure to millennial companies. if you want to know more about thematic index or thematic indices then feel free to visit indxx website.


Can you benchmark an index against another index?

Investors use an index as a point of reference to compare how well their investments are doing. For example, an investor holding individual common stocks can compare his performance to a wide based benchmark index such as the S&P 500. An investor can also benchmark one index against another to compare relative performance of a specific stock market sector. For example, a benchmark index for gold can be compared to a benchmark index for oil or real estate to evaluate the relative performance return of each sector.