I have 7 fields in each record,two strings and five 64 bit integers. Of these,one of the integers is unique. I need to store all such records into the DB. In multi-index, I have a structure and this structure is being indexed by that integer value. If I have to similarly create a structure and store it as the value in LMDB, then what is its difference from multimap? I can do the same in multimap also. Then how does LMDB become a database.
-------- Original message --------
From: degski <degski@gmail.com>
Date: 24/06/2016 7:43 PM (GMT+05:30)
To: boost-users@lists.boost.org
Subject: Re: [Boost-users] Backend of multi_index container