× 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.



I have a utility that analyzes the Index Advisor data and I target building
enough indexes to handle 70% (or better) of interactive queries. I usually
see on tables with high use is a small number of high-usage access paths
and lots of IA entries with limited use. I look at leading keys, decide
which ones I'm going to build, and remove that entry from the IA table.

On Sun, Oct 18, 2020 at 11:40 PM Birgitta Hauser <Hauser@xxxxxxxxxxxxxxx>
wrote:

It will tell you what indexes you have to create...

... but be careful!
Do not create all advised indexes. Decide wisely!
Check how often they are advised for which query they are advised.
Creating hundreds of indexes for big tables with hundreds of millions of
rows is not a good idea. Each index slows down performance when
inserting/updating or deleting rows in a table.
Index Access on small tables may be (slightly) slower than a table scan.
Indexing and Statistics Strategies are a little more complex then just
creating advised indexes.

I'd recommend to read the following white paper from Mike Caine and Kent
Milligan:
Indexing and Statistics Strategies

https://www.ibm.com/support/pages/sites/default/files/inline-files/$FILE/indexing%20and%20statistics%202011.pdf

Mit freundlichen Grüßen / Best regards

Birgitta Hauser


"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
„Train people well enough so they can leave, treat them well enough so
they don't want to.“ (Richard Branson)


-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Reeve
Sent: Montag, 19. Oktober 2020 05:36
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: SQL Equivalent of CRTLF

Greg, I highly recommend looking into the Index Advisor. It will tell you
what indexes you have to create...and the IA will do it with a click.

I code against tables/PF’s and let the IA tell me what I have to create
for performance. I still use LF’s a bit but not in any new code I’ve
written in years.

-Reeve

On Fri, Oct 16, 2020 at 07:46 Greg Wilburn <
gwilburn@xxxxxxxxxxxxxxxxxxxxxxx>
wrote:

I've been using SQL I programs and to create views for quite some time.
I'm trying to force myself away from DDS.

So I created a new table with SQL... now I need to create a subset of
that table by way of a logical file (I want to use RPG Native access
in my program), which can also be updated.

Is there a simple way to create a view of my table that contains all
columns "where" one of the columns is blank?

My current take on DDL versus DDS is that DDS is much, much easier and
faster to use.
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a
message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription
related questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com

--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a
message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com

--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com


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.