Fork me on GitHub
#datalevin
<
2022-01-22
>
Eugen07:01:07

thanks @huahaiy for this in-depth explanation, I think it should be captured as a doc someplace. I was not aware of lmdb's limitted migration capabilities. the other team uses python and / or typescript so not sure how this would work. I'll think of something

Huahai05:01:55

The migration story of LMDB/Datalevin is the same as other databases, i.e. you will need to migrate the data when the binary format changes. See https://github.com/juji-io/datalevin/blob/master/doc/upgrade.md

Huahai05:01:11

It is only worse than a file system. Guess that’s why LMDB calls itself a database.

ericdallo23:01:32

I thought there was already a datalevin pod

ericdallo23:01:48

oh, it's using , not would like to use

Huahai05:01:28

Nice to know. Thank you @U04V15CAJ