| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove merge_sleep and add compact. #792 | Keith Bostic | 2013-12-24 | 1 | -1/+1 |
* | lint + Coverity | Keith Bostic | 2013-12-11 | 1 | -3/+9 |
* | Merge pull request #792 from wiredtiger/compact-lsm | Michael Cahill | 2013-12-10 | 3 | -18/+23 |
|\ |
|
| * | LSM compaction review updates. Implement Sue's suggestions, be more aggressi... | Michael Cahill | 2013-12-11 | 1 | -3/+3 |
| * | icount is uint32_t. #792 | Susan LoVerso | 2013-12-09 | 1 | -1/+1 |
| * | Show running total during populate. #792 | Susan LoVerso | 2013-12-09 | 1 | -2/+4 |
| * | Change wtperf to remove merge_sleep and add compact. #792 | Susan LoVerso | 2013-12-09 | 3 | -14/+17 |
* | | Converity complaint -- configuration ensures that we've scheduled at least | Keith Bostic | 2013-12-06 | 1 | -4/+12 |
* | | Coverity spotted problem, no need to check if session is NULL, we'd have | Keith Bostic | 2013-12-06 | 1 | -1/+1 |
* | | Coverity spotted problem, no need to check if session is NULL, we'd have | Keith Bostic | 2013-12-06 | 1 | -2/+2 |
|/ |
|
* | typo: merge_thread*s* | Michael Cahill | 2013-12-06 | 1 | -1/+1 |
* | Make 10MB the default LSM chunk size, modify some wtperf jobs to use 10MB chu... | Michael Cahill | 2013-12-06 | 3 | -3/+3 |
* | Move wtperf configuration option from Jenkins into configuration file. | Alex Gorrod | 2013-12-04 | 1 | -1/+1 |
* | Merge pull request #786 from wiredtiger/lsm-config-group | Alex Gorrod | 2013-12-03 | 11 | -12/+21 |
|\ |
|
| * | update to match new wtperf threads syntax. | Keith Bostic | 2013-12-03 | 1 | -3/+1 |
| * | Merge branch 'develop' into lsm-config-group | Alex Gorrod | 2013-12-03 | 20 | -274/+353 |
| |\ |
|
| * | | Move LSM configuration options to be a group in WT_SESSION->create API. | Alex Gorrod | 2013-12-03 | 11 | -12/+23 |
* | | | Minor tidy of wtperf memory cleanup. | Alex Gorrod | 2013-12-04 | 2 | -3/+3 |
* | | | Fix the real leak in wtperf: I misread the valgrind output. | Michael Cahill | 2013-12-04 | 1 | -2/+1 |
* | | | Fix a wtperf memory leak: free the workload struct on thread exit. | Michael Cahill | 2013-12-04 | 1 | -0/+2 |
* | | | semantic sugar -- make leading comments match standard style, minor function | Keith Bostic | 2013-12-03 | 1 | -67/+99 |
| |/
|/| |
|
* | | Michael notes the runner scripts changes were wrong, we need to have | Keith Bostic | 2013-12-02 | 6 | -6/+6 |
* | | Update the canned configurations inside of the wtperf source code. | Keith Bostic | 2013-12-02 | 13 | -15/+15 |
* | | Merge branch 'develop' into thread-group | Keith Bostic | 2013-12-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Use BILLION instead of many zeroes in wtperf. | Alex Gorrod | 2013-12-02 | 1 | -2/+2 |
* | | The rest of the changes for #775: we can now support multiple, entirely | Keith Bostic | 2013-12-02 | 5 | -106/+200 |
* | | Replace two thread modes (individual insert, read & update threads, | Keith Bostic | 2013-12-02 | 20 | -253/+238 |
|/ |
|
* | Statistics doesn't open the log file anymore, add error information to | Keith Bostic | 2013-11-29 | 1 | -11/+11 |
* | If we start a monitor thread and populate, but never execute a workload, | Keith Bostic | 2013-11-29 | 1 | -17/+22 |
* | lint: typo, parenthesis in the wrong place | Keith Bostic | 2013-11-29 | 1 | -1/+1 |
* | Remove unused ms calculation. | Keith Bostic | 2013-11-29 | 1 | -3/+0 |
* | Fix compiler warning in wtperf: | Alex Gorrod | 2013-11-29 | 1 | -2/+2 |
* | Cleanup in wtperf including: | Alex Gorrod | 2013-11-29 | 1 | -41/+99 |
* | Change the default sample rate in wtperf to 50 -- sampling every operation in... | Michael Cahill | 2013-11-29 | 1 | -1/+1 |
* | Remove another unnecessary __wt_epoch call; now that we're no longer | Keith Bostic | 2013-11-28 | 1 | -9/+5 |
* | Remove unnecessary __wt_epoch() call, the indentation makes it look | Keith Bostic | 2013-11-28 | 1 | -1/+0 |
* | Info 768: global struct member 'aggregated' (line 124, file | Keith Bostic | 2013-11-28 | 1 | -6/+0 |
* | lint, mark the /* FALLTHROUGH */ case. | Keith Bostic | 2013-11-28 | 1 | -0/+1 |
* | Merge branch 'develop' into wtperf-sample | Michael Cahill | 2013-11-28 | 4 | -48/+56 |
|\ |
|
| * | s/data/value/ in a few more places. | Michael Cahill | 2013-11-28 | 3 | -10/+10 |
| * | Fix a leak of key/value buffers in wtperf. While in the area, rename "data_b... | Michael Cahill | 2013-11-28 | 2 | -16/+22 |
| * | Use the same timestamp format in wtperf output as in statistics_log | Keith Bostic | 2013-11-27 | 1 | -1/+1 |
| * | Be more aggressive about stopping runs that are failing, have thread | Keith Bostic | 2013-11-27 | 1 | -14/+17 |
| * | Don't set/reset g_stop in stop_threads, that can race with the monitor | Keith Bostic | 2013-11-27 | 1 | -11/+8 |
| * | Fix two valgrind complaints in wtperf: | Alex Gorrod | 2013-11-27 | 1 | -0/+2 |
* | | Stash the wtperf sample rate calculation in a local variable. | Alex Gorrod | 2013-11-28 | 1 | -3/+4 |
* | | Switch wtperf from aggregating to sampling for latency measurements. | Alex Gorrod | 2013-11-27 | 2 | -55/+36 |
|/ |
|
* | In wtperf, only reopen the connection after any merge sleep. Otherwise, the ... | Michael Cahill | 2013-11-27 | 1 | -12/+17 |
* | Don't make local copies of WT_CONNECTION in wtperf. | Alex Gorrod | 2013-11-27 | 1 | -11/+11 |
* | Do aggressive LSM merges when trees are opened read-only. Reopen the connect... | Michael Cahill | 2013-11-27 | 1 | -0/+12 |