Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

crdt

Conflict-free Replicated Data Types (CRDT) vs Paxos or Raft

August 30, 2023 by Tarik

If you can use something like CRDT, do so. You should get much better performance. It also enables interesting use cases such as working offline and then merging later. However it is not always possible to design things such that a CRDT will work for you. In that case, paxos can solve the hard problems … Read more

Categories scalability Tags crdt, distributed, paxos, raft, scalability Leave a comment

Differences between OT and CRDT

January 10, 2023 by Tarik

Both approaches are similar in that they provide eventual consistency. The difference is in how they do it. One way of looking at it is: OT does it by changing operations. Operations are sent over the wire and concurrent operations are transformed once they are received. CRDTs do it by changing state. Operations are made … Read more

Categories algorithm Tags algorithm, crdt, nosql, operational-transform, paxos Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa