Try our new research platform with insights from 80,000+ expert users
PeerSpot user
Consultant at a energy/utilities company with 10,001+ employees
Real User
Mar 12, 2014
PowerCenter Express is not PowerCenter but it's good enough for small development

Informatica unveiled their newest product in the PowerCenter line, the PowerCenter Express, at Informatica World this year (find Smartbridge’s experience of the convention here).

The sales pitch is certainly catchy: Free PowerCenter! First I heard of it, I wasn’t sure what to think – is this a marketing gimmick? What’s the catch? But hey, at that price, it is easy enough to find out by one’s self, and that is precisely what I did. And color me pleasantly surprised.

The Limitations of PowerCenter Express

To their credit, Informatica is upfront with the limitations of the product. This is a good thing – no easier way to shoot yourself in the foot than sneak small print on your clients under a guise of a no-strings-attached free download.

As you could expect, PowerCenter Express is not PowerCenter – the free Express version can only process a quarter of a million rows per day – good enough for small development, but it is best considered a demo version. The paid version includes multi-user support, and removes the processing limitation, but is still limited to five users and no job parallelization.

If your company is already using PowerCenter, you are probably long past the point where you could realistically choose to downsize to Express. But if your company was too small for the behemoth that is PowerCenter, then Express may be exactly what you need.

I suspect that Informatica sees Express as a way to reach to clients that, until now, were too small to warrant their larger products – maybe a way to get them to dip their toe in the waters.

Do not think, however, that this is “PowerCenter lite”. Express is a product on its own right (the paid version, more so than the free). A small-to-medium company that finds itself in need of an ETL can do much worse than invest in Express. Even when I was building PowerCenter ETLs for a large bank, we seldom ran more than two or three medium jobs in parallel – the strain it puts on the source and target is just not worth the time savings – and the larger jobs usually ran on their own.

The lack of parallelization will hit only if you had a large number of small jobs; and even then, serializing them shouldn’t be more than a small inconvenience, although not having faced the actual issue, do take this prediction with a grain of salt.

Express Installation

Grabbing a copy and installing it was simplicity itself. I have always felt that PowerCenter’s greatest strength is its ease of use, beyond even its connectivity. I’m happy to see Informatica expand the ease of use to the installation.

A stand-alone install program is all it takes to be up and running. I was building my first test mapping less than an hour after deciding to download Express, and ran it successfully in less than two hours (it wasn’t a very interesting mapping, admittedly, but it was a reasonably complex join of flat file data against a local database, aggregated and sent to a remote location – the kind of “simple” ETL that has been known to cause me headaches when attempted in unvarnished SQL).

One word of caution: Express is not a toy. Even the free version has a fully functional PowerCenter server. When turned on, my laptop went into permanent spin, and my memory and CPU use climbed several notches. I found myself turning it off just to give my poor laptop a break. It worked for testing, but if you are going to use it to develop an actual ETL, consider installing the server portion on an actual server.

PowerCenter vs. PowerCenter Express

PowerCenter Express is by no means ‘lite’.

As a long time user of PowerCenter, this part is actually tricky to write. How many of the changes are “bad” and how many of them is just me being an old curmudgeon? It’s difficult to say. The good news: you needn’t worry. They did not strip PowerCenter down. Every transformation you can find in “classic” PowerCenter is in Express as well.

Express even includes a bunch of direct connections to social media to speed up your mapping development: Twitter, LinkedIn, Facebook, you name it. And I loved that they finally dropped the “source” and “target” – an unnecessary distinction, when most external entities end up being both. Express automatically assumes that, and the whole is more compact for it.

I am less happy about the lack of Sessions. They are not gone completely – the workflow is still a sequence of objects that are associated to mappings – but without my usual central point for redefining sources and targets, I was left scrambling to find where to do so. I suspect this is more my muscle memory that led me to looking in all the wrong places, though. As always, F1 brought up the help, and once I had read the manual, it became easy again.

There are a few other nits I could pick – I am not entirely convinced I like the new graphics, the ribbon or the “all in one” approach – and I cannot even guess at what other differences I would eventually find, if given enough time, but these are minor.

Express is PowerCenter, and the old approaches to mapping design will still work. It is still visual, intuitive, and easy to use.

