top | item 45216065

(no title)

tlaverdure | 5 months ago

A lot of similarities but I believe Turso replicates data between nodes.

Litebase writes data to a tiered storage system (local, network, and object) for easier distribution. Using SQLite's VFS API I've also implemented a different type of storage that allows the primary to write data without full consensus with replicas. It's kind of like a multi-versioned log structured merge tree.

discuss

order

nop_slide|5 months ago

Awesome, going to follow along the development!