× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Now I'm really confused!

And index tells how to sort the records - like the ORDER BY - more recently it IS possible to put a WHERE clause into it.

An index does not list the columns to return - that is done in a view.

A view is essentially a SELECT statement - without ORDER BY - that is contained in a file - actually an LF with SQL characteristics.

I'm not sure how a view creates an index - Alan, please explain more.

With a view, the SELECT statement is optimized at run-time, it is a dynamic SELECT - the optimizer will decide which indexes, if any, should be used to most efficiently run the view. It may end up creating a temporary index, but that is no different than any SQL processing now.

The point of index advice is to give a hint to which index might be helpful, so that it doesn't have to be created at run-time.

I hope that makes a little sense - you say in the other thread that this vendor says just to create some LFs or indexes - seems you're not getting much help.

I rather doubt even the need for this data warehouse - if the data is already somewhere, it can be read and used - and you may already have most of the indexes you need.

Especially when this DW ends up being this mostrosity that is giving you so much trouble.

Of course, as these things go, it's probably too late to pull the plug!!

Again - good luck!
Vern

On 12/26/2013 5:59 PM, Alan Campin wrote:
You don't. View will create index at runtime.
On Dec 26, 2013 3:49 PM, "Hoteltravelfundotcom" <hoteltravelfun@xxxxxxxxx>
wrote:

Hi Does one create an index via VIEW? I am not seeing how to do this.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.