-
### 其他相关概念
- LSTM 树
- Column Family 列簇
### 其他 DB
- rockdb, https://github.com/facebook/rocksdb/wiki/Terminology .
- rosedb,
- leveldb,
- boltdb,
- badger, kv
### 什么是 LSTM 树?
…
-
I'm interested in publishing this crate so that it can be used as part of the upcoming TiKV client in Rust (which will be published on crates.io).
This already builds cleanly on nightly and has no …
-
Edit from @kbr-scylla:
root cause of test failure described here: https://github.com/scylladb/scylladb/issues/20588#issuecomment-2363492593
I added a workaround to the dtest to ignore the error https:…
-
I'm experimenting with partitioning with Raft protocol. Can anyone help me on how to induce partial/simplex faults where only one way communication is possible?
I see the option -**-nemesis FAULTS …
-
Most people modelling distributed systems are going to want to have some sort of communication channel. Already in the raft and bookkeeper specification, there's a `network` set, with the `sendMessag…
-
### `consul version` for both Client and Server
Both Consul v0.8.4
### `consul info` for both Client and Server
```
agent:
check_monitors = 0
check_ttls = 0
checks = 0
services = 2
buil…
-
#### Overview of the Issue
We use Consul in single-node mode for distributed locks and for service-discovery in our app. Service discovery used to connect our application environments with our moni…
-
Dragonboat currently uses TCP based transport for exchanging Raft messages between NodeHost instances. Such strictly ordered reliable transport is not actually required.
The existing TCP based tra…
-
There are two config change protocols in `raft`: [ConfChange](https://github.com/cockroachdb/cockroach/blob/0b6de9c809f8a4df2ba943a8c9dd023adb03b01d/pkg/raft/raftpb/raft.proto#L161-L170) and [ConfChan…
-
## Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] Testing fundamentals
- [x] INI Parser project
- [ ] Extra: RESP Parser
### resources
- [x] [gobyexample](https://gob…