pg_zlog | Table replication for PostgreSQL nodes with Ceph and ZLog
kandi X-RAY | pg_zlog Summary
kandi X-RAY | pg_zlog Summary
pg_zlog is a C library. pg_zlog has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
The pg_zlog extension provides logical table replication for PostgreSQL. Replication is implemented by logging table mutations to a consistent shared-log called ZLog that runs on the Ceph distributed storage system. Strong consistency is provided by rolling the log forward on any PostgreSQL node before executing a query on a replicated table. This extension is based on pg_paxos that uses PL/pgSQL to implement a Paxos-based shared-log for recording table mutations. The primary difference between pg_zlog and pg_paxos is that pg_zlog decouples the log implementation from PostgreSQL, allowing it to support the high-performance ZLog log implementation, removing the overheads associated with maintaining a quorum of PostgreSQL nodes, and supporting flexible storage options like replication and erasure-coding that are provided by Ceph.
The pg_zlog extension provides logical table replication for PostgreSQL. Replication is implemented by logging table mutations to a consistent shared-log called ZLog that runs on the Ceph distributed storage system. Strong consistency is provided by rolling the log forward on any PostgreSQL node before executing a query on a replicated table. This extension is based on pg_paxos that uses PL/pgSQL to implement a Paxos-based shared-log for recording table mutations. The primary difference between pg_zlog and pg_paxos is that pg_zlog decouples the log implementation from PostgreSQL, allowing it to support the high-performance ZLog log implementation, removing the overheads associated with maintaining a quorum of PostgreSQL nodes, and supporting flexible storage options like replication and erasure-coding that are provided by Ceph.
Support
Quality
Security
License
Reuse
Support
pg_zlog has a low active ecosystem.
It has 16 star(s) with 2 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
There are 10 open issues and 2 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of pg_zlog is current.
Quality
pg_zlog has no bugs reported.
Security
pg_zlog has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
pg_zlog does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
pg_zlog releases are not available. You will need to build from source code and install.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pg_zlog
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pg_zlog
pg_zlog Key Features
No Key Features are available at this moment for pg_zlog.
pg_zlog Examples and Code Snippets
No Code Snippets are available at this moment for pg_zlog.
Community Discussions
No Community Discussions are available at this moment for pg_zlog.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pg_zlog
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page