Try our new research platform with insights from 80,000+ expert users

VMware Tanzu Data Solutions Valuable Features

Sushma Polavarapu - PeerSpot reviewer
Sr Data Analytics Consultant at Capgemini

The product is not complex; I do not have to create stored procedures, functions, or views. It's just simple to use.

View full review »
RR
Senior Director, Engineering at Tanla Solutions Ltd

Speaking about the features that have proven to be the most effective for managing database operations, I would say that RabbitMQ is used for the middleware layer, which will give good performance in terms of TPS and availability.

View full review »
SantuGada - PeerSpot reviewer
Senior Software Engineer at Capgemini

With RabbitMQ, I appreciate that it's an open-source platform

RabbitMQ provides access to SDKs for development and the ability to raise and log tickets if we encounter issues. We can integrate RabbitMQ using various languages like Java or Python using the provided SDKs.

By comparison, Anypoint MQ it is a bit difficult. It's not open-source, so we have less flexibility. It's tightly coupled inside the Anypoint platform. This gives an advantage to clients already heavily dependent on the Anypoint platform, as they can easily adopt Anypoint MQ. 

Aside from that, Anypoint MQ is generally well-optimized inside Anypoint. Other aspects like reliability are standard across queueing systems. 

I haven't encountered any issues with the features I've used within the queueing functionality. Since queues provide message reliability, that's our primary concern.

RabbitMQ integrates easily. It's open-source and provides the required SDKs for development.

Overall, the aspects I've used – queues and monitoring – have been up to the mark.

View full review »
Buyer's Guide
VMware Tanzu Data Solutions
June 2025
Learn what your peers think about VMware Tanzu Data Solutions. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
860,711 professionals have used our research since 2012.
Derrick Brockel - PeerSpot reviewer
Senior Manager of Operations at a comms service provider with 10,001+ employees

The stretched cluster is a valuable feature.

View full review »
Erick  Karanja - PeerSpot reviewer
Technical Lead at Cellulant Kenya

I like many features in RabbitMQ. 

Number one, reliability for the messages is key. RabbitMQ ensures your messages are safe. They are not deleted and stuff. 

Number two, they have a very good feature called Retrying messages – it's all about retries. You can easily retry a message through RabbitMQ. So, if processing fails, you can push the message back into RabbitMQ. Maybe you can re-consume it and so on.

They also have features like tags, which we call "dead-lettering (DLXs)." If it's approved, it means the messages have been delivered. If it's false or missing the first time you get it, you can make decisions based on that. The feature assigned to code for it is called the dead-letter queue.

Moreover, the management interface is so cool. It's simple. It's able to give us an overview of the messages that have been consumed, pending messages, messages that have been delivered, messages that have been acknowledged, and so on. We can also extend that management to tools like... we can extend the management through, like, Kibana or Grafana

View full review »
AF
Director Consulting Services at M3tech

The solution's best feature is its exceptional speed, delivering efficient utilization of resources. It uses a memory desk processor very efficiently. It offers high performance while maintaining a low cost.

View full review »
Riccardo Di Mambro - PeerSpot reviewer
Chief Operating Officer at Endurance Italia Srl

The most valuable features of the solution stem from the fact that it is flexible, resilient, and easy to improve and develop our company's projects.

View full review »
Jayanta Datta - PeerSpot reviewer
Executive Director at Morgan Stanley

The optimizer of the product is very efficient and the solution has a good data retention policy. Greenplum has good data analytics features and provides good monitoring tools. 

View full review »
AANKITGUPTAA - PeerSpot reviewer
Consultant at Pi DATACENTERS

It is open-source.

It provides the database load-balancing capability itself. It has data, like Pgpool, an open-source database, and a load balancer also.

We can also create the cluster in between the database in active, standby mode.

The solution is stable.

It's scalable. 

View full review »
Jason-Nash - PeerSpot reviewer
Senior Cloud Architect at a transportation company with 10,001+ employees

