Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第八章:最後寫入勝利的缺點 - Annie #98

Open
AK4codee opened this issue Aug 3, 2022 · 1 comment
Open

第八章:最後寫入勝利的缺點 - Annie #98

AK4codee opened this issue Aug 3, 2022 · 1 comment
Assignees
Labels
need tracking Need additional survey question Further information is requested

Comments

@AK4codee
Copy link

AK4codee commented Aug 3, 2022

文章中提到,在無主跟多主的情況下,大多或使用最後寫入勝利的策略,但還是會有問題,其中一個提到:

LWW 無法區分 高頻順序寫入中,客戶端 B 的增量操作 一定 發生在客戶端 A 的寫入之後)和 真正併發寫入(寫入者意識不到其他寫入者)。需要額外的因果關係跟蹤機制(例如版本向量),以防止違背因果關係。

想問有人有實做過因果關係跟跟蹤機制的經驗嗎?

@AK4codee AK4codee changed the title 第八章: 第八章:最後寫入勝利的缺點 - Annie Aug 3, 2022
@kylemocode kylemocode added the question Further information is requested label Aug 3, 2022
@0x171-0
Copy link

0x171-0 commented Aug 3, 2022

  • RxJs 本身好像有進 Queue 拍快照的機制(我忘了設定的 function 名稱

@kylemocode kylemocode added the need tracking Need additional survey label Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need tracking Need additional survey question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants