|
|
|
|
|
by sayann
921 days ago
|
|
The linked blog post has some notes on the architectural differences. Overall, we use fundamentally different underlying implementations for various components, from the network layer to the storage engine. If you want a more in-depth review you can read https://docs.skytable.io/architecture That document will be updated frequently! |
|
Does it use a B Tree / LSM / Bitcask? Or something else entirely?
How does your storage engine compare with sled?
The storage section also mentioned that most data stays in RAM and it is planned to change. Is it still the same? The benchmarks were ran on the in-memory version or disk one (if that is changed)
Also, can you share against which all KV Stores the benchmark was done?
The project looks very exciting and I’d love to know more details