summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-10-19Cut release 1.3.4.1.3.4Michael Cahill
2012-10-19Use the O_NOATIME flag: it may improve performance on some systems.Michael Cahill
2012-10-19lsm_cursor.c:716:3: error: 'smaller' may be used uninitialized in this functionMichael Cahill
2012-10-19Reset any old cursor position before an LSM search.Michael Cahill
2012-10-19Add an API to pass a config string to __wt_bloom_create.Michael Cahill
2012-10-19Fix LSM index searches.Michael Cahill
2012-10-19Support indices on LSM by using 1-byte (padding) values, until LSM supports e...Michael Cahill
2012-10-19Push the "owning" cursor through the LSM open_cursor function, so schema obje...Michael Cahill
2012-10-18Run some standard tests against table-on-LSM.Michael Cahill
2012-10-18Calculate LSM data source names for column groups and indices.Michael Cahill
2012-10-18Handle NULL config stacks in LSM cursor open.Michael Cahill
2012-10-18lintMichael Cahill
2012-10-18Change direct calls to __wt_curfile_open to generic __wt_open_cursor.Michael Cahill
2012-10-18Apply operations to column group and index data sources.Michael Cahill
2012-10-18Merge branch 'develop' into lsm-schemaMichael Cahill
2012-10-18Further cleanup of forced eviction comments and code.Michael Cahill
2012-10-18Fix a bug in LSM where aborted merges could cause subsequent opens to fail.Alex Gorrod
2012-10-18another leakMichael Cahill
2012-10-18Don't force O_NOATIME on -- it may have unintended consequences, and on moder...Michael Cahill
2012-10-18Have LSM merges sleep for much less than a second: this limits how quickly we...Michael Cahill
2012-10-18Tweaks to file configuration for reads on Linux (disable readahead and access...Michael Cahill
2012-10-18Don't stop evicting until we reach the target, have eviction wake up periodic...Michael Cahill
2012-10-18Wait for a while before looking for LSM major merges, in case merges catch up...Michael Cahill
2012-10-17Add a macro to calculate the fixed-size slots per a byte count, noKeith Bostic
2012-10-17When doing a fast-delete, lock down the page before we unpack theKeith Bostic
2012-10-17whitespaceKeith Bostic
2012-10-17Replace a few strncmp() calls with WT_PREFIX_MATCH.Keith Bostic
2012-10-17Fix a comment.Keith Bostic
2012-10-17Drop the compaction limit, compact any file that's at least 10K.Keith Bostic
2012-10-17lint, don't ignore function return value.Keith Bostic
2012-10-17Add backup, config and statistics object types, that way we'llKeith Bostic
2012-10-17Compaction is also supported on objects of type colgroup and index.Keith Bostic
2012-10-17Limit WT_SESSION::compact to objects of type colgroup, file, index, lsmKeith Bostic
2012-10-17Add lsm: type to the list of unsupported object types.Keith Bostic
2012-10-17Add a comment so we (hopefully) don't cut-and-paste the line into theKeith Bostic
2012-10-17Make command names/descriptions line up, remove dumpfile it's no longerKeith Bostic
2012-10-17Upgrade will have a progress report at some point, put in a place-holderKeith Bostic
2012-10-17The rename call doesn't have any verbose flag behaviors, don't outputKeith Bostic
2012-10-17Change the loop to read in the extent blocks we need, and the loop toKeith Bostic
2012-10-17Fake checkpoints may have the delete flag set, ignore them when rollingKeith Bostic
2012-10-17Merge branch 'develop' into compactKeith Bostic
2012-10-17More leaks, found by valgrind.Michael Cahill
2012-10-17All metadata reads should ignore the application's transactional context.Michael Cahill
2012-10-17Fix some leaks found by valgrind.Michael Cahill
2012-10-17Update LSM merge operations to be interrupted on close.Alex Gorrod
2012-10-16Merge branch 'develop' into compactKeith Bostic
2012-10-16Add a utility command mapping to WT_SESSION::compact.Keith Bostic
2012-10-16Add a "wt compact" utility command.Keith Bostic
2012-10-16Compaction and checkpoint should both operate on the table indices asKeith Bostic
2012-10-16Ignore root pages in all cases, it's simpler and root pages areKeith Bostic