Why is postgres faster than LMDB? – Debian
I compared Postgres and LMDB by inserting 1 Million entries into each which have a mix of unique ID's and some array type values. In Postgres i used jsonb to store the array and in LMDB as attributes and multivalued…