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
Age
Commit message (
Expand
)
Author
2014-03-28
lint
Alex Gorrod
2014-03-28
Don't maintain the per-size skiplist unless it's an element on the live
Keith Bostic
2014-03-28
Update sharec_cache configuration again.
Alex Gorrod
2014-03-28
Update shared cache configuration options:
Alex Gorrod
2014-03-28
Take a copy of the update transaction ID in reconciliation in case we race wi...
Michael Cahill
2014-03-03
Read threads should not bump the cache read generation: eviction is now respo...
Michael Cahill
2014-03-03
Use one check for whether to try forced eviction in a given session. Skip ev...
Michael Cahill
2014-02-28
Add comments explaining the reconciliation transactional read logic, includin...
Michael Cahill
2014-02-28
Rename disk_txn to reflect what we're actually using it for.
Michael Cahill
2014-02-28
Fix another bug regarding when pages can be evicted: have reconcilition track...
Michael Cahill
2014-02-27
Merge pull request #847 from wiredtiger/checkpoint-directio
Alex Gorrod
2014-02-27
Update documentation for direct_io configuration.
Alex Gorrod
2014-02-27
Don't automatically enable direct I/O on checkpoints.
Alex Gorrod
2014-02-26
Merge branch 'develop' into checkpoint-directio
Michael Cahill
2014-02-26
Merge branch 'develop' into lsm-fixes
Michael Cahill
2014-02-26
Update documentation for wiredtiger_config_parser_open
Alex Gorrod
2014-02-26
Typo fix that got lost in merge.
Alex Gorrod
2014-02-26
Switch to incrementing the global read generation from the eviction server: t...
Michael Cahill
2014-02-26
Merge branch 'develop' into config-parse-api
Alex Gorrod
2014-02-26
Add wiredtiger_config_parser_open and wiredtiger_version into extension API.
Alex Gorrod
2014-02-25
Typo.
Susan LoVerso
2014-02-25
Allow some internal pages to be evicted without eviction getting aggressive.
Michael Cahill
2014-02-25
Configuration parser API, update documentation and examples.
Alex Gorrod
2014-02-25
Update the configuration parsing API. Including:
Alex Gorrod
2014-02-24
Update the configuration parsing API. Not finalized, but a step closer.
Alex Gorrod
2014-02-24
Merge branch 'develop' into lsm-fixes
Michael Cahill
2014-02-21
Fix a long-standing bug where a page could be marked clean (and evicted) when...
Michael Cahill
2014-02-20
Only evict Bloom filter pages if eviction gets aggressive.
Michael Cahill
2014-02-20
Use a count in LSM cursors to decide whether to throttle: the shared count ca...
Michael Cahill
2014-02-17
Increase the skew against evicting internal pages: some wtperf workloads caus...
Michael Cahill
2014-02-13
Add configuration parsing to the public API.
Alex Gorrod
2014-02-07
Merge branch 'develop' into checkpoint-directio
Michael Cahill
2014-02-06
Add statistics to track the amount of time application threads spend throttle...
Michael Cahill
2014-02-03
Only retry compress_raw if it returns EAGAIN. Otherwise, if no rows were com...
Michael Cahill
2014-01-31
Rewrite the retry/no-retry paragraphs to echo each other "if no rows
Keith Bostic
2014-01-31
We use 0/zero inconsistently in the documentation, fix one place so we
Keith Bostic
2014-01-31
Fix several problems with raw compression:
Michael Cahill
2014-01-30
Merge pull request #851 from wiredtiger/merge-efficiency
Alex Gorrod
2014-01-30
Remove WT_MERGE_MAX_REFS -- it was always arbitrary, and now when we create a...
Michael Cahill
2014-01-30
Note that LSM's `chunk_size` setting overrides `memory_page_max`.
Michael Cahill
2014-01-30
Try an in-memory split before evicting big pages: that avoids the tree growin...
Michael Cahill
2014-01-24
If an in-memory split fails, unlock the page.
Michael Cahill
2014-01-23
Merge branch 'develop' into merge-efficiency
Alex Gorrod
2014-01-22
Fix some GCC 4.8 "maybe-uninitialized" warnings.
Michael Cahill
2014-01-21
Try an in-memory split before forced eviction, also make the "promotion" code...
Michael Cahill
2014-01-17
Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.
Michael Cahill
2014-01-14
whitespace
Michael Cahill
2014-01-14
Add a new mode to eviction that only considers internal pages.
Alex Gorrod
2014-01-13
Switch LSM chunks back to ordinary flags, protected by the LSM tree lock.
Michael Cahill
2014-01-10
Add WT_CLEAR_INLINE which uses structure assignment to (hopefully) prevent
Keith Bostic
[next]