answersLogoWhite

0

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

17y ago

What else can I help you with?

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.


What is oracles last analyzed column?

In Oracle databases, the "last analyzed" column refers to the timestamp indicating when the database statistics for a particular table or index were last gathered or updated. This information is crucial for the query optimizer, as it helps determine the most efficient execution plan for SQL queries. The "last analyzed" date can be viewed using data dictionary views like USER_TAB_STATISTICS or DBA_TAB_STATISTICS. Regularly updating statistics ensures optimal performance of the database.


What is Col index num?

In Excel, the "Col index num" refers to the column number in a specified range from which to retrieve data when using functions like VLOOKUP. It indicates the position of the column relative to the first column of the lookup range. For example, if your lookup range starts in column A and you want to retrieve data from column C, the col index num would be 3.


Supplier performance index?

Considers costs associated with supplier nonperformance


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

index


What is index in sql?

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


What is the current performance of the ABX subprime index?

The current performance of the ABX subprime index is fluctuating due to market conditions.


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.


What are the applications of materials with a high refractive index in the field of optics and photonics?

Materials with a high refractive index are used in optics and photonics for applications such as creating lenses with improved focusing capabilities, increasing the efficiency of light-emitting devices like LEDs, and enhancing the performance of optical fibers for better signal transmission.