Introducing G2.ai, the future of software buying.Try now
IBM Netezza Performance Server
Save to My Lists
Claimed
Claimed

IBM Netezza Performance Server Pros and Cons: Top Advantages and Disadvantages

Quick AI Summary Based on G2 Reviews

Generated from real user reviews

Users praise IBM Netezza Performance Server for its cost-effective features, ensuring efficient data solutions without breaking the bank. (2 mentions)
Users appreciate the easy integrations with tools like watsonx.data, enhancing scalability and implementation efficiency. (1 mentions)
Users value the ease of implementation of IBM Netezza Performance Server, appreciating its seamless integration with various tools. (1 mentions)
Users praise the scalable and easy integration of IBM Netezza Performance Server with tools like watsonx.data. (1 mentions)
Users appreciate the high performance of IBM Netezza Performance Server, meeting their data warehousing needs effectively. (1 mentions)
Users struggle with the lack of tutorials, making initial implementation of IBM Netezza Performance Server challenging. (1 mentions)
Users struggle with a steep learning curve due to limited documentation and a small support community for Netezza Performance Server. (1 mentions)
Users report that the poor documentation and small community make initial implementation challenging for IBM Netezza Performance Server. (1 mentions)
Users struggle with the small userbase of IBM Netezza Performance Server, making implementation challenging due to limited community support. (1 mentions)

Top Rated IBM Netezza Performance Server Alternatives

84 IBM Netezza Performance Server Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
84 IBM Netezza Performance Server Reviews
4.1 out of 5
84 IBM Netezza Performance Server Reviews
4.1 out of 5

IBM Netezza Performance Server Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Sumughan (Sumu) A.
SA
Senior Manager - Data Services
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about IBM Netezza Performance Server?

High through put. On the fly fact calculation is very robust and returns data on huge amounts of data quickly. This helps us create and report facts directly from dis-aggregated data on the fly.

We are handling heavy volume of transaction data and pre-aggregating the facts would be prohibitively costly and almost impossible to do. Having the capability to do mass data operations on the fly is very helpful for our organization. Review collected by and hosted on G2.com.

What do you dislike about IBM Netezza Performance Server?

The max size a Netezza box can handle is pre-determined by the configuration. Meaning, it is not infinitely scalable.

Cost of the servers are too big for a small size firm. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
AI
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about IBM Netezza Performance Server?

If you are looking for database with high storage and parallely high performance then Netezza is best for that . Netezza is usefull for data warehouse appliances and advanced analytics applications for uses including enterprise data warehousing, business intelligence, predictive analytics and business continuity planning.

Quick Technical Support Team of IBM Review collected by and hosted on G2.com.

What do you dislike about IBM Netezza Performance Server?

You need to know better and best way to design your database . How to use organize key and distribution key to make it better and best . There is nothing in it to dislike it . One suggestion i want to give to IBM Team that make NZadmin more better than other .... Review collected by and hosted on G2.com.

Verified User in Financial Services
AF
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about IBM Netezza Performance Server?

Not having too much experience with other BI/DW solutions, I like that the administration of the appliance is so simple. From a design perspective, I like that there is careful consideration in obfuscating the physical and logical elements of the appliance. Review collected by and hosted on G2.com.

What do you dislike about IBM Netezza Performance Server?

My oganization has invested millions in the procurement of Netezza appliances when Netezza was its own company. Not to put IBM at fault here but with security being a mainstream focus, I was not thrilled to the idea of any organization acquiring new hardware to benefit from hardware encryption. Personally, I think there should be some legacy support to not only have a softwrae based encryption solution. Review collected by and hosted on G2.com.

John H.
JH
Associate Director - Enterprise Data Warehouse
Financial Services
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about IBM Netezza Performance Server?

The raw speed of the system allows for a development process not typically undertaken. For example, it's possible to run full performance testing as you unit test. You can also create tables that are much larger than you would make in a typical database (eg storing current and archive rows in the same tables).

The simplicity of the system allows for minimal maintenance. DBA involvement can be next to zero. Review collected by and hosted on G2.com.

What do you dislike about IBM Netezza Performance Server?

The simplicity of the system can also cause issues in mixed use cases.

In other databases, you also have the ability to improve performance by multiple means, such as partitioning, indexing, allocating server hardware, etc. Netezza essentially has only two ways--as far as physical architecture goes--to handle performance: sorting data and distributing data.