So Does Express Pass the Test?

If Express’ name wasn’t attached to Informatica PowerCenter, I’d considered it a basic ETL, with potential for growth and useful mostly for small deployments.

The equation changes, though, when you consider that if you do outgrow the capabilities of Express, you can easily upgrade to PowerCenter. It is an interesting approach, and I could almost say Informatica has managed to square the circle.

This first visit to the tool has proven successful enough that, were I to be required to use Express as the ETL tool, nary a complaint would escape my lips – and those of you that have met me know how rare an occasion that is.

Disclaimer: The company I work for is partners with several vendors including Informatica

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user90069 - PeerSpot reviewer
BI Expert at a healthcare company with 1,001-5,000 employees
Vendor
Feb 20, 2014
Informatica PowerCenter vs. Microsoft SSIS - each technology has its advantages but also have similarities

Technology has made it easier for businesses to organize and manipulate data to get a clearer picture of what’s going on with their business. Notably, ETL tools have made managing huge amounts of data significantly easier and faster, boosting many organizations’ business intelligence operations.

There are many third-party vendors offering ETL solutions, but two of the most popular are PowerCenter Informatica and Microsoft SSIS (SQL Server Integration Services). Each technology has its advantages but there are also similarities on how they carry out the extract-transform-load processes and only differ in terminologies.

If you’re in the process of choosing ETL tools and PowerCenter Informatica and Microsoft SSIS made it to your shortlist, here is a short comparative discussion detailing the differences between the two, as well as their benefits.

Package Configuration

Most enterprise data integration projects would require the capacity to develop a solution in one platform and test and deploy it in a separate environment without having to manually change the established workflow. In order to achieve this seamless movement between two environments, your ETL technology should allow the dynamic update of the project’s properties using the content or a parameter file or configuration.

Both Informatica and SSIS support this functionality using different methodologies. In Informatica, every session can have more than one source and one or more destination connections. There are different kinds of connections the primary being relational connections. Every session can be set up dynamically by changing parameters contained in a parameter file.

The same thing can be achieved in SSIS via Configurations. Using the SSIS Configuration Wizard, configuration data is saved in XML files. Unlike Informatica wherein there can be multiple connections, SSIS only allows a single defined connection that can be applied across all tasks in a package.

In short, Informatica parameters are defined at the session level while SSIS configurations are set at the package level.

Data Staging

When you use SSIS, you will use the Connection Manager to generate a connection defining the physical location of the file. Multiple files that need to be loaded from multiple connections would require multiple connections. All information set in the connection manager can be incorporated in the Configuration File and can be dynamically updated during run-time.

On the other hand, if you’re using Informatica, you will use the Workflow Manager tool to assign a location to each file. Every task that needs to access that file can be configured with the location and name of that specific file.

Value Extraction


One of the main functions of ETL tools is being able to extract meaning from the information that is currently being ran or to supplement that information with extra information obtained from the current information in the data processing pipeline.


Both SSIS and Informatica have this functionality through the use of derived columns or the capacity to draw new information from existing data. Informatica does this via its expression transformation component while Microsoft SSIS does this via the Derived Column transformation.

The logic used to complete both operations is the same and the syntax involved is also identical. The difference between the two technologies lies in the expression language utilized to obtain the new data and the notation style involved. Informatica uses Character, Conversion, Data, Numerical, Scientific, Special and Test. On the other hand, SSIS uses Mathematical, String, Date/Time, NULL, Type Casts and Operators.

Sorting

Simply defined, sorting is having the ability to sort information into a chronological data set. While the order of the information may appear to be immaterial for loading into a relational data warehouse or database, it may matter for the other tasks later on in the transformation process.

The difference on how SSIS and Informatica carry out this functionality cannot be subtler. Informatica’s Sorter and SSIS’ Sort can both chronologically organize data and eliminate duplicate data. In SSIS, de-duplication can be done by setting the eliminate duplicates option to TRUE. For Informatica, this can be done by selecting the distinct option.

Detection of Data Quality Issues