It's fully open source, has a high throughput, and the serviceability is good.

View full review »
Nasir Niamat - PeerSpot reviewer
Principal Software Engineer - Db Ops at i2c Inc.

The latest version is better than the older ones. The solution updates very fast. The loading speed is very good.

View full review »
PK
Packaged App development Senior Analyst at a consultancy with 10,001+ employees

The most valuable feature is asynchronous calls, which are easy to configure.

View full review »
MG
Director of IT Operations at a financial services firm with 10,001+ employees

Its most valuable feature is the ability to quickly run through data. It has a good processing speed as well.

View full review »
Elaynchezhiyan Kandasamy - PeerSpot reviewer
Mulesoft Developer at Dwinsoft Technologies

The features of the solution are similar to Anypoint MQ. The transaction of data is pretty fast. Large amounts of data can be moved pretty fast using the solution.

View full review »
Elaynchezhiyan Kandasamy - PeerSpot reviewer
Mulesoft Developer at Dwinsoft Technologies

The product's feature of data transaction works fast.

View full review »
Alvaro Fuentes - PeerSpot reviewer
Architect Projects at T-Systems International GmbH

In general, I think this is a very good platform, particularly as it's open source. It fits very well with use cases for public institutions or universities, where there is not always a big budget.

View full review »
Teodor Muraru - PeerSpot reviewer
Developer at Emag

The solution is simple to use.

It's great for messaging and consumer publishing.

Companies can scale the solution, so long as they have server room.

The stability is good.

View full review »
VB
Solutions Architect at a tech services company with 51-200 employees

The queues and the publishing are quite useful. We're able to create hierarchies and control channels and flows to control what is going from which queue.

The solution can scale.

It is stable and reliable. 

View full review »
reviewer2114292 - PeerSpot reviewer
Consultant at a government with 10,001+ employees

Tanzu Greenplum's most valuable features include: the integration of modern data science approaches across an MPP platform, including the ability to massively denormalize data and spread it across your MPP segments; the ability to index data and make it searchable, which significantly reduces the need for ETL; its fast performance. Tanzu Greenplum is also very active in providing additional functionalities and software when needed, like GPText indexing of JSON events.

View full review »
DP
Sr Technical Consultant at a tech services company with 1,001-5,000 employees

The high availability and not having to replicate is valuable as is the message consumer. It can be configured depending on the use case to be a very fast message broker. I like the stability, the built-in admin tools and the plugin architecture. One of the things that makes it unique is that all of the components for messaging can be created programmatically, meaning you can have services or applications that get spun up or have auto incrementing instances. If you're in an elastic environment, you don't have to pre-configure the messaging system and the keys don't have to be known ahead of time. 

View full review »
MT
CTO, CIO, Chief Architect at a tech services company with 11-50 employees

Some of the most valuable features are “publish and subscribe”, fanout queueing, and scalability.

We have a number of different use cases in our scenario. A key one is “publish and subscribe”. We have spent the last year breaking up a large monolithic application into microservices and each microservice has to subscribe to different events for the purpose of CQRS and other kinds of updates. RabbitMQ is perfect for “publish and subscribe”. It does an awesome job at fanout, perfect for CQRS, messages are delivered to all subscribers with almost no additional latency.


View full review »
GB
Senior Data Engineer at a financial services firm with 10,001+ employees

The parallel load features mean that Greenplum is capable of high-volume data loading in parallel to all of the cluster segments, which is really valuable.

The service management capabilities are good.

The external data integration with Parquet, Avro, CSV, and unstructured JSON works well.

It has an advanced query optimizer.

View full review »
DB
Chief Executive Officer at Couragium Solutions

The most valuable feature is that it's really customizable.

When you have simple tasks, it is easy to use.

View full review »
Namrata G - PeerSpot reviewer
Independent Technology Consultant - Financial Softwares at a tech services company with 51-200 employees

