Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tiffanyh
on Sept 19, 2023
|
parent
|
context
|
favorite
| on:
How FoundationDB works and why it works (2021)
FDB uses SQLite to store data, but FDB doesn’t expose SQL to the end user.
https://apple.github.io/foundationdb/architecture.html
Dave_Rosenthal
on Sept 19, 2023
|
next
[–]
That’s true, but FDB doesn’t use very much of SQLite, just a modified version of SQLite’s internal b-tree.
richieartoul
on Sept 19, 2023
|
prev
[–]
Newer versions are moving towards a custom btree storage engine called Redwood
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://apple.github.io/foundationdb/architecture.html