Howard Chu @ Symas on Nostr: #redb is a pure Rust embedded DB engine modeled after #LMDB . They got some ...
#redb is a pure Rust embedded DB engine modeled after #LMDB . They got some interesting benchmark results, comparing to other embedded DBs.
https://crates.io/crates/redbDespite having the slowest single writes, LMDB has the fastest bulk load speed. This is no accident; while we don't worry too much about runtime write perf, we absolutely want to get a freshly reloaded server up and running ASAP, and fast bulk load enables that.
Published at
2024-02-07 01:22:25 UTCEvent JSON
{
"id": "2e9c5e2fe66c892b48e7308769dd9b0e2e3a34d69d31f09ed21f36ff4dbe285c",
"pubkey": "5aeb250b3075a12bd05e16c8a3c40da91a553fa92164a39915a3a0615fe51864",
"created_at": 1707268945,
"kind": 1,
"tags": [
[
"t",
"redb"
],
[
"t",
"lmdb"
],
[
"proxy",
"https://mastodon.social/users/hyc/statuses/111887577620902329",
"activitypub"
]
],
"content": "#redb is a pure Rust embedded DB engine modeled after #LMDB . They got some interesting benchmark results, comparing to other embedded DBs. https://crates.io/crates/redb\n\nDespite having the slowest single writes, LMDB has the fastest bulk load speed. This is no accident; while we don't worry too much about runtime write perf, we absolutely want to get a freshly reloaded server up and running ASAP, and fast bulk load enables that.\n\nhttps://files.mastodon.social/media_attachments/files/111/887/567/996/056/736/original/71b207310335b00a.png",
"sig": "105e43a5a946675e8169fa13de446ec8064f828cac23b313585a8f0086518dfe263b92a477aa462969bed068eae71ef4956c5e2500794a6b7e6fb6bf0e1a36ce"
}