RabbitMQ is configurable and quite flexible.

The performance is fast and reliable.

It is easy to use. The addition of more queues and more services can be managed very easily.

View full review »
JA
Technical Lead at Interface Fintech Ltd

The security is great. The interface is nothing special. The support hasn't been that great. You need to go online yourself, to the developer community for support. But apart from that, I think it's fairly secured, quite robust, and stable so far.

View full review »
it_user1256802 - PeerSpot reviewer
Consultant/Architect with 51-200 employees

In terms of most valuable features, I'd say Pivotal Greenplum's shared-nothing architecture.

View full review »
TS
Java Programmer at Netcompany

The solution has really cool features to use. Its management console is excellent. You can utilize plugins to view the performance of the whole service on one network. It's wonderful. I really like it.

View full review »
reviewer1148196 - PeerSpot reviewer
Site Manager at a tech services company with 51-200 employees

The most valuable feature for us is horizontal scaling.

View full review »
principa447546 - PeerSpot reviewer
President of the Board at a tech services company with 51-200 employees

It's a good core database. Scalability and performance are very good. I also like the fact the solution is open-source, so you can use it free of charge.

View full review »
it_user1127370 - PeerSpot reviewer
Co-Founder, Chief of Operations with 10,001+ employees

We chose Greenplum because of the architecture in terms of clustering databases and being able to have, or at least utilize the resources that are sitting on a database.

View full review »
MR
Head of Engineering at Contineo
  • Out-of-the-box setup and configuration
  • Great documentation and support from Pivotal
  • Very useful management console
View full review »
it_user643737 - PeerSpot reviewer
Senior Developer/Architect at a tech services company with 51-200 employees

RabbitMQ is a solid, widely-used messaging system with a low cost-of-ownership. It is open, but with commercial support potentially available from Pivotal if required. (We have never needed it.) There is also a strong online user community.

One crucial feature was guaranteed messaging. We needed a solution that we could trust to not lose data.

Its built-in clustering capability allowed us to configure it as a highly available message broker, so that we can have confidence in the resilience of our architecture.

It can be scaled as well, although we have not tested this.

After almost two years' usage in our production environment, I am impressed by how stable the platform is - even when running on Windows Server 2012. Sure, we have had to tweak our set-up here and there as we have learned a few operational lessons along the way but overall it is very good.

View full review »
it_user555939 - PeerSpot reviewer
Information Architecture Specialist (TOGAF Certified) at a comms service provider
  • It's one of the fastest databases in the market.
  • It's easy to use.
  • From a maintenance perspective it's a good product.
  • The segmentation, or architecture of the product is different than other databases such as Oracle. So even in 10 years, the data distribution for such segments will not affect other segments.
  • The query performance of the product, for complex queries, is very good.
  • It has good integration with Hadoop and Big Data.
View full review »
it_user827274 - PeerSpot reviewer
IT Manager at a financial services firm with 10,001+ employees

I like the high throughput of 20K messages/sec, and that it supports multiple protocols. The flexible routing is great as well.

View full review »
it_user776835 - PeerSpot reviewer
Senior Data Warehouse Developer at a comms service provider with 51-200 employees
  • Very fast for query processing
  • Parallel load
  • Polymorphic storage
View full review »
it_user740442 - PeerSpot reviewer
IT Software Engineer at a financial services firm with 10,001+ employees
  • High performance
  • Integration with Spring Framework
  • Easy installation and configuration
View full review »
it_user264192 - PeerSpot reviewer
Senior Enterprise Technical Architect at a computer software company with 10,001+ employees

