|
Marie, Graziano, Marie wrote: > > I have a scenario where the V.P. wants us to create Joined logicals with > SQL. Can someone give me some feedback why I would NOT want to have joined > logicals. > > The files would be ½ million records +. It depends. Would the access paths be permanent or does he want to create these JLF's on the fly? Creating any access path (LF or JLF) on the fly over 500,000+ records is no light matter. The perfomance implications could be quite noticable (especially on a smaller system). But if these are fairly static definitions, and the VP just want's one or two JLF's to support some business function, then build the access paths. The overhead will not be much different than creating a similar sized LF. If the requests would be dynamic and the JLF's need to be built on the fly, it is usually more efficient to perform an initial query that does record selection to an outfile. Then build the JLF over the outfile which would contains a significanly smaller set of data than the original 500,000+ record data file. hth, jte > > Mgraziano@badgermeter.com > +--- > | This is the Midrange System Mailing List! > | To submit a new message, send your mail to MIDRANGE-L@midrange.com. > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. > | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: david@midrange.com > +--- -- John Earl johnearl@toolnet.com PowerTech Toolworks 206-575-0711 PowerLock Network Security www.toolnet.com The 400 School www.400school.com -- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
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.