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

DBMS > Amazon CloudSearch vs. Couchbase vs. FileMaker vs. Microsoft Azure Data Explorer vs. OrigoDB

System Properties Comparison Amazon CloudSearch vs. Couchbase vs. FileMaker vs. Microsoft Azure Data Explorer vs. OrigoDB

Editorial information provided by DB-Engines
NameAmazon CloudSearch  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonFileMaker  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonOrigoDB  Xexclude from comparison
DescriptionA hosted search engine service by Amazon with the data stored in Amazons cloudA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseFileMaker is a cross-platform RDBMS that includes a GUI frontend.Fully managed big data interactive analytics platformA fully ACID in-memory object graph database
Primary database modelSearch engineDocument storeRelational DBMSRelational DBMS infocolumn orientedDocument store
Object oriented DBMS
Secondary database modelsKey-value store infooriginating from the former Membase product and supporting the Memcached protocol
Spatial DBMS infousing the Geocouch extension
Search engine
Time Series DBMS
Vector DBMS
Document 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.85
Rank#137  Overall
#12  Search engines
Score17.30
Rank#36  Overall
#5  Document stores
Score48.20
Rank#20  Overall
#14  Relational DBMS
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score0.00
Rank#383  Overall
#53  Document stores
#20  Object oriented DBMS
Websiteaws.amazon.com/­cloudsearchwww.couchbase.comwww.claris.com/­filemakerazure.microsoft.com/­services/­data-explorerorigodb.com
Technical documentationdocs.aws.amazon.com/­cloudsearchdocs.couchbase.comwww.claris.com/­resources/­documentationdocs.microsoft.com/­en-us/­azure/­data-explorerorigodb.com/­docs
DeveloperAmazonCouchbase, Inc.Claris infoa subsidiary of AppleMicrosoftRobert Friberg et al
Initial release20122011198320192009 infounder the name LiveDB
Current releaseServer: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 202319.4.1, November 2021cloud service with continuous releases
License infoCommercial or Open SourcecommercialOpen Source infoBusiness Source License (BSL 1.1); Commercial licenses also availablecommercialcommercialOpen Source
Cloud-based only infoOnly available as a cloud serviceyesnonoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC, C++, Go and ErlangC#
Server operating systemshostedLinux
OS X
Windows
iOS infoclient part only
Linux
OS X
Windows
hostedLinux
Windows
Data schemeyesschema-freeyesFixed schema with schema-less datatypes (dynamic)yes
Typing infopredefined data types such as float or dateyesyesyesyes 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 collections
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 .NET
Secondary indexesyes infoall search fields are automatically indexedyesyesall fields are automatically indexedyes
SQL infoSupport of SQLnoSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesyes infovia pluginsKusto Query Language (KQL), SQL subsetno
APIs and other access methodsHTTP APICLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
Filemaker WebDirect
JDBC
ODBC
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
.NET Client API
HTTP API
LINQ
Supported programming languages.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
PHP.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
Server-side scripts infoStored proceduresnoFunctions and timers in JavaScript and UDFs in Java, Python, SQL++yesYes, possible languages: KQL, Python, Ryes
Triggersnoyes infovia the TAP protocolyesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes infoDomain Events
Partitioning methods infoMethods for storing different data on different nodesyes infoautomatic partitioning across Amazon Search Instance as requiredAutomatic ShardingnoneSharding infoImplicit feature of the cloud servicehorizontal partitioning infoclient side managed; servers are not synchronized
Replication methods infoMethods for redundantly storing data on multiple nodesyes infomanaged transparently by AWSMulti-source replication infoincluding cross data center replication
Source-replica replication
Source-replica replication, warm standby infosince Version 14yes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Eventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynonoyesnodepending on model
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnonoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infoWrite ahead log
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoEphemeral bucketsnoyes
User concepts infoAccess controlauthentication via encrypted signaturesUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.simple rights management via user accounts and connection to external directory servicesAzure Active Directory AuthenticationRole based authorization

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
Amazon CloudSearchCouchbase infoOriginally called MembaseFileMakerMicrosoft Azure Data ExplorerOrigoDB
DB-Engines blog posts

Amazon - the rising star in the DBMS market
3 August 2015, Matthias Gelbmann

The DB-Engines ranking includes now search engines
4 February 2013, Paul Andlinger

show all

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2 June 2014, Matthias Gelbmann

show all

Recent citations in the news

Amazon CloudSearch – Start Searching in One Hour for Less Than $100 / Month | Amazon Web Services
12 April 2012, AWS Blog

Amazon CloudSearch – Even Better Searching for Less Than $100/Month | Amazon Web Services
24 March 2014, AWS Blog

Amazon Takes On Google And Microsoft With CloudSearch
16 April 2012, Forbes

AWS, Microsoft and Google should retire these cloud services
2 June 2020, TechTarget

Searching CloudTrail Logs Easily with Amazon CloudSearch | AWS Startups Blog
21 October 2014, AWS Blog

provided by Google News

Insider Selling: Couchbase, Inc. (NASDAQ:BASE) CEO Sells 10053 Shares of Stock
19 May 2024, Defense World

Insider Sale: Matthew Cain Sells 10,053 Shares of Couchbase Inc (BASE)
18 May 2024, Yahoo Finance Australia

Couchbase Announces New Features to Accelerate AI-Powered Adaptive Applications for Customers
29 February 2024, PR Newswire

Baird Maintains Couchbase (BASE) Outperform Recommendation
17 May 2024, MSN

Matthew M. Cain Sells 10,053 Shares of Couchbase, Inc. (NASDAQ:BASE) Stock
17 May 2024, MarketBeat

provided by Google News

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

Reviews - Features
1 March 2024, Reverse Shot

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

Apple Filed for new Trademarks in the U.S. and Hong Kong this week for the Figurative Version of 'Reality Composer ...
15 October 2023, Patently Apple

Claris FileMaker Pro 19 review
2 March 2022, TechRadar

provided by Google News

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, azure.microsoft.com

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

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11 February 2019, azure.microsoft.com

Individually great, collectively unmatched: Announcing updates to 3 great Azure Data Services
7 February 2019, azure.microsoft.com

Log and Telemetry Analytics Performance Benchmark
16 August 2022, Gigaom

provided by Google News



Share this page

Featured Products

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

Neo4j logo

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

RaimaDB logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Present your product here