summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
2014-03-28Update sharec_cache configuration again.Alex Gorrod
2014-03-28Update shared cache configuration options: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-26Add wiredtiger_config_parser_open and wiredtiger_version into extension API.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-13Add configuration parsing to the public API.Alex Gorrod
2014-02-11Add compression as a wtperf config. #871Susan LoVerso
2014-01-17Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.Michael Cahill
2014-01-08Now that log syncing with fsync scales better than O_DSYNC, change the default.Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-18Increase the default value for session_max to 100. This allocates more space...Michael Cahill
2013-12-18Add automatic throttling for LSM based on merge speed. Update merge_threads.Alex Gorrod
2013-12-17Add a WT_SESSION::create lsm=(merge_min=X) configuration option.Alex Gorrod
2013-12-12Add the day-of-month as a decimal number, 01-31 to the statistics_logKeith Bostic
2013-12-06Merge branch 'develop' into compact-lsmAlex Gorrod
2013-12-06Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod
2013-12-06Make 10MB the default LSM chunk size, modify some wtperf jobs to use 10MB chu...Michael Cahill
2013-12-04auto-generated filesMichael Cahill
2013-12-03Move LSM configuration options to be a group in WT_SESSION->create API.Alex Gorrod
2013-12-03Add a new lsm_chunk_max configuration option to WT_SESSION->create.Alex Gorrod
2013-11-11Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-11Go back to "allocation_size" to avoid breaking the world.Michael Cahill
2013-11-09Compression changes.Keith Bostic
2013-11-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-05We can't default the cursor's statistics configuration to "fast", theKeith Bostic
2013-11-05Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill
2013-10-24Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-21Don't say the statistics configuration of WT_SESSION.open_cursorKeith Bostic
2013-10-21Add clear to the connection statistics configuration and remove "clear"Keith Bostic
2013-10-21Change the default statistics configuration from "fast" to "none".Keith Bostic
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-17Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-04Create Bloom filters whenever waiting to do a merge. Remove the 'lsm_bloom_n...Michael Cahill
2013-10-03Change default for logging to be off.Susan LoVerso
2013-10-02Change the default statistics_fast configuration from false to true.Keith Bostic
2013-09-05Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-08-30We're doing replacement of quotes with backslash/quote pairs, add inKeith Bostic
2013-08-30Add a new skiplist to the WT_PAGE_MODIFY structure and use it to trackKeith Bostic
2013-08-29Add a "recovery" verbose mode.Michael Cahill
2013-08-29Scan through files before the main recovery loop, gathering checkpoint LSNs a...Michael Cahill
2013-08-28Cherry pick Sue's sync configuration changes, so develop matches the fine-gra...Michael Cahill
2013-08-28Rename the wiredtiger_open config key 'transaction_sync', remove 'sync' from ...Michael Cahill
2013-08-27Add transaction_log_sync support for config.Susan LoVerso
2013-08-26Save LSNs in files during checkpoint.Michael Cahill
2013-08-16Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-08-14Add the WT_SESSION.create prefix_compression_min string configuring theKeith Bostic
2013-08-09Merge branch 'develop' into fine-grained-durabilityMichael Cahill