Similar to all data integration solutions, ETL technologies can be susceptible to data quality problems. Fortunately for users of Microsoft SSIS, it allows for the creation of checkpoints within the data transformation process that can reveal and repair data quality problems. SSIS has a feature called Fuzzy Lookup transform that pairs incoming “dirty” information – unexpected abbreviations, null fields, inserted or missing tokens, truncations, misspellings and other data abnormalities – with clean records contained in a reference table. There is also the Fuzzy Grouping tool that finds similarities among input rows and unites duplicate data.

Unfortunately, Informatica does not have the same functionality out of the box. If you want to recreate this capability in Informatica, it would require human intervention to make a mapping table that contains every referrer value that came across the input stream and their equivalent mapping values.

However, take note that even if you’re using SSIS, you may still need to manually intervene to detect and repair data quality issues. Even the most advanced algorithm may miss something so you still need to manually check for the accuracy and integrity of your data.

Modularity

Modularity is concerned with the manner in which the work units that make up an end-to-end ETL solution are created and reused.

There’s a slight difference between PowerCenter Informatica and Microsoft SSIS on how they build modular data integration and ETL solutions.

Informatica involves a bottom-up framework to ETL implementation by permitting a library of components – mappings, mapplets, transformations, targets, and sources – that can be employed across numerous worklets in the solution. A worklet is composed of a sequence of mapping instances.

On the contrary, SSIS uses a top-down approach in wherein a general sequence of tasks is defined before setting the specifics on how these tasks are going to be carried out. Reusability of ETL components is achieved by creating libraries of packages which can then be implemented together with a master package. A package is the counterpart of Informatica’s worklet.

Tracking Changes in Slowly Changing Dimensions

Slowly changing dimensions address the issue of capturing and documenting a history of modifications or changes to entities within a database that are not reflected in a System of Record for that particular data. A common example of slowly changing dimensions is an item moving to another product category in a department store. This will modify the said product’s category attribute but its SKU will remain unchanged.

Informatica and SSIS both have the functionality to track these changes with very similar features. Informatica is equipped with a “slowly changing dimension wizard” that will allow you to create the sources, transformations, ports and destinations that are pertinent to accommodate these slowly changing requirements. SSIS also comes with a slowly changing dimension wizard that works similarly. Aside from the ability to keep track of slowly changing attributes, it can also recognize changes to attributes that are not supposed to change. These are known as fixed attributes. You have the option to enable the wizard to raise an error warning accordingly when this happens.

Dimension Loading

In terms of dimension loading, a surrogate key is necessary. As a substitute to a natural key, a surrogate key is where every join between fact tables and dimension tables are based.


Informatica and SSIS have varying ways on how they generate surrogate keys.

Out of the box, Informatica PowerCenter comes with a component dubbed as Sequence transformation that has the capacity to create a surrogate key. It produces an incremental value for every row in the pipeline which can then be incorporate into a destination table via a surrogate key column.

SSIS does not have a Sequence transformation component. Instead, it uses its Script transform component to generate surrogate keys.

Fact Table Loading

Populating fact tables usually involved two processes: (1) aggregating the data to the needed granularity and (2) retrieval of dimensional surrogate keys.

Informatica PowerCenter carries out these operations via a transformation dubbed as “Aggregator.” This component cuts across groupings of values from chosen input columns. SSIS has the same capability through the component called “Aggregate.” The slight difference between the two is that SSIS only has the most used functions such as Minimum and Maximum, Average, Count Distinct, Count and Sum. Informatica has all these and other extra capabilities such as Variance, Standard Deviation, Percentile, Median, First and Last.

Which ETL Technology is Right for Your Business?

There are other aspects that illustrate the difference between Informatica PowerCenter and Microsoft SSIS such as Design Time Debugging, Collaborative Development, Security, Integration with Packaged Applications, and Web Services & Service Oriented Architecture. However, the things discussed above cover the basic concepts in ETL technology.

As businesses encounter bigger challenges to synergize data from a constantly increasing number of different systems, your choice of an ETL solution to fit your needs is more crucial than ever.

As for the choice between Informatica PowerCenter and Microsoft SSIS, many analysts consider Informatica as the leader in ETL technology while reputable research firm Forrester firm once called SSIS’ price-to-performance ration “downright seductive.”

