summaryrefslogtreecommitdiff
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-19With the updated scenarios, test_schema03 needs far few file descriptors.Michael Cahill
2012-10-18Merge pull request #369 from wiredtiger/lsm-schemaagorrod
2012-10-19Get test_schema03 running with LSM.Michael Cahill
2012-10-19Fix LSM index searches.Michael Cahill
2012-10-19Test LSM indices in test_schema02.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-17typoKeith Bostic
2012-10-17Merge pull request #365 from wiredtiger/compactMichael Cahill
2012-10-17Merge branch 'develop' into compactKeith Bostic
2012-10-17ex_all.c: scoping typo.Michael Cahill
2012-10-17One more leak, not closing the connection in ex_all.cMichael Cahill
2012-10-17s/WildTiger/WiredTiger/Michael Cahill