Full_Name: Howard Chu
Version: LMDB 0.9.17
OS: Win32 x64
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (78.155.236.172)
Submitted by: hyc
Currently LMDB uses the WIN32 API to setup the memory-mapped DB file, which
requires that the file size is equal to the map size. If we use the native NT
API instead it's possible to grow the file incrementally, which will reduce the
number of complaints we get from Windows users who think their disk space is
getting eaten up for no reason.
There is probably a performance reduction from taking this approach, but I
haven't benchmarked it and have no plans to. I frankly don't care and no one is
paying me to care.
Full_Name: Howard Chu
Version: LMDB 0.9.16
OS:
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (78.155.230.13)
Submitted by: hyc
When committing a child transaction, the merge of the child's dirty pages must
remove the child's spilled pages from the merge.
Full_Name: Bernard Normier
Version: lmdb latest
OS:
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (50.241.237.165)
lmdb.h, used by Doxygen, documents a default size of 10MB:
> * The size should be a multiple of the OS page size. The default is
> * 10485760 bytes. The size of the memory map is also the maximum size
while mdb.c uses a default size of 1MB:
> #define DEFAULT_MAPSIZE 1048576
Full_Name: Howard Chu
Version: 2.4.42
OS:
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (78.155.230.13)
Submitted by: hyc
Multiple bugs were fixed in the cursor fixups which adjust other open cursors in
response to various write ops. Patches will be merged shortly.
On Tue, Oct 27, 2015 at 09:50:10AM +0000, michael(a)stroeder.com wrote:
> Strange: testrun/test.out has zero bytes. :-/
> But the DB files are created.
>
> Other tests with -b hdb seem to work ok.
> Maybe it's just the test script?
I've let slapmodify honour logging settings in branch ITS8291 at
https://github.com/mistotebe/openldap, could you paste the output of
test.out with that enabled and possibly loglevel set to -1?
Thanks,
Ondrej
On Tue, Jul 22, 2014 at 07:38:26PM +0000, michael(a)stroeder.com wrote:
> Would be nice if this gets ever fixed to match the RFC.
Hi, can you test the changes in branch ITS7100 at
https://github.com/mistotebe/openldap?
Thanks,
Ondrej
Full_Name: Orivej Desh
Version:
OS:
URL: https://github.com/orivej/openldap/commit/326faf4da40bc42c3b6a8431f761815a5…
Submission from: (NULL) (31.220.42.127)
mdb_load -T was supposed to read escaped text, but 21b51cb7 "Add mdb_load"
made it read hex.
This patch is free and unencumbered software released into the public domain.
Full_Name: Orivej Desh
Version:
OS:
URL: https://github.com/orivej/openldap/commit/338f038f10c6d77288135204df8a94cbe…
Submission from: (NULL) (31.220.42.127)
This patch adds printing of error messages where previously mdb_load would exit
silently.
This patch is free and unencumbered software released into the public domain.