However, proclaiming a winner in this battle between two ETL technology giants would greatly depend on your business requirements. Of course, there are pricing differences between the two technologies and notable difference in their features, capabilities and differences as well as their level of usability. It’s for you to analyze which technology is the perfect fi

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
GaryM - PeerSpot reviewer
GaryMData Architect at a non-profit with 10,001+ employees
Top 5LeaderboardReal User

Use of configuration files for SSIS is a really bad idea and in fact is deprecated by Microsoft with 2012. Not only is using them no longer advisable but the new method of using job and package parameters significant advantage over many competing ETL tools. Managing parameters through use of files of any sort is an incredibly maintenance and problematic method and I would not advise using any ETL tool that still requires this.

Buyer's Guide
Informatica PowerCenter
March 2026
Learn what your peers think about Informatica PowerCenter. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
884,933 professionals have used our research since 2012.
it_user4518 - PeerSpot reviewer
Head of Databases at a retailer with 501-1,000 employees
Vendor
Feb 22, 2013
High performance and scalable data integration
Pros and Cons
  • "PowerCenter is serving as the data integration foundation for our enterprise integration initiatives including data warehousing, data governance, data migration, SOA, and MDM."
  • "GUI: Lack of clarity and consistency created problems for our staff."

Valuable Features:

• As it supports large data volumes, so it meets the demands of our company for security and performance. • It helps us in making better and timelier business decisions by providing us the right information at the right time. • Delivers data throughout our enterprise by accessing and integrating data in all formats. • Provides security, scalability, performance to our system and establishes a foundation for our enterprise-wide data integration initiatives. • Enables our teams of developers, analysts, and administrators to work faster and better together and also reduces our IT costs by encouraging collaboration and minimizing the development complexities.

Room for Improvement:

• It is very expensive. High end. • We provided training of SQL to our staff before using this product. Because a good understanding of SQL is mandatory for using Powercenter. • GUI: Lack of clarity and consistency created problems for our staff. So it requires some improvements. • We used the services of highly skilled persons for installation of powercenter. Novice staff can’t install this product properly.

Other Advice:

Our organization is using it because it is one of the leading data integration tools available in the market and supports large data volumes and meets our demands for security and performance. PowerCenter is serving as the data integration foundation for our enterprise integration initiatives including data warehousing, data governance, data migration, SOA), and MDM. Powercenter in my opinion has the best data transfer technologies including its standard, advanced, big data, real time, data virtualization and cloud editions.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
RemonHanna - PeerSpot reviewer
Data Engineer at a tech services company with 51-200 employees
Real User
Apr 26, 2022
Feature rich, user-friendly, and straightforward installation
Pros and Cons
  • "The most valuable aspects of Informatica PowerCenter are the many features, ease of use, and user-friendliness."
  • "The performance of Informatica PowerCenter could improve."

What is our primary use case?

We are using Informatica PowerCenter for data integration in a health insurance company.

What is most valuable?

The most valuable aspects of Informatica PowerCenter are the many features, ease of use, and user-friendliness.

What needs improvement?

The performance of Informatica PowerCenter could improve.

For how long have I used the solution?

I have been using Informatica PowerCenter for approximately five years.

What do I think about the stability of the solution?

Informatica PowerCenter is a stable solution.

What do I think about the scalability of the solution?

I have found Informatica PowerCenter to be scalable.

How are customer service and support?

I have not used the technical support from Informatica PowerCenter.

Which solution did I use previously and why did I switch?

We have used Data Quality, EDC, Axon, and Metadata Manager.

How was the initial setup?

The initial installation of Informatica PowerCenter was straightforward. The amount of time it takes for the process depends on the deployment site, and how many maps, workflows, and tables there are.

The time it took used for the deployment was approximately two hours.

What about the implementation team?

For the implementation of Informatica PowerCenter, we used one or two developers and one person from the DBA team.

Which other solutions did I evaluate?

I did not evaluate other options.

What other advice do I have?

I rate Informatica PowerCenter an eight out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free Informatica PowerCenter Report and get advice and tips from experienced pros sharing their opinions.
Updated: March 2026
Buyer's Guide
Download our free Informatica PowerCenter Report and get advice and tips from experienced pros sharing their opinions.