diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-11 00:53:25 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-11 01:02:59 +0100 |
commit | f67cd267cfded13ce5dbf235e2c91036b8d52cfb (patch) | |
tree | 2bdd0e51bc0b115ec442b9d02a37225f204b8272 /async/src/async_impl.h | |
parent | 5cb0aa5f9dd9973f9dcf091f767a5af7f61ed51f (diff) | |
download | sink-f67cd267cfded13ce5dbf235e2c91036b8d52cfb.tar.gz sink-f67cd267cfded13ce5dbf235e2c91036b8d52cfb.zip |
keep the databases separate
otherwise, to keep all the dbs in the same file we need to call
mdb_env_set_maxdbs before mdb_env_open ... and even then the docs say:
"Currently a moderate number of slots are cheap but a huge number gets
expensive: 7-120 words per transaction, and every mdb_dbi_open() does
a linear search of the opened slots."
Ugh. that and the mem mapping probably gets screwed oever .. whatever.
this way hawd works again :)
Diffstat (limited to 'async/src/async_impl.h')
0 files changed, 0 insertions, 0 deletions