index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
extern.h
Age
Commit message (
Expand
)
Author
2014-03-28
Don't maintain the per-size skiplist unless it's an element on the live
Keith Bostic
2014-02-26
Merge branch 'develop' into checkpoint-directio
Michael Cahill
2014-02-26
Add wiredtiger_config_parser_open and wiredtiger_version into extension API.
Alex Gorrod
2014-02-24
Update the configuration parsing API. Not finalized, but a step closer.
Alex Gorrod
2014-01-17
Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.
Michael Cahill
2014-01-09
Avoid unpacking the key cell multiple times when returning key/value
Keith Bostic
2013-12-23
Make addr_size (block manager's address sizes) a size_t instead of a
Keith Bostic
2013-12-22
uint32_t/size_t review: __wt_raw_to_hex_mem() should take a size_t
Keith Bostic
2013-12-22
whitespace cleanup, no longer any need to cast a size_t to a uint32_t
Keith Bostic
2013-12-20
__open_directory_sync can sync the wrong directory if the application
Keith Bostic
2013-12-20
Break large reads/writes into 1GB chunks (FreeBSD has an INT_MAX limit
Keith Bostic
2013-12-20
Move the overflow tracking discard functionality from the general-
Keith Bostic
2013-12-19
Rework the pthread spinlock logging code.
Keith Bostic
2013-12-19
Tweaks to LSM merging and throttling, to try to get to a steady state more qu...
Michael Cahill
2013-12-17
Rewrite the read/write loops to handle short returns, POSIX allows short
Keith Bostic
2013-12-17
Fix some 64-to-32-bit conversion warnings on OS X.
Michael Cahill
2013-12-16
Better/fixed support for huge keys/values.
Keith Bostic
2013-12-16
Unregister spinlocks from the connection when they are destroyed.
Michael Cahill
2013-12-13
We need to handle static "location ID" variables with both multiple
Keith Bostic
2013-12-13
Merge branch 'develop' into spinlock-stats
Keith Bostic
2013-12-12
Fix LSM compact so it doesn't try to compact the file inside an LSM tree.
Michael Cahill
2013-12-11
Make spinlock stats work across open/close of the WT_CONNECTION.
Keith Bostic
2013-12-06
Merge branch 'develop' into compact-lsm
Alex Gorrod
2013-12-06
Implement compact for LSM trees. Add a new timeout compact configuration.
Alex Gorrod
2013-12-04
Abstract out the data source in-use increment/decrement so we don't have
Keith Bostic
2013-12-03
Respond to review comments for lsm_chunk_max configuration option.
Alex Gorrod
2013-12-03
Add a new lsm_chunk_max configuration option to WT_SESSION->create.
Alex Gorrod
2013-12-03
Respond to review comments for lsm_chunk_max configuration option.
Alex Gorrod
2013-12-03
Add a new lsm_chunk_max configuration option to WT_SESSION->create.
Alex Gorrod
2013-11-30
Add WT_SESSION use-countet to WT_DATA_HANDLEs
Keith Bostic
2013-11-21
Lint
Susan LoVerso
2013-11-21
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-19
Give statistics' integer IDs separate namespaces.
Keith Bostic
2013-11-18
Merge pull request #769 from wiredtiger/lsm-opt
Alex Gorrod
2013-11-19
LSM optimizations:
Michael Cahill
2013-11-18
Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures.
Keith Bostic
2013-11-18
Merge branch 'develop' into fine-grained-durability
Alex Gorrod
2013-11-17
Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle so
Keith Bostic
2013-11-17
Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so
Keith Bostic
2013-11-16
update
Keith Bostic
2013-11-15
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-13
Change compaction into one-pass over the cache, handling both in-memory and
Keith Bostic
2013-11-12
Switch log code from busy wait loops to condition variables.
Alex Gorrod
2013-11-12
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-11
Cleanup based on Keith's comments. #753
Susan LoVerso
2013-11-11
Print tid via call to new __wt_raw_to_hex_mem function. #753
Susan LoVerso
2013-11-11
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-10
Now that compaction only operates on 10% of the file at a time, repeated
Keith Bostic
2013-11-09
Merge branch 'develop' into compress
Keith Bostic
2013-11-09
Compression changes.
Keith Bostic
[next]