Boosts Analytics Efficiency with Scalability and Speed
What do you like best about the product?
I like Teradata Vantage's scalability and speed in processing large datasets, which makes analytics much more efficient. Its scalability lets us expand analytics as data grows without performance loss, while the speed shortens query times, helping teams access insights faster and make timely decisions.
What do you dislike about the product?
Some features feel complex to configure, and the interface could be more intuitive for new users. Advanced configuration options can be complex, especially around workload management and query optimization. The interface could be more user-friendly with cleaner navigation and simplified dashboards for new users. It required some technical expertise, especially around configuration.
What problems is the product solving and how is that benefiting you?
I use Teradata Vantage for advanced analytics and data warehousing, handling complex analytics efficiently on massive datasets. It reduces query time, simplifies data management, and offers scalability and speed, enabling quick access to insights and timely decision-making.
Efficient Data Management with Stellar Performance
What do you like best about the product?
I use Teradata Vantage for data warehousing and running complex SQL queries. I appreciate its strong performance with datasets and its ability to manage and analyze large data efficiently. The stability and parallel capabilities are quite impressive, helping me process large amounts of data quickly without performance issues. After migrating from an on-premise data warehouse solution, I've noticed improved stability and performance, which has been really beneficial. The transition was smooth, and my team, who initially found it very easy to set up, is now enjoying using it.
What do you dislike about the product?
Maybe you could make it easier for new joiners. The setup and administrative process can seem a bit complicated at the beginning.
What problems is the product solving and how is that benefiting you?
I use Teradata Vantage for managing and analyzing large data efficiently. It helps in processing large amounts of data quickly without performance issues, providing strong performance with datasets, stability, and parallel capabilities.
Integrated Features, Excellent for Analytics
What do you like best about the product?
I like that Teradata Vantage has all the things integrated in one place, which is very good.
What do you dislike about the product?
It is a bit expensive:)
What problems is the product solving and how is that benefiting you?
I use Teradata Vantage for analytics, creating features, visualizing data, and building dashboards. It integrates everything in one place, which is very convenient.
Powerful Performance, But High Cost Barrier
What do you like best about the product?
I like Teradata Vantage for its performance and scale. Its massively parallel processing architecture distributes queries across thousands of nodes simultaneously, making it perfect for petabyte-scale data without performance degradation. The major optimizer is perfect, and I appreciate the workload management and qualified calls. Hybrid cloud flexibility and high concurrence are also standout features, along with its rock-solid reliability and built-in data protection.
What do you dislike about the product?
The cost is really the biggest barrier by far. Licensing is enterprise-level expensive, and the pricing model isn't transparent. The UI/UX also could be improved. The setup and administration, the cloud-native field, and the developer experience as well could be better. The initial setup was really not that easy and it requires specialized DBAs for on-prem deployment. Vantage on cloud is easier, but it's not that simple.
What problems is the product solving and how is that benefiting you?
I like Teradata Vantage for its performance and scalability. It distributes queries across thousands of nodes perfectly, without degrading performance. Its hybrid cloud flexibility, reliability, and built-in data protection help manage workloads effectively.
Blazing Fast Queries, Powerful SQL Engine
What do you like best about the product?
I use Teradata Vantage for various tasks like figuring out customer churn rate and running Python scripts against my large datasets. The biggest headache it saves me from is the long waiting time for getting the required data. I no longer need to export data to CSV; I can directly query Teradata Vantage and get results promptly. I like the SQL engine's power of Teradata Vantage the most because joining queries on millions of rows just works like a charm. Instead of searching through the whole table, it goes straight to the record. Teradata Vantage's primary index strategy is what makes it faster than other tools out there. Setting it up with Azure was easy, especially after following the documentation correctly.
What do you dislike about the product?
Honestly for the scale i'm working at, i havent found any shortcomings yet in Teradata Vantage
What problems is the product solving and how is that benefiting you?
I use Teradata Vantage to figure out customer churn and run Python scripts on large datasets. The biggest benefit is saving time by directly querying for prompt results without exporting to CSV.
Powerful platform for large scale data analytics and performance
What do you like best about the product?
What I like best about Teradata Vantage is its ability to handle large scale data processing with strong performance and reliability. It works well for complex queries and analytics workloads, especially when dealing with huge datasets. I also like the flexibility it provides with support for multiple analytics approaches like SQL, machine learning, and advanced analytics in one platform. This makes it useful for both technical and business teams.
What do you dislike about the product?
What I dislike about Teradata Vantage is that it can be complex for new users, especially if they are not familiar with data warehousing concepts. The setup and configuration may take time, and it can feel expensive compared to some modern cloud native alternatives. In some cases, query optimization requires expertise to get the best performance.
What problems is the product solving and how is that benefiting you?
Teradata Vantage solves the problem of managing and analyzing large volumes of data efficiently. It brings data from different sources into a unified platform and allows running complex analytics without performance issues. For me, it helps in generating insights faster, improving reporting accuracy, and supporting better decision making. It also reduces the need to move data across multiple tools, which simplifies the overall workflow.
Seamless Agent Builder + RAG Integration with Helpful Parallelization
What do you like best about the product?
So i did some poc using agent builder it built some poc around parallelization design of agent flow which really helpful and used its vector store for the rag pipeline i Integrated 1 agent with the rag pipeline tge integration within the tools are seemless.
What do you dislike about the product?
Budget might overkill for small projects, l feel the ui needs to be veey engaging and responsive when we use a no code, low code tool i feel it to be bit non responsive as expected sometimes while making the workflows.
What problems is the product solving and how is that benefiting you?
For me, it solved the whole process of prototyping my agentic solutions through to production deployment. Everything that used to take tons of fine-tuning and testing feels much more streamlined now. All the tools are in-house, so I don’t have to jump between different tools for monitoring, DB checks, vectors, agent checks, or deployment checks—it’s all under one roof.
Data processing has improved and now supports complex healthcare reporting needs efficiently
What is our primary use case?
Teradata's main use case for me is writing SQL according to business requirements from customers.
I can give you a specific example of how I use Teradata for a business requirement: recently, a customer had a requirement to look into the population of patient data in the healthcare industry, such as how many patients were discharged before a specific time of the day, and they had a couple of other conditions as well. I wrote the code to exclude those conditions and get the data of whether the patient was discharged before that given time or not.
I use Teradata mainly for SQL logics. When a customer has a business requirement, I write the SQL code in Teradata to meet those customer logics. I also do some side projects such as creating views to help me monitor or get to know the data a bit better.
What is most valuable?
Teradata offers great features; it is fast, faster compared to the previous applications that I used, and the scalability is good. The ability to run jobs in parallel is a good use case from Teradata.
The ability to run jobs in parallel has made my work easier. With the processing of jobs sequentially, that would hold the jobs and take more time compared to parallel processing inside Teradata. For instance, if we have data with 5 million records and we process it sequentially, then it has to go from one to 5 million. In Teradata, we can divide it into five different AMPS and process it as one to 1 million, five times in parallel. This is done based on the primary key; the data will be divided and processed in parallel to get the work done in 20% of the time compared to the previous one.
I can say that Teradata has positively impacted my organization, as the scalability and the performance has helped my organization and my team especially to process data better.
I can share a specific example of how scalability or performance improvements have helped my team: previously we were using Netezza, and compared to that, the data is getting processed in Teradata faster, and the data is ever-growing. Once we were struggling to process a particular amount of data previously, but in Teradata, due to the scalability, we were able to process it without any issues.
What needs improvement?
I choose 8 out of 10 for Teradata because there is always the scope for improvement. Currently, there are other no-code, low-code tools in the market.
For how long have I used the solution?
I have been using Teradata for close to two years now.
What do I think about the stability of the solution?
In my experience, Teradata is stable; I have not seen any downtimes or reliability issues.
What do I think about the scalability of the solution?
Teradata is helping us scale the data at the pace that we are going, so it is helping in scalability.
How are customer service and support?
I have not contacted Teradata support because I have got all the support from the documentation that is available online.
Which solution did I use previously and why did I switch?
I previously used Netezza, and for performance and scalability, we chose Teradata.
What other advice do I have?
I am satisfied with my thoughts about Teradata. I would rate this solution an 8 out of 10.
High‑volume data processing has transformed daily telecom transactions into fast, reliable batch insights
What is our primary use case?
My main use case for
Teradata is primarily storing data and managing the client base, and it was used for batch processing and parallel batch processing.When I say storing data and managing the client base, a specific example of how I use
Teradata for that is handling the daily transactions of various customers in the telecom domain, where client transactions are stored in various clusters, so we use Teradata for extracting and loading.Teradata is used for extracting and loading the data as my primary application.
What is most valuable?
The best features Teradata offers, in my experience, include fast performance during multi-parallel processing, very good scalability, support for linear scalability, and its suitability for handling large volumes of data; additionally, it facilitates data integration, where we integrate and analyze data from various sources, making it a powerful and high-quality reliable solution for the company.These features help me in my daily work environment as I have used Teradata as a source and a sink to store and analyze data for different reports; however, I did not use it for my personal day-to-day work since it is not required in my day-to-day environment.Additional features which I have heard about but have not used include parallel architecture, which is robust and makes Teradata highly effective for large-scale and analytical reporting.Teradata positively impacts my organization and projects by being extensively used whenever data is required or while batch processing various transformations and aggregations needed for business insights, resulting in complex queries running very efficiently as large volumes of data are easily extracted, transformed, and loaded into various clusters, contributing to a good architecture.Specific outcomes I have noticed include that Teradata helps reduce the time duration for various complex queries involving window functions and various aggregators such as sum and average; when processing a large set of volume data from various clusters, that sort of retrieval is very efficient and good for loading.
What needs improvement?
Certain challenges I have faced while using Teradata involve the initial setup, which can sometimes get difficult and requires specific rules; additionally, I have found less documentation available, necessitating help from open-source community pages and third parties, thereby presenting complexities in certain tasks.The interface of Teradata can be improved, as various competitors involve cloud-based solutions that feature more drag-and-drop methods for loading and trial methods along with configurations; the user interface could be enhanced in various settings instead of relying on terminal-level operations.
For how long have I used the solution?
I have been using Teradata for approximately two to three years.
What do I think about the stability of the solution?
Teradata is stable; however, I have encountered certain errors that required debugging from time to time.
What do I think about the scalability of the solution?
The scalability of Teradata is flawless; however, there are many configurations needed.
How are customer service and support?
Regarding customer support for Teradata, I have not directly interacted with it, but I do know that we generally get quick responses; most of our cases get resolved through community pages rather than direct customer support.
Which solution did I use previously and why did I switch?
Before Teradata, we also used
Snowflake and
Databricks, which are primarily cloud-based solutions; we incorporated Teradata for our on-premises needs.
How was the initial setup?
Certain challenges I have faced while using Teradata involve the initial setup, which can sometimes get difficult and requires specific rules.
What's my experience with pricing, setup cost, and licensing?
My experience with pricing, setup cost, and licensing indicates that while it was not part of my work, I found Teradata to be somewhat costlier when considering other options.
Which other solutions did I evaluate?
I evaluated other options before choosing Teradata, specifically
Snowflake and
Databricks.
What other advice do I have?
Teradata handles a large volume of data effectively, being beneficial in a specific domain where a large amount of data is flowing, providing a reliable system that performs multi-parallel execution and batch processing for loading.I would suggest to others considering Teradata that if they are looking for something specific domain-wise and infrastructure that can handle multi-parallel and large volumes of data for extraction and loading, it would be a great tool. I would rate Teradata an eight out of ten.
Delivers consistent performance and enables advanced analytics across complex data environments
What is our primary use case?
I used this technology for large periods of time during my career. I would highlight Teradata's stability, technological maturity, and the availability of strong documentation and best practices. Overall, I consider Teradata to be a tool with great potential for any organization looking to enhance its analytical capabilities, optimize data processing, and move toward more data-driven decision-making.
I work in different kinds of organizations, such as government or enterprise, who decided to increase their experience or prepare the best way to process data. During my work, I encountered different cases, and Teradata was the best solution.
Teradata stands out as a solid platform for managing and analyzing a large volume of data in different projects. Its architecture allows information to be processed efficiently while maintaining stable performance, even in high-demanding environments.
What is most valuable?
Teradata stands out as a solid platform for managing and analyzing large volumes of data. Its architecture allows information to be processed efficiently while maintaining stable performance, even in highly demanding environments. One of its most notable strengths is the ability to run complex queries at high speed, which is essential for organizations that require timely and reliable analytics.
Teradata offers a well-integrated ecosystem that supports working with different types of data and enables scalability as organizational needs grow. Its focus on advanced analytics, integration with modern business intelligence tools, and the ability to operate both on-premise and in the cloud make it a versatile solution for data warehousing and large-scale processing.
Teradata's stability, technological maturity, and the availability of strong documentation and best practices are noteworthy. I consider Teradata to be a tool with great potential for any organization looking to enhance its analytical capabilities, optimize data processing, and move toward more data-driven decision-making.
Teradata stands out as a solid platform for managing a large volume of data in different projects. Its architecture allows information to be processed efficiently while maintaining stable performance, even in high-demanding environments.
A well-integrated AI ecosystem that supports working with different types of data and enables scalability as organizational needs grow across different kinds of enterprises or organizations. The focus on advanced analytics integration with modern business intelligence tools is particularly valuable.
Teradata combines a powerful parallel process and optimizing SQL engine with a highly scalable architecture allowing businesses to execute complex queries and analytics in real-time. It supports multi-cloud, hybrid, and on-premise environments, giving organizations flexibility to choose the setup that best aligns with their strategy. One of the biggest strengths is the ability to unify disparate data sources and support high concurrency, enabling different teams, such as analytics, operations, BI, and data science, to access consistent, trusted data across the enterprise.
For how long have I used the solution?
For approximately ten big projects, Teradata integrates modern analytics capabilities, including machine learning, predictive modeling, and advanced data processing, which help organizations move beyond descriptive analytics towards proactive and strategic decision-making.
What do I think about the stability of the solution?
Teradata stands out as a powerful and reliable platform for transforming enterprise data into meaningful insights, operational efficiency, and strategic value. Teradata is engineered to deliver high performance at scale. Its massively parallel process architecture allows the platform to distribute workload efficiently, enabling organizations to run heavy analytic queries without compromising speed or stability.
Teradata offers strong scalability. Its architecture allows the platform to support different kinds of processes and to expand smoothly as data volumes, users, and workloads grow. In my experience, it handles growth efficiently without disruptions or performance degradation.
What do I think about the scalability of the solution?
Teradata supports hybrid and multi-cloud flexibility. Teradata supports multiple deployment models including on-premise, public cloud, AWS, Azure, GCP, multi-cloud, and hybrid cloud. This flexibility allows organizations to scale according to their needs, balancing performance, cost, and compliance requirements.
How are customer service and support?
Teradata's customer support is solid. They provide helpful guidance and resources when needed.
I would rate Teradata's customer support an 8 out of 10. They are responsive and knowledgeable, and the documentation is very helpful.
Which solution did I use previously and why did I switch?
I managed different kinds of technologies and used other tools previously, but Teradata's overall performance and reliability are clearly superior.
What was our ROI?
In my experience, I can see different scenarios around metrics and different kinds of topics. In my case, Teradata was a great experience for different scenarios. It is necessary to include machine learning, predictive models, and advanced data processing. Independent research showed that Teradata VantageCloud users achieved an average ROI of 427% across three years with payback under a year, demonstrating the platform's ability to deliver a strong financial return. In my experience, I've seen accelerated analytics and operational benefits aligning with this finding.
What's my experience with pricing, setup cost, and licensing?
The cost was incredible because the efficiency of this technology is very useful. Teradata is a technology that works very hard and quickly. Teradata is known for its stability and security. Role-based access control (RBAC), strong audit and compliance features, high availability, fault tolerance, and encrypted data at rest and in-transit are key features. These features make it suitable for mission-critical operations. In all kinds of processes, Teradata is very fast.
Which other solutions did I evaluate?
Other options would be difficult to choose because Teradata has different kinds of scenarios. I considered several alternatives in data management and analytics platforms before Teradata. After comparing architecture, performance, and scalability, Teradata offered the strongest fit for large-scale analytical workloads.
What other advice do I have?
My advice for anyone considering Teradata is to fully explore its scalability and analytical capabilities. Teradata is a strong choice for organizations that need high-performance data processing and want a platform that can grow with their workload. Take advantage of its documentation, best practices, and ecosystem of tools to get the most value from the platform.
Teradata is a strong option for teams looking for reliability, high performance, and an enterprise-grade environment for advanced analytics. I would rate this review a 10 out of 10.