- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 252字
- 2021-07-02 13:11:43
Forks
A fork is an independent development of a software project based on another project. There are more than 20 PostgreSQL forks; PostgreSQL-extensible APIs make PostgreSQL a great candidate for forking. Over the years, many groups forked PostgreSQL and contributed their findings to PostgreSQL.
HadoopDB is a hybrid between the PostgreSQL RDBMS and MapReduce technologies that targets analytical workload. The following is a list of popular PostgreSQL forks:
- Greenplum: A DBMS for OLAP applications built on the foundation of PostgreSQL. It utilizes the shared-nothing and massively parallel processing (MPP) architectures. It's used as a data warehouse and for analytical workloads. Greenplum started as proprietary software and open sourced in 2015.
- EnterpriseDB Advanced Server: A proprietary DBMS that provides Oracle with the capability to cap the Oracle fees.
- Vertica: A column-oriented database system that was started by Michael Stonebraker in 2005, and was acquired by HP in 2011. Vertica reused the SQL parser, semantic analyzer, and standard SQL rewrites from the PostgreSQL implementation.
- Netezza: A popular data-warehouse appliance solution.
- Amazon Redshift: A popular data-warehouse management system based on PostgreSQL 8.0.2. It is mainly designed for OLAP applications.
- PostgreSQL extensions: Several companies developed a data framework as an extension to PostgreSQL, such as Citus, PipelineDB, and TimeScaleDB. Developing a framework as extensions enables the developers to benefit from new PostgreSQL releases and features. Citus extends PostgreSQL and provides scaling capabilities for PostgreSQL. PipelineDB is a PostgreSQL extension for time-series aggregation, and real-time reporting. TimeScaleDB is a scalable data store for time-series data.
推薦閱讀
- Google Flutter Mobile Development Quick Start Guide
- C語言程序設(shè)計(jì)(第2 版)
- ASP.NET MVC4框架揭秘
- 編程卓越之道(卷3):軟件工程化
- Python爬蟲開發(fā)與項(xiàng)目實(shí)戰(zhàn)
- The DevOps 2.4 Toolkit
- Python機(jī)器學(xué)習(xí)編程與實(shí)戰(zhàn)
- PLC編程與調(diào)試技術(shù)(松下系列)
- ASP.NET程序設(shè)計(jì)教程
- 51單片機(jī)C語言開發(fā)教程
- Python機(jī)器學(xué)習(xí)算法與應(yīng)用
- Unity Android Game Development by Example Beginner's Guide
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript
- SQL Server on Linux
- AI輔助編程Python實(shí)戰(zhàn):基于GitHub Copilot和ChatGPT