Sorting data is done directly in the table, avoiding the need for clustered indexes. But that's only helpful if the query you run utilizes that sort. For instance, if you sort on date by making the Date field the ORGANIZE BY key, any query that doesn't utilize Date in the WHERE clause will have to tablescan. You can create materialized views that essentially act like indexes, but you can't use both MVs and ORGANIZE BY keys. In other words, if you use even one MV to sort, you can't force-sort the data in the table unless you actually reload the data with an ORDER BY clause in the INSERT statement. The problem with the MVs is that even though they act like an index, you have to refresh them like a typical MV in order to sort any new data. In a system that is loaded or updated intraday, that can cause problems.

Distribution has two components that can sometimes be at odds with each other: evenly hashing the data to share workload and colocating data for joins. But if the column that makes sense to distribute on for colocation purposes doesn't evenly distribute the data, you will be forced to make a compromise on one for the sake of the other.

Furthermore, in a star schema, you can colocate the fact table's foreign key with a dimension's primary key, but that is best used if you query with a parameter on that dimension in the WHERE clause. If you run a query that can't filter on that dimension, the distribution key might not help you. Also, you can only ever pick one dimension to colocate with the fact. Choosing a multi-column distribution of the fact based on multiple dimension keys does not colocate the fact with _each_ dimension. It instead distributes the fact with a hash key based on the concatenated combination of the values of the multi-column distribution key (ie the fact will not be colocated with _any_ dimension).

Also, the fact that Netezza has not come out with in-memory or columnar options makes me wonder if the architecture of the appliance even allows for such possibilities. In other words, the lack of flexibility might be cropping up again if the nature of the appliance doesn't allow for such varied functionality. Review collected by and hosted on G2.com.

Jonghun L.
JL
Database Administrator
Apparel & Fashion
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about IBM Netezza Performance Server?

First of all, Netezza requires minimum DBA administration. It means it can maintain with less sys and dba resources.

Second, it has nothing share disk resource nothing like Oracle shared storage. It has own architecture and algorithm to move data. And it is not using index at all. So called "Zone mapping" it help a lot for heavy query from the BI users. Review collected by and hosted on G2.com.

What do you dislike about IBM Netezza Performance Server?

Our company Netezza was not actually built for real time replication. I have to spend a lot of time to fix this issue so called CDC. Review collected by and hosted on G2.com.

Durai N.
DN
Program Executive, US Public Sector
Information Technology and Services
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about IBM Netezza Performance Server?

This is a great data warehouse appliance if you want to keep things simple and solve data problems that require scale. Review collected by and hosted on G2.com.

What do you dislike about IBM Netezza Performance Server?

Too many hardware outages (albeit hot swappable) causing constant request to IBM support. Review collected by and hosted on G2.com.

Verified User in Retail
IR
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about IBM Netezza Performance Server?

Blazingly fast for Queries.

Very little maintenance, hence needs minimal support from DBA. Review collected by and hosted on G2.com.

What do you dislike about IBM Netezza Performance Server?

Concurrency - performance dips with number of concurrent queries. If more than 48 queries concurrently, it ques up.

Scalability - If your data increases, you need to go for a bigger appliance. Cannot add incrementally

Backup and Replication :-(

Some kinds of Correlated Queries not supported Review collected by and hosted on G2.com.

Saugata G.
SG
Principal Architect
Information Technology and Services
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about IBM Netezza Performance Server?

As a data warehouse architect I built star schema data mart in netezza.I liked the netezza parallel architecture which helped processing multi terabytes of data at lightning speed. Review collected by and hosted on G2.com.

What do you dislike about IBM Netezza Performance Server?

There is nothing much to dislike. But it would be great if netezza improves its performance monitoring and alerting system. Review collected by and hosted on G2.com.

Verified User in Computer Software
CC
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about IBM Netezza Performance Server?

Immense time to value

Low administrative costs

Great hardware compression capabilities

Scalability Review collected by and hosted on G2.com.

What do you dislike about IBM Netezza Performance Server?

Load utility not as fast as competition

Large overhead for conversions from an existing implementation to Netezza (largely due to lack of indexes) Review collected by and hosted on G2.com.

Krishnakumar S.
KS
Data Architect
Information Technology and Services
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about IBM Netezza Performance Server?

I have been using netezza since three years , I have worked extensively in twinfin, striper and now in mako. I can definitely say it's the best analytical query processing I have every seen. This is a good candidate to meet or beat mainframe processing speed in terms of batch processing. Review collected by and hosted on G2.com.

What do you dislike about IBM Netezza Performance Server?

Waiting how they are going to handle big data Review collected by and hosted on G2.com.