DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Apache Jena - TDB vs. Bangdb vs. Blazegraph vs. ClickHouse vs. Greenplum

System Properties Comparison Apache Jena - TDB vs. Bangdb vs. Blazegraph vs. ClickHouse vs. Greenplum

Editorial information provided by DB-Engines
NameApache Jena - TDB  Xexclude from comparisonBangdb  Xexclude from comparisonBlazegraph  Xexclude from comparisonClickHouse  Xexclude from comparisonGreenplum  Xexclude from comparison
Amazon has acquired Blazegraph's domain and (probably) product. It is said that Amazon Neptune is based on Blazegraph.
DescriptionA RDF storage and query DBMS, shipped as an optional-use component of the Apache Jena frameworkConverged and high performance database for device data, events, time series, document and graphHigh-performance graph database supporting Semantic Web (RDF/SPARQL) and Graph Database (tinkerpop3, blueprints, vertex-centric) APIs with scale-out and High Availability.A high-performance, column-oriented SQL DBMS for online analytical processing (OLAP) that uses all available system resources to their full potential to process each analytical query as fast as possible. It is available as both an open-source software and a cloud offering.Analytic Database platform built on PostgreSQL. Full name is Pivotal Greenplum Database infoA logical database in Greenplum is an array of individual PostgreSQL databases working together to present a single database image.
Primary database modelRDF storeDocument store
Graph DBMS
Time Series DBMS
Graph DBMS
RDF store
Relational DBMSRelational DBMS
Secondary database modelsSpatial DBMSTime Series DBMSDocument store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.75
Rank#84  Overall
#3  RDF stores
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score0.75
Rank#219  Overall
#19  Graph DBMS
#8  RDF stores
Score16.34
Rank#38  Overall
#23  Relational DBMS
Score8.37
Rank#48  Overall
#30  Relational DBMS
Websitejena.apache.org/­documentation/­tdb/­index.htmlbangdb.comblazegraph.comclickhouse.comgreenplum.org
Technical documentationjena.apache.org/­documentation/­tdb/­index.htmldocs.bangdb.comwiki.blazegraph.comclickhouse.com/­docsdocs.greenplum.org
DeveloperApache Software Foundation infooriginally developed by HP LabsSachin Sinha, BangDBBlazegraphClickhouse Inc.Pivotal Software Inc.
Initial release20002012200620162005
Current release4.9.0, July 2023BangDB 2.0, October 20212.1.5, March 2019v24.4.1.2088-stable, May 20247.0.0, September 2023
License infoCommercial or Open SourceOpen Source infoApache License, Version 2.0Open Source infoBSD 3Open Source infoextended commercial license availableOpen Source infoApache 2.0Open Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • ClickHouse Cloud: Get the performance you love from open source ClickHouse in a serverless offering that takes care of the details so you can spend more time getting insight out of the fastest database on earth.
  • DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
  • Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
