Sometimes it's embarrassing to see the kind of inane things people build on top of #LMDB https://xcancel.com/NathanAMeeks/status/2001643709025460531
But it's just a tool, it's neutral. Good or evil comes from who is using it...
Sometimes it's embarrassing to see the kind of inane things people build on top of #LMDB https://xcancel.com/NathanAMeeks/status/2001643709025460531
But it's just a tool, it's neutral. Good or evil comes from who is using it...
Dreamed that someone in #gentoo had put out an announcement about @librecast saying that we used mjolnirdb for our test data, which I'd never heard of.
I just had to check. There is no mjolnirdb. I usually use #lmdb (or #sqlite if we need a SQL interface) 😉
Multi-Scale Fusion for Object Representation
"Representing images or videos as object-level feature vectors, rather than pixel-level feature maps, facilitates advanced visual tasks. Object-Centric Learning (OCL) primarily achieves this by reconstructing the input..."
"To speed up experiments, ... converting all datasets into the #LMDB database format and storing them on an NVMe or RAM disk to reduce I/O overhead and maximize throughput."
Multi-Scale Fusion for Object Representation
"Representing images or videos as object-level feature vectors, rather than pixel-level feature maps, facilitates advanced visual tasks. Object-Centric Learning (OCL) primarily achieves this by reconstructing the input..."
"To speed up experiments, ... converting all datasets into the #LMDB database format and storing them on an NVMe or RAM disk to reduce I/O overhead and maximize throughput."
Looks like you can earn far more from using #LMDB than I ever got for writing it...
Looks like you can earn far more from using #LMDB than I ever got for writing it...
A discussion of using many embedded DBs to "shard" a larger logical DB. https://xcancel.com/iavins/status/1979906198301249745
Most of the responses are like "wow what a revolutionary idea" but in fact ActorDB has been doing this on top of #LMDB for over 10 years already. https://blog.biokoda.com/post/133121776825/actordb-how-and-why-we-run-sqlite-on-top-of-lmdb
Seriously, this industry's attention span is pathetically weak.
A high-performance Erlang NIF (Native Implemented Function) for LMDB (Lightning Memory-Mapped Database) written in Rust.
https://github.com/twilson63/elmdb-rs
#Erlang#LMDB
A high-performance Erlang NIF (Native Implemented Function) for LMDB (Lightning Memory-Mapped Database) written in Rust.
https://github.com/twilson63/elmdb-rs
#Erlang#LMDB
A new engineer discovers how Cloudflare used #LMDB for their distributed config https://xcancel.com/UltraSive/status/1948967694004326605#m
"99th %ile of reads dropped by two orders of magnitude!"
"LMDB stability has been exceptional. It has been running in production for over three years. We have experienced only a single bug and zero data corruption. Considering we serve over 2.5 trillion read requests and 30 million write requests a day on over 90,000 database instances across thousands of servers, this is very impressive."
A new engineer discovers how Cloudflare used #LMDB for their distributed config https://xcancel.com/UltraSive/status/1948967694004326605#m
"99th %ile of reads dropped by two orders of magnitude!"
"LMDB stability has been exceptional. It has been running in production for over three years. We have experienced only a single bug and zero data corruption. Considering we serve over 2.5 trillion read requests and 30 million write requests a day on over 90,000 database instances across thousands of servers, this is very impressive."
A new engineer discovers how Cloudflare used #LMDB for their distributed config https://xcancel.com/UltraSive/status/1948967694004326605#m
"99th %ile of reads dropped by two orders of magnitude!"
"LMDB stability has been exceptional. It has been running in production for over three years. We have experienced only a single bug and zero data corruption. Considering we serve over 2.5 trillion read requests and 30 million write requests a day on over 90,000 database instances across thousands of servers, this is very impressive."
Investigate #LMDB as HLR storage
https://projects.osmocom.org/issues/3649
This Open Source Mobile Comm project appears to be an open source impl of a 3G network's backend software. But they're not using the standard 3GPP protocols, they're using their own home-grown stuff instead.
Looks like a toy, using SQLite3 as its HLR storage. Real 3G/4G networks use LDAP, lots of OpenLDAP in particular because nothing else scales enough, efficiently enough.