DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Amazon CloudSearch vs. CrateDB vs. Google Cloud Spanner vs. MongoDB

System Properties Comparison Amazon CloudSearch vs. CrateDB vs. Google Cloud Spanner vs. MongoDB

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameAmazon CloudSearch  Xexclude from comparisonCrateDB  Xexclude from comparisonGoogle Cloud Spanner  Xexclude from comparisonMongoDB  Xexclude from comparison
DescriptionA hosted search engine service by Amazon with the data stored in Amazons cloudDistributed Database based on LuceneA horizontally scalable, globally consistent, relational database service. It is the externalization of the core Google database that runs the biggest aspects of Google, like Ads and Google Play.One of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructure
Primary database modelSearch engineDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Relational DBMSDocument store
Secondary database modelsRelational DBMSSpatial DBMS
Search engine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vector DBMS infocurrently available in the MongoDB Atlas cloud service only
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.64
Rank#135  Overall
#12  Search engines
Score0.67
Rank#225  Overall
#37  Document stores
#5  Spatial DBMS
#17  Search engines
#19  Time Series DBMS
#16  Vector DBMS
Score2.56
Rank#97  Overall
#50  Relational DBMS
Score402.51
Rank#5  Overall
#1  Document stores
Websiteaws.amazon.com/­cloudsearchcratedb.comcloud.google.com/­spannerwww.mongodb.com
Technical documentationdocs.aws.amazon.com/­cloudsearchcratedb.com/­docscloud.google.com/­spanner/­docswww.mongodb.com/­docs/­manual
DeveloperAmazonCrateGoogleMongoDB, Inc
Initial release2012201320172009
Current release5.8.1, August 20247.0.5, January 2024
License infoCommercial or Open SourcecommercialOpen SourcecommercialOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.
Cloud-based only infoOnly available as a cloud serviceyesnoyesno infoMongoDB available as DBaaS (MongoDB Atlas)
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • MongoDB Flex @ STACKIT offers managed MongoDB Instances with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
  • MongoDB Atlas: Global multi-cloud database with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
Implementation languageJavaC++
Server operating systemshostedAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supporthostedLinux
OS X
Solaris
Windows
Data schemeyesFlexible Schema (defined schema, partial schema, schema free)yesschema-free infoAlthough schema-free, documents of the same collection often follow the same structure. Optionally impose all or part of a schema by defining a JSON schema.
Typing infopredefined data types such as float or dateyesyesyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatial
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.nono
Secondary indexesyes infoall search fields are automatically indexedyesyesyes
SQL infoSupport of SQLnoyes, but no triggers and constraints, and PostgreSQL compatibilityyes infoQuery statements complying to ANSI 2011Read-only SQL queries via the MongoDB Atlas SQL Interface
APIs and other access methodsHTTP APIADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
gRPC (using protocol buffers) API
JDBC infoAt present, JDBC supports read-only queries. No support for DDL or DML statements.
RESTful HTTP API
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Supported programming languages.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
Go
Java
JavaScript (Node.js)
Python
Actionscript infounofficial driver
C
C#
C++
Clojure infounofficial driver
ColdFusion infounofficial driver
D infounofficial driver
Dart infounofficial driver
Delphi infounofficial driver
Erlang
Go
Groovy infounofficial driver
Haskell
Java
JavaScript
Kotlin
Lisp infounofficial driver
Lua infounofficial driver
MatLab infounofficial driver
Perl
PHP
PowerShell infounofficial driver
Prolog infounofficial driver
Python
R infounofficial driver
Ruby
Rust
Scala
Smalltalk infounofficial driver
Swift
Server-side scripts infoStored proceduresnouser defined functions (Javascript)noJavaScript
Triggersnononoyes infoin MongoDB Atlas only
Partitioning methods infoMethods for storing different data on different nodesyes infoautomatic partitioning across Amazon Search Instance as requiredShardingShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesyes infomanaged transparently by AWSConfigurable replication on table/partition-levelMulti-source replication with 3 replicas for regional instances.Multi-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyes infousing Google Cloud Dataflowyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Read-after-write consistency on record level
Immediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Foreign keys infoReferential integritynonoyes infoby using interleaved tables, this features focuses more on performance improvements than on referential integrityno infotypically not used, however similar functionality with DBRef possible
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanono infounique row identifiers can be used for implementing an optimistic concurrency control strategyACID infoStrict serializable isolationMulti-document ACID Transactions with snapshot isolation
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infooptional, enabled by default
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes infoIn-memory storage engine introduced with MongoDB version 3.2
User concepts infoAccess controlauthentication via encrypted signaturesrights management via user accountsAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Access rights for users and roles
More information provided by the system vendor
Amazon CloudSearchCrateDBGoogle Cloud SpannerMongoDB
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosAI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsHundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» more

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 parties
» more

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

More resources
Amazon CloudSearchCrateDBGoogle Cloud SpannerMongoDB
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

DB-Engines shares Q1 2025 database industry rankings and top climbers: Snowflake and PostgreSQL trending
1 May 2025, DB-Engines

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4 January 2021, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Transition from Amazon CloudSearch to Amazon OpenSearch Service
25 July 2024, Amazon Web Services

AWS is quietly killing off services under its new CEO
31 July 2024, The Stack

AWS closes several cloud services to new customers
8 August 2024, InfoWorld

AWS Closes Selection of Cloud Code Tools for New Customers
12 August 2024, DevOps.com

Searching CloudTrail Logs Easily with Amazon CloudSearch
21 October 2014, Amazon Web Services

provided by Google News

ABB Revolutionizes Smart Charging with OPTIMAX® Cloud, Powered by CrateDB
21 January 2025, PR Newswire

Tech Mahindra & CrateDB Forge AI-Powered Future for Smart Industries
2 April 2025, newskarnataka.com

Tech Mahindra, CrateDB Partner for Agentic AI in Industry
2 April 2025, Bisinfotech

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1 March 2023, Business Wire

Crate.io raises $10M to grow its database platform
15 June 2021, VentureBeat

provided by Google News

Google Cloud Introduces HDD Tier for Spanner Database, Cutting Cold Storage Costs by 80%
22 March 2025, infoq.com

New features make Google's Spanner a database for AI
1 August 2024, TechTarget

Google Cloud adds graph and vector search features to Spanner database
2 August 2024, techzine.eu

Google Cloud adds graph processing to Spanner, SQL support to Bigtable
1 August 2024, InfoWorld

Google’s Plan to Make GCP ‘The Best Cloud for Machine Learning’
5 May 2025, SDx Central

provided by Google News

MongoDB (MDB) Stock Declines While Market Improves: Some Information for Investors
14 May 2025, Yahoo Finance

Snowflake, MongoDB see better cloud engagement growth in April, Microsoft 365 growth slows - BofA
14 May 2025, Seeking Alpha

MongoDB Options Trading: A Deep Dive into Market Sentiment
13 May 2025, Nasdaq

How MCP could add value to MongoDB databases
5 May 2025, InfoWorld

MongoDB Stock Analysis: Buy, Hold, or Sell?
6 May 2025, The Motley Fool

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

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

RaimaDB logo

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

Neo4j logo

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

Present your product here