DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > FatDB vs. Microsoft Azure AI Search vs. Percona Server for MySQL vs. SQLite

System Properties Comparison FatDB vs. Microsoft Azure AI Search vs. Percona Server for MySQL vs. SQLite

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameFatDB  Xexclude from comparisonMicrosoft Azure AI Search  Xexclude from comparisonPercona Server for MySQL  Xexclude from comparisonSQLite  Xexclude from comparison
FatDB/FatCloud has ceased operations as a company with February 2014. FatDB is discontinued and excluded from the ranking.
DescriptionA .NET NoSQL DBMS that can integrate with and extend SQL Server.Search-as-a-service for web and mobile app developmentEnhanced drop-in replacement for MySQL based on XtraDB or TokuDB storage engines with improved performance and additional diagnostic and management features.Widely used embeddable, in-process RDBMS
Primary database modelDocument store
Key-value store
Search engineRelational DBMSRelational DBMS
Secondary database modelsVector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score5.75
Rank#58  Overall
#7  Search engines
Score2.06
Rank#118  Overall
#57  Relational DBMS
Score103.35
Rank#10  Overall
#7  Relational DBMS
Websiteazure.microsoft.com/­en-us/­services/­searchwww.percona.com/­software/­mysql-database/­percona-serverwww.sqlite.org
Technical documentationlearn.microsoft.com/­en-us/­azure/­searchwww.percona.com/­downloads/­Percona-Server-LATESTwww.sqlite.org/­docs.html
DeveloperFatCloudMicrosoftPerconaDwayne Richard Hipp
Initial release2012201520082000
Current releaseV18.0.36-28, 20243.46.1  (13 August 2024), August 2024
License infoCommercial or Open SourcecommercialcommercialOpen Source infoGPL version 2Open Source infoPublic Domain
Cloud-based only infoOnly available as a cloud servicenoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC#C and C++C
Server operating systemsWindowshostedLinuxserver-less
Data schemeschema-freeyesyesyes infodynamic column types
Typing infopredefined data types such as float or dateyesyesyesyes infonot rigid because of 'dynamic typing' concept.
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.noyesno
Secondary indexesyesyesyesyes
SQL infoSupport of SQLno infoVia inetgration in SQL Servernoyesyes infoSQL-92 is not fully supported
APIs and other access methods.NET Client API
LINQ
RESTful HTTP API
RPC
Windows WCF Bindings
RESTful HTTP APIADO.NET
JDBC
ODBC
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesC#C#
Java
JavaScript
Python
Ada
C
C#
C++
D
Eiffel
Erlang
Haskell
Java
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-side scripts infoStored proceduresyes infovia applicationsnoyesno
Triggersyes infovia applicationsnoyesyes
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoImplicit feature of the cloud servicenone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factoryes infoImplicit feature of the cloud serviceMulti-source replication
Source-replica replication
XtraDB Cluster
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infovia file-system locks
Durability infoSupport for making data persistentyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlno infoCan implement custom security layer via applicationsyes infousing Azure authenticationUsers with fine-grained authorization concept infono user groups or rolesno

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 partiesNavicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

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

More resources
FatDBMicrosoft Azure AI SearchPercona Server for MySQLSQLite
DB-Engines blog posts

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

Announcing updates to Azure AI Search to help organizations build and scale generative AI applications
4 April 2024, azure.microsoft.com

Public Preview of Azure OpenAI and AI Search in-app connectors for Logic Apps (Standard)
2 April 2024, azure.microsoft.com

From code to production: New ways Azure helps you build transformational AI experiences
21 May 2024, azure.microsoft.com

Boost your AI with Azure's new Phi model, streamlined RAG, and custom generative AI models
22 August 2024, azure.microsoft.com

Microsoft boosts Azure AI Search with more storage and support for big RAG apps
5 April 2024, VentureBeat

provided by Google News

A Momentous 2023, Headlined by a 19% increase of ARR, Positions Percona for Even Greater Success in the Year Ahead
27 March 2024, Business Wire

Differential Backups in MyRocks Based Distributed Databases at Uber
1 August 2024, Uber

Sizing Up Servers: Intel's Skylake-SP Xeon versus AMD's EPYC 7000 - The Server CPU Battle of the Decade?
11 July 2017, AnandTech

ScaleFlux computational storage makes Percona MySQL faster
5 August 2020, Blocks & Files

How to deploy the Percona database performance monitor with Docker
24 February 2023, TechRepublic

provided by Google News

Intro to Node's built-in SQLite module
24 September 2024, InfoWorld

Google researchers suggest "fixing" SQL with pipe syntax, SQLite creator unconvinced
30 August 2024, DevClass

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

SQLite Gets Into Vector Search
5 September 2024, iProgrammer

A Guide to Working with SQLite Databases in Python
21 May 2024, KDnuggets

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

RaimaDB logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Present your product here