Open In App

Difference between Trafodion and WakandaDB

Last Updated : 01 Jul, 2020
Improve
Improve
Like Article
Like
Save
Share
Report

1. Trafodion :
It is Transactional SQL-on-Hadoop DBMS. It is a webscale SQL-on-Hadoop solution enabling transactional or operational workloads on Apache Hadoop. The name “Trafodion” pronounced as “Tra-vod-eee-on”. It is a relational database management system that runs on Apache Hadoop which provides support for transactional or operational workloads in a big data environment and for large data sets using a parallel-aware query optimizer.

2. WakandaDB :
It is server-side javascript engine to access data and embedded in a server that provides a REST API. It has primary database model is Object oriented DBMS. It is a JavaScript platform to develop and run web or mobile apps and NoSQL engine is accessed via HTTP.



Difference between Trafodion and WakandaDB :

S.NO. Trafodion WakandaDB
It is developed by Apache Software Foundation, originally developed by HP and initially released on 2014. Developed by Wakanda SAS and initially released on 2012.
Linux is server, operating systems of Trafodion . Linux, OS X, Windows are server operating systems of WakandaDB .
Primary database model is Relational DBMS. Primary database model is Object oriented DBMS.
All languages supporting JDBC/ODBC/ADO.Net are programming languages. JavaScript is supporting programming languages.
ADO.NET, JDBC, ODBC are the APIs and other access methods of Trafodion. It supports RESTful HTTP API.
It has Implementation language Java and C++ . Implementation language of WakandaDB is C++, JavaScript.
Sharding partitioning method present in Trafodion. Absence of partitioning method in WakandaDB.
It has replication method via HBase . Absence of replication method in WakandaDB.
It has Immediate Consistency concept. It also has Immediate Consistency concept.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads