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 > Faircom EDGE vs. Manticore Search vs. Newts vs. PostgreSQL vs. Quasardb

System Properties Comparison Faircom EDGE vs. Manticore Search vs. Newts vs. PostgreSQL vs. Quasardb

Editorial information provided by DB-Engines
NameFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonManticore Search  Xexclude from comparisonNewts  Xexclude from comparisonPostgreSQL  Xexclude from comparisonQuasardb  Xexclude from comparison
DescriptionFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsMulti-storage database for search, including full-text search.Time Series DBMS based on CassandraWidely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLDistributed, high-performance timeseries database
Primary database modelKey-value store
Relational DBMS
Search engineTime Series DBMSRelational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Time Series DBMS
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibraryDocument store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.02
Rank#368  Overall
#54  Key-value stores
#156  Relational DBMS
Score0.22
Rank#312  Overall
#21  Search engines
Score0.00
Rank#383  Overall
#41  Time Series DBMS
Score645.54
Rank#4  Overall
#4  Relational DBMS
Score0.14
Rank#332  Overall
#29  Time Series DBMS
Websitewww.faircom.com/­products/­faircom-edgemanticoresearch.comopennms.github.io/­newtswww.postgresql.orgquasar.ai
Technical documentationdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlmanual.manticoresearch.comgithub.com/­OpenNMS/­newts/­wikiwww.postgresql.org/­docsdoc.quasar.ai/­master
DeveloperFairCom CorporationManticore SoftwareOpenNMS GroupPostgreSQL Global Development Group infowww.postgresql.org/­developerquasardb
Initial release1979201720141989 info1989: Postgres, 1996: PostgreSQL2009
Current releaseV3, October 20206.0, February 202316.3, May 20243.14.1, January 2024
License infoCommercial or Open Sourcecommercial infoRestricted, free version availableOpen Source infoGPL version 2Open Source infoApache 2.0Open Source infoBSDcommercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licenses
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.
  • Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
  • PostgreSQL Flex @ STACKIT offers managed PostgreSQL Instances with adjustable CPU, RAM, storage amount and speed and several extensions available, in enterprise grade to perfectly match all application requirements. All 100% GDPR-compliant.
Implementation languageANSI C, C++C++JavaCC++
Server operating systemsAndroid
Linux infoARM, x86
Raspbian
Windows
FreeBSD
Linux
macOS
Windows
Linux
OS X
Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
BSD
Linux
OS X
Windows
Data schemeFlexible Schema (defined schema, partial schema, schema free)Fixed schemaschema-freeyesschema-free
Typing infopredefined data types such as float or dateyes, ANSI Standard SQL TypesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyesyesyes infointeger and binary
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.yesCan index from XMLnoyes infospecific XML-type available, but no XML query functionality.no
Secondary indexesyesyes infofull-text index on all search fieldsnoyesyes infowith tags
SQL infoSupport of SQLyes infoANSI SQL queriesSQL-like query languagenoyes infostandard with numerous extensionsSQL-like query language
APIs and other access methodsADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
HTTP REST
Java API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
HTTP API
Supported programming languagesC
C#
C++
Java
JavaScript
PHP
Python
VB.Net
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Java.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++user defined functionsnouser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.no
Triggersyesnonoyesno
Partitioning methods infoMethods for storing different data on different nodesFile partitioning infoCustomizable business rules for partitioningSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding infobased on Cassandrapartitioning by range, list and (since PostgreSQL 11) by hashSharding infoconsistent hashing
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoSynchronous and asynchronous realtime replication based on transaction logsSynchronous replication based on Galera libraryselectable replication factor infobased on CassandraSource-replica replication infoother methods possible by using 3rd party extensionsSource-replica replication with selectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononowith Hadoop integration
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency
Tunable Consistency
Eventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infowhen using SQLnonoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDyes infoisolated transactions for atomic changes and binary logging for safe writesnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayes infoacross SQL and NoSQLyesyesyesyes
Durability infoSupport for making data persistentyesyes infoThe original contents of fields are not stored in the Manticore index.yesyesyes infoby using LevelDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnonoyes infoTransient mode
User concepts infoAccess controlFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.nonofine grained access rights according to SQL-standardCryptographically strong user authentication and audit trail

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 partiesCYBERTEC is your professional partner in PostgreSQL topics for over 20 years. As our main aim is to be your single-source all-in-one IT service provider, we offer a wide range of products and services. Visit our website for more details.
» more

SharePlex is the reliable and affordable data replication solution for PostgreSQL migrations, high availability and more.
» more

Fujitsu Enterprise Postgres: An Enterprise Grade PostgreSQL with the flexibility of a hybrid cloud solution combined with industry leading security, availability and performance.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for PostgreSQL and many other database management systems.
» more

Navicat for PostgreSQL is an easy-to-use graphical tool for PostgreSQL database development.
» more

pgDash: In-Depth PostgreSQL Monitoring.
» more

Redgate webinars: A series of key topics for new PostgreSQL users.
» more

Timescale: Calling all PostgreSQL users – the 2023 State of PostgreSQL survey is now open! Share your favorite extensions, preferred frameworks, community experiences, and more. Take the survey today!
» more

Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
» more

Instaclustr: Fully Hosted & Managed PostgreSQL
» more

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

More resources
Faircom EDGE infoformerly c-treeEDGEManticore SearchNewtsPostgreSQLQuasardb
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2023
2 January 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

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

show all

Conferences, events and webinars

Monitoring PostgreSQL with Redgate Monitor
Webinar, 10-11am CT / 4-5pm BST, 22 May 2024

Recent citations in the news

Innovative Software and Giant Lego Sets, Why FairCom Edge Booth is a Must-Visit at Automate
9 May 2024, MVPro

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

Winners of the 2021 IoT Evolution Product of the Year Awards Announced
6 July 2021, IoT Evolution World

Trend-Setting Products in Data and Information Management for 2023
8 December 2022, Database Trends and Applications

How To Collect, Store, and Query IoT Data With MQTT + SQL
16 June 2022, IoT For All

provided by Google News

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

8 Powerful Alternatives to Elasticsearch
25 April 2024, Insider Monkey

Apex Legends hacker says game developers patched exploit used on streamers
25 April 2024, Yahoo News Canada

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

provided by Google News

Farewell, Froggy: The Age of Ribbit Is Nearing an End
25 May 2013, Mother Jones

provided by Google News

Distributed PostgreSQL Buyers Guide
16 May 2024, Database Trends and Applications

Continuously replicate Amazon DynamoDB changes to Amazon Aurora PostgreSQL using AWS Lambda | Amazon ...
14 May 2024, AWS Blog

SolarWinds Unveils Enhanced Database Performance Analyzer with Advanced PostgreSQL Support
14 May 2024, Business Wire

ServiceNow trades MariaDB for RaptorDB (PostgreSQL)
13 May 2024, Techzine Europe

anynines Launches Quick & Easy PostgreSQL Management in Local Kubernetes Clusters with a9s CLI
16 May 2024, PR Web

provided by Google News

Hubble Unexpectedly Finds Double Quasar in Distant Universe
4 October 2023, Science@NASA

Record quasar is most luminous object in the universe
20 February 2024, EarthSky

Quasar Selected by National Renewable Energy Laboratory to Help with Energy System De-risking and Optimization
6 June 2023, PR Newswire

QUASAR yacht (Bilgin, 46.8m, 2016)
3 July 2023, Boat International

Gravitational lensing method reveals accurate mass of a galaxy hosting a quasar
6 June 2023, Open Access Government

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.

AllegroGraph logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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