Skip to content

add markdown support - #16

Open
TanglyEagle7718 wants to merge 1 commit into
georgia-tech-db:mainfrom
TanglyEagle7718:MarkdownResponses
Open

add markdown support#16
TanglyEagle7718 wants to merge 1 commit into
georgia-tech-db:mainfrom
TanglyEagle7718:MarkdownResponses

Conversation

@TanglyEagle7718

Copy link
Copy Markdown
Contributor

Adds markdown support for responses for better formatting.

Original response:

**Different Logging Protocols:**
- **Logical Logging**: This type of logging records information about the operations performed on the database. It is used for undo operations, as it is not necessary to redo the operations. In contrast, physical logging records the old and new values of the data items, which is used for redo operations.

- **Write-Ahead Logging (WAL)**: This protocol ensures that the logs are written to stable storage before the changes are made to the database. This prevents data inconsistency due to the failure of the system.

- **Write-After Logging (WAL)**: This protocol ensures that the changes are made to the database before the logs are written to stable storage. This is a common approach in database systems.

- **Paxos Family**: This family of protocols is one of the most popular and has been implemented in many systems. It involves multiple log buffers and a coordinator node to ensure consistency across the system.

- **Raft Protocol**: This protocol is designed to be easy to understand and implement. It uses a coordinator node and followers to handle consensus among nodes. It ensures that the log is uniquely defined and that all replicas are in sync.

- **Paxos Protocol**: This protocol involves multiple log buffers and a coordinator node to ensure consistency across the system. It uses a majority of nodes to decide on a consensus.

New response:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant