- 07 Dec, 2001 1 commit
-
-
Howard Chu authored
large IDLs. Concurrency is improved by using as small a page size as possible. So, set the pagesize back to the default 4096 in this case.
-
- 06 Dec, 2001 1 commit
-
-
Howard Chu authored
to activate. Needs to check limits in bdb_idl_insert_key, will get to that later.
-
- 28 Nov, 2001 2 commits
-
-
Howard Chu authored
instead of just the id2entry db. It helps. I also found that tweaking the environment (set_lg_bsize 2MB; set_cachesize 2MB) helps but those can be taken care of in a DB_CONFIG file. Tweaked the bdb_bt_compare function; it really only needs to be set on little-endian machines. (On big-endian machines a lexical sort gives the same result as an integer sort.) Moved the final checkpoint back to the dbenv_close, I think this leaves a cleaner log file.
-
Howard Chu authored
-
- 27 Nov, 2001 3 commits
-
-
Howard Chu authored
overflow/fragmentation. (This is now 16K vs default 4K.) It turns out that the entries' on-disk format is quite space-inefficient, storing 4 bytes per pointer or integer when typically >50% of those bytes are zero. Oh well. It's about a 2:1 space increase over ldbm now, vs 4:1 before when all the entries were overflowing the 4K pages.
-
Howard Chu authored
order, so the lastid is always the same as the last entry's ID. This is an incompatible db file change.
-
Howard Chu authored
(Concurrent Data Store mode) instead of DB_INIT_TXN. Faster, but tends to impede writers.
-
- 24 Nov, 2001 1 commit
-
-
Howard Chu authored
bugs in indexing. Uncommented #define to turn on indexing in back-bdb.h. It looks like it's working.
-
- 13 Oct, 2001 1 commit
-
-
Kurt Zeilenga authored
committin what I have so that someone else might be able to work it.
-
- 05 Oct, 2001 3 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 04 Oct, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Oct, 2001 4 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 15 Jun, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 29 Sep, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 28 Sep, 2000 1 commit
-
-
Kurt Zeilenga authored
disable moddn/newSuperior (needs re'IDing)
-
- 27 Sep, 2000 1 commit
-
-
Kurt Zeilenga authored
General code cleanup.
-
- 26 Sep, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Sep, 2000 3 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 24 Sep, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 23 Sep, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 22 Sep, 2000 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
update bdb codes
-
- 20 Sep, 2000 2 commits
-
-
Kurt Zeilenga authored
Add idl_insert
-
Kurt Zeilenga authored
-
- 19 Sep, 2000 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 18 Sep, 2000 5 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-