Armedia Blog

Archive for May, 2009

Documentum Performance Enhancers – They’re not just for athletes anymore

May 24th, 2009 by Rahul Raina

Good day, all. For all who are celebrating Memorial Day, we wish you the best & pass along our respects to our servicemen and women of past & present.

Today’s topic will cover some simple advice on how to extract more performance out of your Content Server by simply changing the way you ask it questions in your code. Documentum offers plenty of advice on how to trim & tune your Content Servers, but the simplest advice that goes the longest way is: Use DQL.

DQL? But we are in Java land now. Java is object oriented, and object oriented is power. Why would we cast aside our right to exercise Object Oriented Programming and go back to the stone aged days of relational query languages? Speed. DQL queries consistently outperform DFC fetches in most every practical application.

Natively using DFC to operate on objects often incurs a full-fetch or docbase consistency check penalty at the time the object is retrieved. Practically speaking, it fetches extra data that you may NOT want to use or change and you have no concern with. (Do you ALWAYS want to know the last user who saved the document? Or its content type? Or better yet, its filestore location index?)

By using DQL, we are explicitly & clearly instructing Documentum to do two things. 1) Only operate on the attributes we provide in the query, and 2) Translate our statements natively and quickly into SQL, which can be done by a little simple boiler-plate string manipulation by the Content Server.

How much faster? As this issue stems partially from performance fetch and partially from code strategy, it is probably unfair to report any “official” numbers. However, in my experience, I saw an increase from operations that took 150ms to those that could execute in 35ms. That’s it? 115 milliseconds, you say? If you find yourself asking this question, you may not have reached a performance threshold where you are concerned. In this case, you should file this tip away for future reference to say the least. If you have passed the threshold, and you consider how many queries you may be incurring PER operation PER user (say a few fetches to gather data from a few various object types for each concurrent user), you might want to consider implementing this simple optimization trick.

After you begin to use DQL, you may discover that not only is the DQL operation faster, but you can combine some of your multiple-fetches into complex fetches that join faster in the content server and database than programmatically at the point of DFC consumption. Do remember that part of speed is not just choosing faster operations, but choosing smarter strategies.

Thanks for tuning in.

Rahul Raina <rraina@armedia.com>

A Mower Story

May 13th, 2009 by Lee Grayson

Last summer, my father-in-law purchased a really nice John Deere riding mower. The mower was amazing.  It did everything a mower was supposed to do, and a lot of what a tractor could do, as John Deere designed it. But within days of getting it home, my father-in-law (Jay) began drilling holes in the hood of the mower, over the wheel wells, and on the trailer he purchased. I know Jay well enough now, so none of this was a surprise to me. He has modified most of his tools, and he considers everything he buys (vehicles, mowers, screw drivers, etc…) simply a tool. Most of the time, he already has a plan for modifying the tool before he leaves the store. (more…)

Reveille RealTime for Documentum?

May 6th, 2009 by Administrator

You may have heard of the Reveille Management Console for Documentum D5/D6 and Reveille for Captiva InputAccel – the only solutions that can proactively and automatically monitor, diagnose and repair your DCTM/Captiva installation, but what is Reveille RealTime (RRT), how can it help you (and when can you get a live a look at it)?

With this latest offering from Reveille Software and Armedia, RRT adds to the Reveille Management Console for Documentum, bringing a new level of performance and experience monitoring. With RRT in the DCTM Webtop and Taskspace application environments, you can now measure and track EACH and EVERY user’s performance and know instantly if your system is delivering your Service Level Agreements (SLAs) and if there are problems brewing with your installation. With RRT you can now see problems down to the finest of details –such as “how long is it taking EACH of my users (and ALL my users) to login in to my environment” and “what is the average time for document check-in for all my users and who are the specific users that are not seeing good performance and not meeting my SLAs.” With RRT you also get the great Reveille ability to not only diagnose a problem, such as the job queue is stalled, but proactively fix those problems.

Interested in a demo of Reveille RealTime? We will be at our booth, #122 at EMC World and we also have a Webinar for Reveille RealTime on June 2. See the website for details!