Talk:Comparison of distributed file systems: Difference between revisions

Content deleted Content added
add project
 
RAFT algorithm?: new section
 
(4 intermediate revisions by 4 users not shown)
Line 1:
{{WikiProject Computingbanner shell|class=startList|
{{WikiProject Computing |importance=low |network=yes |network-importance=mid |software=yes |software-importance=low }}
}}
 
== filesystems missing from the page ==
 
====2022====
[[Distributed_File_System_(Microsoft)]]
 
== "master" vs. "yes" in the HA column? ==
 
What's the difference between "master" (red) and "yes" (green) in the HA column? I'm going to guess that "master" means "if the master server is disconnected from the net, then the system is unusable". Is that correct? Perhaps its still possible to work with files in the local cache, so that any local changes get pushed back to the master if/when it comes back? [[Special:Contributions/67.198.37.16|67.198.37.16]] ([[User talk:67.198.37.16|talk]]) 01:17, 18 November 2024 (UTC)
 
== RAFT algorithm? ==
 
The [[Raft (algorithm)]] allows a new master to be elected if the current master fails, disappears, i.e. doesn't respond to a heartbeat. Do any of these systems use raft? Or even something comparable to it? Perhaps more generally, how is HA achieved? How is data synced? How does one know what the latest version of the data is? [[Special:Contributions/67.198.37.16|67.198.37.16]] ([[User talk:67.198.37.16|talk]]) 01:21, 18 November 2024 (UTC)