Of particular value to our environment and applications are the following Greenplum capabilities:

  1. Scalable (Massive) Parallel Processing (MPP) – The ability to bring to bear large amounts of compute against large data sets with Greenplum and the EMC DCA has proven itself to be very effective.
  2. Fast load of data into Greenplum – We experience performance of approximately 1TB per hour loading data to Greenplum without the use of specialized hardware.
  3. MADlib (madlib.net) – There are a number of statistical and analytical functions available within MADlib upon which we rely. Among these are linear regression, logistic regression, apriori, k-means, principle component analysis, etc.
  4. User Defined Functions in Python (UDFs in PL/Python) – Where MADlib does not provide a direct solution to an application problem, the ability to quickly prototype and deploy user defined functions with Python has been effective.
View full review »
it_user647451 - PeerSpot reviewer
Technical Manager with 501-1,000 employees

The message routing is the most valuable feature. It is effective and flexible.

View full review »
AF
Software Engineer at a tech vendor with 1,001-5,000 employees

The queuing system is the most valuable feature. It meets our requirements.

View full review »
it_user660027 - PeerSpot reviewer
Software Engineer at a marketing services firm with 51-200 employees

The product's reliability is the most valuable feature.

View full review »
it_user639441 - PeerSpot reviewer
Development Lead - Java/Hybris with 10,001+ employees
  • Queues and topics
  • Native cloud app support
  • Light-weight
  • Easy maintenance
  • Simple and straightforward admin portals: Made it easy for users and worked out excellently for our requirements
View full review »
MB
Statistician at a financial services firm with 1,001-5,000 employees

Greenplum is an MPP architecture database. Data can be distributed across multiple nodes and strong distribution will allow queries to execute on all segments at once, which is very powerful. As long as we have good SQL knowledge, we can start playing in the platform. Greenplum uses Postgres and ANSI Standard SQL. Also, it supports many other procedural languages, such as Python, C++, and Pearl.

View full review »
it_user635418 - PeerSpot reviewer
VP of Software at a manufacturing company with 11-50 employees

Guaranteed message delivery, queuing, and low latency delivery.

View full review »
BL
Head of Data & Infrastructure at a tech services company with 51-200 employees
  • Great management UI: The best in its class of messaging products
  • Very sophisticated routing control and priority messaging capabilities
View full review »
NT
Head of Cloud Platform Development at a tech vendor with 501-1,000 employees
  • Load balancing through queues
  • Guaranteed messaging
  • Configurable pre-fetch count
  • Queue mirroring
View full review »
it_user624789 - PeerSpot reviewer
President, Applications and Security Architect at a tech services company with 51-200 employees

The most valuable features for us are speed and persistent messaging.

View full review »
it_user624792 - PeerSpot reviewer
Senior Software Engineer at a hospitality company with 1,001-5,000 employees

Complex message routing makes it very easy to replicate product data for user acceptance testing which was required in our user case.

View full review »
it_user618963 - PeerSpot reviewer
Senior Software Specialist at a security firm with 1,001-5,000 employees
  • Does SSL (security)
  • Does clustering (stability)
  • Integrates with LDAP (management)
  • Automatically resends data when a consumer fails
  • Automatically routes data
  • Excellent spring boot integration
  • Multiple programming languages provide excellent integration
View full review »
it_user622743 - PeerSpot reviewer
Solutions Architect at a tech services company with 1,001-5,000 employees
  • The publisher and consumer ACK
  • High availability
  • Queue mirroring
  • Exchanges and topics
  • Supported programming languages with well-tested libraries
View full review »
it_user622962 - PeerSpot reviewer
Director - Information Technology at a transportation company with 51-200 employees

The most valuable feature of RabbitMQ is the ability to set up workflows simply with configuration. We had some very complex problems (logging, auditing, sequential and parallel operations) that have been easily solved by inserting a queue in the middle of an existing workflow.

View full review »
it_user622737 - PeerSpot reviewer
Software architect & back-end engineer at a tech services company
  • AMQP protocol
  • The simplicity to set up a cluster
  • All patterns available (Topic, Routing, RPC, etc.)
  • Enables you to provide a response to most problems encountered
View full review »
it_user145740 - PeerSpot reviewer
Consultant at a financial services firm with 5,001-10,000 employees

The MPP element is crucial, so far as it allows us to query millions of rows at a time, at speed.

View full review »
it_user589473 - PeerSpot reviewer
Full Stack Developer Intern at a tech vendor with 1,001-5,000 employees

Some valuable features of this product are:

  • Message queuing
  • Good support
  • Provided scalability and a distributed environment
  • Easy usability with NodeJS
  • Could easily withstand and pass stress/load testing with more than 10K API calls
  • Helped achieve a distributed environment and implement a 3-tier structure
  • Helped to develop a highly scalable system by decoupling front end and back end
View full review »
it_user560979 - PeerSpot reviewer
Principal Software Engineer at a tech company with 501-1,000 employees

It has solved issues such as queue processing, real-time data processing and decrease count of Cron jobs.

The management of Cron jobs is very hard for me. If you are using RabbitMQ, you may not need a Cron job since you can create a consumer for a queue and listen to the queue in real-time. For example, you need to send an email for your new members but you want to do this from your software. The reason being if you encounter an SMTP error, you should handle it or sending an email from your membership activity can take about 5-10 seconds. If you don't use RabbitMQ, you need to create a Cron job and check for new members to send an email to them. But, if you use RabbitMQ, you do not need a Cron job. You can send a message to your queue and consume it in real-time and then send the email.

View full review »
it_user566901 - PeerSpot reviewer
Graduate Teaching Assistant at a university with 1,001-5,000 employees

RabbitMQ is good in its real-time capability of delivering the sensor data in different topic abstractions. It is quite easy to setup in our sensor network system which involves data monitor agents across geographically distributed organizations.

View full review »
it_user575835 - PeerSpot reviewer
Mid Level Software Engineer at a tech services company with 501-1,000 employees

One of our favorite features is the exchange. The queuing out-of-the-box is awesome. Also, due to the clustering, our system was highly available.

View full review »
ThomasS346 - PeerSpot reviewer
Senior Application Developer at a computer software company with 51-200 employees

We find authentication, performance, and durable messaging the most valuable features. Due to the nature of my use case, performance and security were of the highest priority and were the main reason I chose RabbitMQ messaging frameworks.

Over time, the most useful feature became the ability to create durable queues, which increased reliability and also boosted performance.

View full review »
it_user566880 - PeerSpot reviewer
Software Engineer with 1,001-5,000 employees

Allowing for a fully asynchronous solution is crucial for this particular feature. The seamless nature of creating and connecting to a queue makes it really easy to code and understand. Pivotal Cloud Foundry allows us to easily scale the number of consumers (or receivers) as well. So far, no hiccups have been found with the PCF implementation.

View full review »
it_user571806 - PeerSpot reviewer
Founder Partner and CTO at Rogue Startup

The most valuable feature is it’s robustness. Message queues need to be extremely reliable as they are the glue between system components.

Also, the speed is important and its good scaling capabilities.

View full review »
it_user564939 - PeerSpot reviewer
Research Assistant at a university with 1,001-5,000 employees

Message queue, because it is easy to use, reliable, not a big load.

View full review »
BR
Data Engineer at Broadridge Financial Solutions

I've found that the database warehouse, data compression, and ETL to be the most valuable features for us.

View full review »
BR
Data Engineer at Broadridge Financial Solutions

Strong integration with Greenplum Servers.

View full review »
BR
Data Engineer at Broadridge Financial Solutions

I've found that the data compression and ETL are the most valuable features for us.

In 4.3.8.1 Pivotal confirmed that even restoring schema level backup is possible from a DB backup.

- restoring schema from a DB level backup has been tested and working fine .

ORCA - the Pivotal Optimizer does a good query plan but does not works with all business logics. This needs to be tested based on your requirement.


View full review »
it_user488589 - PeerSpot reviewer
Technology Architect at Broadridge Financial Solutions

