Author Topic: Transform->Load vs Transform on the fly  (Read 3539 times)

jeffs42885

  • Guest
Transform->Load vs Transform on the fly
« on: September 17, 2012, 07:39:38 AM »
Hello al!

We currently use Xenos to transform PCL/MTA/AFP to PDF, and then store it OnDemand.

In talking with certain vendors other then xenos, they mentioned that alot of their clients store as AFP, and convert to PDF on the fly.

Can anyone provide feedback (positive/negatives) as do doing either of these methods

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2230
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Transform->Load vs Transform on the fly
« Reply #1 on: September 17, 2012, 07:53:29 AM »
Historically, AFP compressed far better than PDF.  That may change in the newer versions of CMOD, which can 'decompose' PDFs (aka remove bulky resources like images and fonts), then 'recompose' them on retrieval -- in exactly the same way CMOD does for AFP data. 

The requisite for this is the PDF indexer, which is a separately licensed product or 'bolt-on-feature', which makes the cost of the separate software another variable...

Good luck!

-JD.

IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

jeffs42885

  • Guest
Re: Transform->Load vs Transform on the fly
« Reply #2 on: September 17, 2012, 09:30:27 AM »
Thanks JD. I'm just trying to figure out which is better..transform then load, or load then transform,

Does it make sense that transform then load as PDF would cut back on overhead from having to transform on the fly?

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2230
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Transform->Load vs Transform on the fly
« Reply #3 on: September 18, 2012, 02:30:28 AM »
In order to know for sure, you'll have to try it yourself...  But from what I've seen, the cost of some cheap x86 hardware (or an extra CPU or two) to do some transforms is far less than the cost of twice as much enterprise-class disk running 24x7x365.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

frasert

  • Guest
Re: Transform->Load vs Transform on the fly
« Reply #4 on: September 27, 2012, 11:37:32 AM »
My vote would be to store as AFP and convert to PDF on the retrievals.  Given that most reports are never retrieved anyway, why waste server resources converting to PDF?