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