Append Only tables, data compression and bulk load and extraction using External Tables are very valuable features for us.

View full review »
it_user371805 - PeerSpot reviewer
Senior Business Intelligence Developer at a tech services company with 501-1,000 employees

The most valuable feature of Greenplum is the Massively Parallel Processing (MPP).

View full review »
it_user422625 - PeerSpot reviewer
Technical Lead at a tech services company with 1,001-5,000 employees

We can integrate the Hadoop with DCA V2. This will be huge development in the big data technologies.

View full review »
it_user374739 - PeerSpot reviewer
Data Warehouse Specialist at a comms service provider with 1,001-5,000 employees

The most valuable features are MPP and that it's polymorphic.

View full review »
it_user374715 - PeerSpot reviewer
BI Data Engineer at a tech vendor with 51-200 employees
  • Parallel Processing and Data Distribution based architecture.
  • HA built-in with mirroring.
  • Highly configurable and lots of tuning features.
View full review »
it_user373128 - PeerSpot reviewer
Data Architect & ETL Lead at a financial services firm with 1,001-5,000 employees

Processing speed of queries used for ‘Reporting’ solutions is the most valuable feature.

View full review »
it_user372360 - PeerSpot reviewer
Sr. Software Engineer at a financial services firm with 1,001-5,000 employees
  • Distributed data for performance
  • File loaders to reduce dependency on Informatica
View full review »
it_user372336 - PeerSpot reviewer
Senior Technical Engineer at a tech company with 1,001-5,000 employees

The Greenplum loaders – their methods, insert, update and merge – were most valuable. The external table feature within Greenplum was also very valuable in achieving performance and scalability

View full review »
it_user371898 - PeerSpot reviewer
Sr ETL Developer at a financial services firm with 1,001-5,000 employees
  • Parallel processing
  • Takes minutes to process millions of records
View full review »
it_user371766 - PeerSpot reviewer
Sr. Data Operation Engineer at a marketing services firm with 501-1,000 employees

MPP (Massive Parallel Processing); processing large amount of data.

View full review »
it_user371724 - PeerSpot reviewer
DB Manager at a marketing services firm with 501-1,000 employees

The MPP – fast aggregation and that I still reuse the PL/SQL code.

View full review »
it_user371457 - PeerSpot reviewer
IT Consultant at a retailer with 10,001+ employees

There are many valuable features, such as parallel loading and the solution's scalability.

View full review »
it_user369321 - PeerSpot reviewer
Senior Director & Global Lead, Big Data Center of Excellence at a pharma/biotech company with 10,001+ employees

Processing speed – especially loading and transformation of large data sets.

View full review »
it_user259983 - PeerSpot reviewer
Lead Consultant with 501-1,000 employees

The performance is the most valuable.

View full review »
it_user203334 - PeerSpot reviewer
Technical Lead with 1,001-5,000 employees

External tables to load the data from flat files.

View full review »
reviewer1530144 - PeerSpot reviewer
Subdirector of Support for Production at a financial services firm with 51-200 employees

With VMware Tanzu Greenplum, one can make a huge database table and analyze the queries by adding in the SQL command. Some hint or command for the query goes over the multi-parallel execution. Also, queries can be sent quickly to other database systems.

View full review »
CZ
Solutions Engineer at VST-ECS Philippines Inc.

It's super easy to deploy and it also supports different languages and analytics.

View full review »
VP
Integration Consultant at a tech services company with 11-50 employees

The most valuable feature for me is that it is open source. The licensing costs are really low and they are transparent. You know how much you are going to pay if you want the commercial version. If you want the open-source version, you do not have to pay anything and that is just as reliable as the commercial one.

View full review »
Buyer's Guide
VMware Tanzu Data Solutions
June 2025
Learn what your peers think about VMware Tanzu Data Solutions. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
860,711 professionals have used our research since 2012.