Implementation languageJavaC, C++JavaC++
Server operating systemsAll OS with a Java VMLinuxLinux
OS X
Windows
FreeBSD
Linux
macOS
Linux
Data schemeyes infoRDF Schemasschema-freeschema-freeyesyes
Typing infopredefined data types such as float or dateyesyes: string, long, double, int, geospatial, stream, eventsyes infoRDF literal typesyesyes
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.nonoyes infosince Version 4.2
Secondary indexesyesyes infosecondary, composite, nested, reverse, geospatialyesyesyes
SQL infoSupport of SQLnoSQL like support with command line toolSPARQL is used as query languageClose to ANSI SQL (SQL/JSON + extensions)yes
APIs and other access methodsFuseki infoREST-style SPARQL HTTP Interface
Jena RDF API
RIO infoRDF Input/Output
Proprietary protocol
RESTful HTTP API
Java API
RESTful HTTP API
SPARQL QUERY
SPARQL UPDATE
TinkerPop 3
gRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
JDBC
ODBC
Supported programming languagesJavaC
C#
C++
Java
Python
.Net
C
C++
Java
JavaScript
PHP
Python
Ruby
C# info3rd party library
C++
Elixir info3rd party library
Go info3rd party library
Java info3rd party library
JavaScript (Node.js) info3rd party library
Kotlin info3rd party library
Nim info3rd party library
Perl info3rd party library
PHP info3rd party library
Python info3rd party library
R info3rd party library
Ruby info3rd party library
Rust
Scala info3rd party library
C
Java
Perl
Python
R
Server-side scripts infoStored proceduresyesnoyesyesyes
Triggersyes infovia event handleryes, Notifications (with Streaming only)nonoyes
Partitioning methods infoMethods for storing different data on different nodesnoneSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingkey based and customSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneselectable replication factor, Knob for CAP (enterprise version only)yesAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyImmediate Consistency or Eventual Consistency depending on configurationImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyes infoRelationships in Graphsnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoTDB TransactionsACIDACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayesyes, optimistic concurrency controlyesyesyes
Durability infoSupport for making data persistentyesyes, implements WAL (Write ahead log) as wellyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes, run db with in-memory only modeyesno
User concepts infoAccess controlAccess control via Jena Securityyes (enterprise version only)Security and Authentication via Web Application Container (Tomcat, Jetty)Access rights for users and roles. Column and row based policies. Quotas and resource limits. Pluggable authentication with LDAP and Kerberos. Password based, X.509 certificate, and SSH key authentication.fine grained access rights according to SQL-standard

More information provided by the system vendor

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
3rd partiesAiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
» more

DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
» more

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

More resources
Apache Jena - TDBBangdbBlazegraphClickHouseGreenplum
Recent citations in the news

Sparql Secrets In Jena-Fuseki - DataScienceCentral.com
24 July 2022, Data Science Central

Extract and query knowledge graphs using Apache Jena (SPARQL Engine)
4 December 2019, Towards Data Science

A catalogue with semantic annotations makes multilabel datasets FAIR | Scientific Reports
4 May 2022, Nature.com

MarkLogic Hones Its Triple Store
18 August 2015, Datanami

How relevant is data analytics to businesses today?
21 August 2016, The Sociable

provided by Google News

Back to the future: Does graph database success hang on query language?
5 March 2018, ZDNet

Harnessing GPUs Delivers a Big Speedup for Graph Analytics
15 December 2015, Datanami

This AI Paper Introduces A Comprehensive RDF Dataset With Over 26 Billion Triples Covering Scholarly Data Across All Scientific Disciplines
19 August 2023, MarkTechPost

Representation Learning on RDF* and LPG Knowledge Graphs
24 September 2020, Towards Data Science

Faster with GPUs: 5 turbocharged databases
26 September 2016, InfoWorld

provided by Google News

Why Clickhouse Should Be Your Next Database
6 July 2023, The New Stack

ClickHouse Cloud & Amazon S3 Express One Zone: Making a blazing fast analytical database even faster | Amazon ...
28 November 2023, AWS Blog

A 1000x Faster Database Solution: ClickHouse’s Aaron Katz
1 November 2023, GrowthCap

ClickHouse Announces Launch of ClickPipes
26 September 2023, Datanami

From Open Source to SaaS: the Journey of ClickHouse
16 January 2024, InfoQ.com

provided by Google News

VMware Greenplum on AWS: Parallel Postgres for Enterprise Analytics at Scale | Amazon Web Services
9 September 2019, AWS Blog

1. Introducing the Greenplum Database - Data Warehousing with Greenplum [Book]
6 December 2018, O'Reilly Media

RSA: EMC integrates Hadoop with Greenplum database
26 February 2013, DatacenterDynamics

Greenplum 6 ventures outside the analytic box
19 March 2019, ZDNet

Greenplum 6 review: Jack of all trades, master of some
7 November 2019, InfoWorld

provided by Google News



Share this page

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

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

Present your product here