DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Amazon Neptune vs. Badger vs. Bangdb vs. Faircom DB vs. Trino

System Properties Comparison Amazon Neptune vs. Badger vs. Bangdb vs. Faircom DB vs. Trino

Editorial information provided by DB-Engines
NameAmazon Neptune  Xexclude from comparisonBadger  Xexclude from comparisonBangdb  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonTrino  Xexclude from comparison
DescriptionFast, reliable graph database built for the cloudAn embeddable, persistent, simple and fast Key-Value Store, written purely in Go.Converged and high performance database for device data, events, time series, document and graphNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Fast distributed SQL query engine for big data analytics. Forked from Presto and originally named PrestoSQL
Primary database modelGraph DBMS
RDF store
Key-value storeDocument store
Graph DBMS
Time Series DBMS
Key-value store
Relational DBMS
Relational DBMS
Secondary database modelsSpatial DBMSDocument store
Key-value store
Spatial DBMS
Search engine
Time Series DBMS
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.29
Rank#113  Overall
#9  Graph DBMS
#5  RDF stores
Score0.22
Rank#320  Overall
#47  Key-value stores
Score0.16
Rank#338  Overall
#47  Document stores
#32  Graph DBMS
#31  Time Series DBMS
Score0.29
Rank#304  Overall
#43  Key-value stores
#136  Relational DBMS
Score4.99
Rank#65  Overall
#36  Relational DBMS
Websiteaws.amazon.com/­neptunegithub.com/­dgraph-io/­badgerbangdb.comwww.faircom.com/­products/­faircom-dbtrino.io
Technical documentationaws.amazon.com/­neptune/­developer-resourcesgodoc.org/­github.com/­dgraph-io/­badgerdocs.bangdb.comdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmltrino.io/­broadcast
trino.io/­docs/­current
Social network pagesLinkedInTwitterYouTubeGitHub
DeveloperAmazonDGraph LabsSachin Sinha, BangDBFairCom CorporationTrino Software Foundation
Initial release20172017201219792012 info2020 rebranded from PrestoSQL
Current releaseBangDB 2.0, October 2021V12, November 2020
License infoCommercial or Open SourcecommercialOpen Source infoApache 2.0Open Source infoBSD 3commercial infoRestricted, free version availableOpen Source infoApache Version 2.0
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Starburst Galaxy offers a feature-rich user interface to connect all your data sources, manage your Trino clusters, and query your data.
Implementation languageGoC, C++ANSI C, C++Java
Server operating systemshostedBSD
Linux
OS X
Solaris
Windows
LinuxAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Linux
macOS infofor devlopment
Data schemeschema-freeschema-freeschema-freeschema free, schema optional, schema required, partial schema,yes
Typing infopredefined data types such as float or dateyesnoyes: string, long, double, int, geospatial, stream, eventsyes, ANSI SQL Types, JSON, typed binary structuresyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nonononono
Secondary indexesnonoyes infosecondary, composite, nested, reverse, geospatialyesdepending on connected data-source
SQL infoSupport of SQLnonoSQL like support with command line toolyes, ANSI SQL with proprietary extensionsyes
APIs and other access methodsOpenCypher
RDF 1.1 / SPARQL 1.1
TinkerPop Gremlin
Proprietary protocol
RESTful HTTP API
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
JDBC
RESTful HTTP API
Trino CLI
Supported programming languagesC#
Go
Java
JavaScript
PHP
Python
Ruby
Scala
GoC
C#
C++
Java
Python
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
Go
Java
JavaScript (Node.js)
Python
R
Ruby
Server-side scripts infoStored proceduresnononoyes info.Net, JavaScript, C/C++yes, depending on connected data-source
Triggersnonoyes, Notifications (with Streaming only)yesno
Partitioning methods infoMethods for storing different data on different nodesnonenoneSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningdepending on connected data-source
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-availability zones high availability, asynchronous replication for up to 15 read replicas within a single region. Global database clusters consists of a primary write DB cluster in one region, and up to five secondary read DB clusters in different regions. Each secondary region can have up to 16 reader instances.noneselectable replication factor, Knob for CAP (enterprise version only)yes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).depending on connected data-source
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencynoneTunable consistency, set CAP knob accordinglyEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
depending on connected data-source
Foreign keys infoReferential integrityyes infoRelationships in graphsnonoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACIDtunable from ACID to Eventually Consistentdepending on connected data-source
Concurrency infoSupport for concurrent manipulation of datayesyesyes, optimistic concurrency controlyesyes
Durability infoSupport for making data persistentyes infowith encyption-at-restyesyes, implements WAL (Write ahead log) as wellYes, tunable from durable to delayed durability to in-memorydepending on connected data-source
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes, run db with in-memory only modeyes
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)noyes (enterprise version only)Fine grained access rights according to SQL-standard with additional protections for filesSQL standard access control
More information provided by the system vendor
Amazon NeptuneBadgerBangdbFaircom DB infoformerly c-treeACETrino
Specific characteristicsTrino is the fastest open source, massively parallel processing SQL query engine...
» more
Competitive advantagesHigh performance analtyics and data processing of very large data sets Powerful ANSI...
» more
Typical application scenariosPerformant analytics query engine for data warehouses, data lakes, and data lakehouses...
» more
Key customersTrino is widely adopted across the globe as freely-available open source software....
» more
Market metrics33000+ commits in GitHub 8200+ stargazers in GitHub 1200+ pull requests merged in...
» more
Licensing and pricing modelsTrino is an open source project and usage is therefore free. Commercial offerings...
» more
News

One busy week to go before Trino Fest 2024
6 June 2024

60: Trino calling AI
22 May 2024

Big names round out the Trino Fest 2024 lineup
8 May 2024

59: Querying Trino with Java and jOOQ
24 April 2024

A sneak peek of Trino Fest 2024
15 April 2024

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Amazon NeptuneBadgerBangdbFaircom DB infoformerly c-treeACETrino
Recent citations in the news

Exploring new features of Apache TinkerPop 3.7.x in Amazon Neptune | Amazon Web Services
7 June 2024, AWS Blog

Building NHM London's Planetary Knowledge Base with Amazon Neptune and the Registry of Open Data on AWS ...
5 June 2024, AWS Blog

Unit testing Apache TinkerPop transactions: From TinkerGraph to Amazon Neptune | Amazon Web Services
3 June 2024, AWS Blog

AWS announces Amazon Neptune I/O-Optimized
22 February 2024, AWS Blog

AWS Weekly Roundup: LlamaIndex support for Amazon Neptune, force AWS CloudFormation stack deletion, and more ...
27 May 2024, AWS Blog

provided by Google News

FairCom Unveils New Look, FairCom DB v13: Introducing 'DB Made Simple'
4 June 2024, businesswire.com

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

provided by Google News

The Perfect AI Storage: Trino From Facebook And Iceberg From Netflix?
30 April 2024, The Next Platform

Starburst Brings Dataframes Into Trino Platform
7 September 2023, Datanami

Query big data with resilience using Trino in Amazon EMR with Amazon EC2 Spot Instances for less cost | Amazon ...
4 October 2023, AWS Blog

A look at Presto, Trino SQL query engines
9 August 2022, TechTarget

Trino: The Open-source Data Query Engine That Split from Facebook
30 March 2022, hackernoon.com

provided by Google News



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Present your product here