|
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
Tommy.Holden@xxxxxxxxxxxxxxxxxxxxx
Sent: Tuesday, September 11, 2007 5:28 PM
To: Midrange Systems Technical Discussion
Subject: RE: CREATE INDEX and name only some columns
my same statement regarding select/omit LFs still applies.
why build LFs that have only specific fields??? What exactly
do you gain from that? not much. except more LFs with the
same key structure containing other selected fields (or
heaven forbid includes all PF fields)??
Thanks,
Tommy Holden
vhamberg@xxxxxxxxxxx
Sent by: midrange-l-bounces@xxxxxxxxxxxx
09/11/2007 04:23 PM
Please respond to
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
To
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
cc
Subject
RE: CREATE INDEX and name only some columns
Tommy - Jeff is not using either select/omit or join
logicals, as far as I
can see. He just wants the ability to have fewer than all the columns
along with the index, which is only available with
DDS-defined logicals,
not DDL-defined logicals - heh - otherwise known as indexes and views.
It is true that views and indexes can be used in F-specs - but not
combined.
So he can create the PF with DDL, as others have suggested -
then make the
LF over it to get the column-filtering he wants, and keyed.
Vern
-------------- Original message ----------------------
From: Tommy.Holden@xxxxxxxxxxxxxxxxxxxxx
"As long as you're using native I/O you're _are_ going tohave to have
DDS
logicals. Unless you'recapabilities
writing/rewriting from the ground up to avoid the need for
only available to DDSnecessary for
logicals."
i have to disagree on this point. DDS logicals are not
native I/O. as to avoiding the need for DDS capabilitesyou don't have
to
rewrite the world. I've never been a fan of select/omit orjoin logical
files. it becomes a tedious pain when you have 15 LFs thatare keyed in
the order you need but every fricking one has a select/omitwhich makes
them totally useless to you. this is one of the reasonyou'll see 5
billion LFs over a single PF. create the LF (or SQL index)and code for
your conditions...the important
Thanks,
Tommy Holden
"Wilt, Charles" <WiltC@xxxxxxxxxx>
Sent by: midrange-l-bounces@xxxxxxxxxxxx
09/11/2007 03:48 PM
Please respond to
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
To
"Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
cc
Subject
RE: CREATE INDEX and name only some columns
Why?
If you need it for native I/O, use a DDS logical.
As long as the physical file is defined with DDL, you get
benefits of using DDL vs. DDShave to have
including:
-Validation on Write instead of Read
-64K Access paths (when logical shares an SQL access path)
As long as you're using native I/O you're _are_ going to
DDS
logicals. Unless you'recapabilities
writing/rewriting from the ground up to avoid the need for
only available to DDS--
logicals.
HTH,
Charles
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Jeff Crosby
Sent: Tuesday, September 11, 2007 4:29 PM
To: 'Midrange Systems Technical Discussion'
Subject: RE: CREATE INDEX and name only some columns
Poop.
Yes I need it for native I/O. I'll figure out another way.
But I _AM_ going to define this file via DDL.
--
Jeff Crosby
UniPro FoodService/Dilgard
P.O. Box 13369
Ft. Wayne, IN 46868-3369
260-422-7531
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.
--
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 mailing list archive is Copyright 1997-2025 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.