https://bugs.openldap.org/show_bug.cgi?id=10262
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #1 from Howard Chu hyc@openldap.org ---
When creating an LMDB table, it would be nice if an application could request how its keys and values will be aligned in memory.
No. That's just not an appropriate concern or feature for the database.
If you need 16 byte aligned records, make sure all your records are multiples of 16 bytes. It's the application's responsibility, not LMDB's.
Closing this ticket. Further discussion will be ignored.