Hello List. We have a couple 3rd party UBEs that take between 5 and 30 hours to complete. We recently had an audit on our SQL 2014 database. Several indexes have been recommended of which they say should be done sooner than later. Below is one of those.
CREATE INDEX [ix_F44S712F_IDMCU_IDOBJ_IDSUB_IDSBLT_IDSBL_IDLT_in cludes] ON [JDE_PRODUCTION].[PRODDTA].[F44S712F] ([IDMCU], [IDOBJ], [IDSUB], [IDSBLT], [IDSBL], [IDLT]) INCLUDE ([IDSCENARIO], [IDSCNVERNM], [IDRCRECTYP], [IDSEQ], [IDACTVSEQ], [IDEV01], [IDEL], [IDDL01], [IDOPTION], [IDSELECTID], [IDRMID], [IDRLSELID], [IDVZSELID], [IDCOMBOPT], [IDCORMID], [IDCOACTFLG], [IDRBSELID], [IDHCCLASS1], [IDHCCLASS2], [IDHCCLASS3], [IDSTDSEL], [IDSELINA], [IDBHSEL], [IDEV07], [IDNTY09], [IDTGCOST], [IDTGRCOST], [IDCRMRCLS], [IDRCCST], [IDRMISINCL], [IDSLTYP], [IDADDREM], [IDRMK], [IDHBST1], [IDHBST2], [IDHBST3], [IDHBST4], [IDHBST5], [IDAN01], [IDAN02], [IDAN03], [IDAN04], [IDAN05], [IDCRTU], [IDCRTJ], [IDCRTT], [IDWRKSTNID], [IDHBOPID], [IDUPMB], [IDUPMJ], [IDUPMT], [IDJOBN], [IDPID]) WITH (FILLFACTOR=100, ONLINE=ON);
Typically we create custom indexes in the JD Edwards toolset and then generate one single index.
Can we create the entire index above in the JD Edwards toolset and by that I mean including everything to the right of the include and if not would we be better off creating the index as is directly into the SQL database or use the JD Edwards toolset, dropping everything to the right of the include and just add the key?
Thanks in advance for any feedback.
Our 9.2.1.1 config
Application Release: 9.2
Tools Release: 9.2.1.1
Application (Enterprise) Servers - 2012 standard x64 (64-bit)
Web Servers - 2012 standard R2 Datacenter x64 (64-bit)
Database servers - 2012 standard R2 Datacenter x64 (64-bit) / SQL server 2014
WebLogic Server Administration Console 12c
Dell EqualLogic