David Crosson · @crodav
3 followers · 4 posts · Server fosstodon.org

1.4.3 for is available. With collection content streaming support :) github.com/dacr/zio-lmdb

#ziolmdb #scala #zio #lmdb

Last updated 1 year ago

kero · @kero
41 followers · 26 posts · Server fosstodon.org

Hey @hyc, we want to, zero-downtime swap an environment that comes from an S3 with one that is already on disk (and opened). My first idea was to open the incoming env, open a write txn on the dst one and clear and copy the entries into the existing one but I fear about the MDB_TXN_FULL error. The second idea is to close the env (awaiting running txns) and swap the env files. This can produce a downtime. Do you recommend anything else?

#lmdb

Last updated 1 year ago

kero · @kero
39 followers · 22 posts · Server fosstodon.org

I don’t know when but I’ll probably ban people making me loose time by using incompetent LLM’s to code… Here is an example contributor using ChatGPT to work on my Rust wrapper… But the documentation is clear. github.com/meilisearch/heed/pu

#lmdb

Last updated 1 year ago

kero · @kero
39 followers · 22 posts · Server fosstodon.org

@rq Just go with . Only a single file, faster than SQLite for key-value storage and zerocopy reading. I maintain a Rust wrapper called heed, and Meilisearch is running on top of that. Works perfectly 🎉

I recently updated the Wikipedia page. en.wikipedia.org/wiki/Lightnin

#lmdb

Last updated 1 year ago

David Crosson · @crodav
3 followers · 4 posts · Server fosstodon.org

Just published release 1.3.0 for
@zioscala - github.com/dacr/zio-lmdb - Small enhancements and changes required by a new software I'm currently working on dedicated to photos management - It's always a good idea to be your own user ;)

#ziolmdb #scala #zio #lmdb

Last updated 1 year ago

LisPi · @lispi314
668 followers · 14463 posts · Server mastodon.top

@easrng @rq There's also .

Unless I know the use-case won't ever outgrow key-value, I'd probably just go for anyway.

#lmdb #sqlite

Last updated 1 year ago

kero · @kero
39 followers · 22 posts · Server fosstodon.org

@ee11a5dff40c19a555f41fe42b48f00e618c91225622ae37b6c2bb67b76c4e49 It doesn't for now but once I merge this PR I will be able to continue the design and work on exposing this feature. A company started working on that but we figured out that was restraining DUP values to 511 bytes... github.com/meilisearch/heed/pu

#lmdb

Last updated 1 year ago

Howard Chu @ Symas · @hyc
461 followers · 1409 posts · Server mastodon.social

Montydb, a mongoDB clone written in python. Can optionally use for backend.

pypi.org/project/montydb/

#lmdb

Last updated 2 years ago

Howard Chu @ Symas · @hyc
461 followers · 1408 posts · Server mastodon.social

From: @twitter@crodav
mobile.twitter.com/crodav/stat

ZIO-LMDB 1.0 available / github.com/dacr/zio-lmdb / it is an easy to use embedded key/value database for
@zioscala
/ The ideal solution when you want to keep your infrastructure under control with a very low maintenance cost !

#zio #lmdb

Last updated 2 years ago

Howard Chu @ Symas · @hyc
449 followers · 1328 posts · Server mastodon.social
Howard Chu @ Symas · @hyc
442 followers · 1290 posts · Server mastodon.social

Beware: btrfs and mmap are broken. I tested on Linux kernel 5.17 on Ubuntu 22.04, but the original bug report is on Fedora. Looks like a long-standing btrfs bug. bugzilla.redhat.com/show_bug.c

#btrfs #lmdb

Last updated 2 years ago

Howard Chu @ Symas · @hyc
442 followers · 1291 posts · Server mastodon.social
Howard Chu @ Symas · @hyc
442 followers · 1291 posts · Server mastodon.social

"Hot damn. strfry relay powered by LMDB is AMAZING"

mobile.twitter.com/bitcoinerso

Also important not to lose sight of this: it's actually efficiency that matters; performance is only a side effect of that. outperforms everything else by using CPU & RAM more efficiently than everything else.

#nostr #lmdb

Last updated 2 years ago

Howard Chu @ Symas · @hyc
442 followers · 1292 posts · Server mastodon.social

lmdb-js wrapper for on jsdelivr.com jsdelivr.com/package/npm/lmdb-

#lmdb

Last updated 2 years ago

Howard Chu @ Symas · @hyc
442 followers · 1292 posts · Server mastodon.social

Q: Why are other DBs so slow?

A: as Dr Michael Stonebraker illustrated, most DBs spend vast majority of their time managing buffer pools, crash recovery, and locking and latching. has no buffer pool, and its crash-proof design yields zero recovery time, instantaneous startup every time. Readers perform no locking, no blocking calls of any kind. 100% of its time is spent doing useful work. Nothing else comes close. slideshot.epfl.ch/play/suri_st

#lmdb

Last updated 2 years ago

Howard Chu @ Symas · @hyc
442 followers · 1292 posts · Server mastodon.social

Q: why aren't DBs faster?

A: because you're not using ?

#lmdb

Last updated 2 years ago

Howard Chu @ Symas · @hyc
442 followers · 1292 posts · Server mastodon.social

I've been contributing continuously to Ukraine since the 2022 invasion began. Now a team of Ukrainian researchers has contributed to . ieeexplore.ieee.org/document/1

#lmdb

Last updated 2 years ago

Howard Chu @ Symas · @hyc
442 followers · 1292 posts · Server mastodon.social

The National Center for Biotechnology Information at the National Library of Medicine relies on to perform its mission of advancing science and health by providing access to biomedical and genomic information.
ncbi.nlm.nih.gov/ieb/ToolBox/C

#lmdb

Last updated 2 years ago

Howard Chu @ Symas · @hyc
442 followers · 1292 posts · Server mastodon.social

Open source contributions aren't always code. Thanks @kero ;)

#lmdb #MeiliSearch

Last updated 2 years ago

Howard Chu @ Symas · @hyc
442 followers · 1292 posts · Server mastodon.social

New wrapper for in exposes LMDB's page-level encryption feature libhunt.com/posts/1024387-key-

#lmdb #rust

Last updated 2 years ago