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 > FileMaker vs. Microsoft Azure Data Explorer vs. OrigoDB vs. Teradata vs. Titan

System Properties Comparison FileMaker vs. Microsoft Azure Data Explorer vs. OrigoDB vs. Teradata vs. Titan

Editorial information provided by DB-Engines
NameFileMaker  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonOrigoDB  Xexclude from comparisonTeradata  Xexclude from comparisonTitan  Xexclude from comparison
Titan has been decommisioned after the takeover by Datastax. It will be removed from the DB-Engines ranking. A fork has been open-sourced as JanusGraph.
DescriptionFileMaker is a cross-platform RDBMS that includes a GUI frontend.Fully managed big data interactive analytics platformA fully ACID in-memory object graph databaseA hybrid cloud data analytics software platform (Teradata Vantage)Titan is a Graph DBMS optimized for distributed clusters.
Primary database modelRelational DBMSRelational DBMS infocolumn orientedDocument store
Object oriented DBMS
Relational DBMSGraph DBMS
Secondary database modelsDocument store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Search engine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
Document store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score47.91
Rank#20  Overall
#14  Relational DBMS
Score3.80
Rank#81  Overall
#43  Relational DBMS
Score0.06
Rank#380  Overall
#50  Document stores
#18  Object oriented DBMS
Score44.87
Rank#22  Overall
#15  Relational DBMS
Websitewww.claris.com/­filemakerazure.microsoft.com/­services/­data-explorerorigodb.comwww.teradata.comgithub.com/­thinkaurelius/­titan
Technical documentationwww.claris.com/­resources/­documentationdocs.microsoft.com/­en-us/­azure/­data-explorerorigodb.com/­docsdocs.teradata.comgithub.com/­thinkaurelius/­titan/­wiki
DeveloperClaris infoa subsidiary of AppleMicrosoftRobert Friberg et alTeradataAurelius, owned by DataStax
Initial release198320192009 infounder the name LiveDB19842012
Current release19.4.1, November 2021cloud service with continuous releasesTeradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open SourcecommercialcommercialOpen SourcecommercialOpen Source infoApache license, version 2.0
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC#Java
Server operating systemsiOS infoclient part only
Linux
OS X
Windows
hostedLinux
Windows
hosted
Linux
Linux
OS X
Unix
Windows
Data schemeyesFixed schema with schema-less datatypes (dynamic)yesyesyes
Typing infopredefined data types such as float or dateyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesUser defined using .NET types and collectionsyesyes
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.yes infoA http query request can return the data in XML formatyesno infocan be achieved using .NETyes
Secondary indexesyesall fields are automatically indexedyesyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash indexyes
SQL infoSupport of SQLyes infovia pluginsKusto Query Language (KQL), SQL subsetnoyes infoSQL 2016 + extensionsno
APIs and other access methodsFilemaker WebDirect
JDBC
ODBC
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
.NET Client API
HTTP API
LINQ
.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Java API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
Supported programming languagesPHP.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.NetC
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
Clojure
Java
Python
Server-side scripts infoStored proceduresyesYes, possible languages: KQL, Python, Ryesyes infoUDFs, stored procedures, table functions in parallelyes
Triggersyesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes infoDomain Eventsyesyes
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infoImplicit feature of the cloud servicehorizontal partitioning infoclient side managed; servers are not synchronizedSharding infoHashingyes infovia pluggable storage backends
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication, warm standby infosince Version 14yes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replicationMulti-source replication
Source-replica replication
yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoSpark connector (open source): github.com/­Azure/­azure-kusto-sparknonoyes infovia Faunus, a graph analytics engine
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesnodepending on modelyesyes infoRelationships in graph
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infoWrite ahead logyesyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcast
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlsimple rights management via user accounts and connection to external directory servicesAzure Active Directory AuthenticationRole based authorizationfine grained access rights according to SQL-standardUser authentification and security via Rexster Graph Server

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

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

More resources
FileMakerMicrosoft Azure Data ExplorerOrigoDBTeradataTitan
DB-Engines blog posts

Teradata is the most popular data warehouse DBMS
2 April 2013, Paul Andlinger

show all

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Recent citations in the news

Apple kills Claris, saves FileMaker
3 June 2024, ITPro Today

Reviews - Features
1 March 2024, Reverse Shot

Tilda Swinton on 'Problemista' Fan Horror Stories About Her Character
1 March 2024, IndieWire

Apple Subsidiary to Face Worker's Job Loss Claims, but Not Apple
14 February 2024, Bloomberg Law

Free FileMaker open-source basic ERP revolutionizes company management
15 May 2024, openPR

provided by Google News

We’re retiring Azure Time Series Insights on 7 July 2024 – transition to Azure Data Explorer | Azure updates
31 May 2024, Microsoft

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, Microsoft

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11 February 2019, Microsoft

Providing modern data transfer and storage service at Microsoft with Microsoft Azure - Inside Track Blog
13 July 2023, Microsoft

Individually great, collectively unmatched: Announcing updates to 3 great Azure Data Services
7 February 2019, Microsoft

provided by Google News

Teradata Fails to Block Software Broker From Selling Its Products
3 June 2024, Bloomberg Law

Teradata Buys Data Archiving Firm RainStor
31 May 2024, Data Center Knowledge

Lakehouse dam breaks after departure of long-time Teradata CTO
1 May 2024, The Register

Is There Now An Opportunity In Teradata Corporation (NYSE:TDC)?
28 May 2024, Yahoo Finance

Chief Customer Officer Of Teradata Sold 25% Of Their Shares
12 May 2024, Simply Wall St

provided by Google News

Amazon DynamoDB Storage Backend for Titan: Distributed Graph Database | Amazon Web Services
24 August 2015, AWS Blog

JanusGraph Picks Up Where TitanDB Left Off
13 January 2017, Datanami

DataStax acquires Aurelius, the startup behind the Titan graph database
3 February 2015, VentureBeat

DSE Graph review: Graph database does double duty
14 November 2019, InfoWorld

Database Deep Dives: JanusGraph
8 August 2019, ibm.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