summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2013-02-25Run more of the wiredtiger_open calls by closing previously opened handles.Keith Bostic
2013-02-22Make run-time statistics optional, defaulted to "off".Keith Bostic
2013-02-21Michael's suggestion to use a statistics_log.wait value of not-zero toKeith Bostic
2013-02-21Documentation typo: need commas between config values.Michael Cahill
2013-02-20Merge pull request #453 from wiredtiger/javaMichael Cahill
2013-02-20Add a new server thread that can be configured to periodically outputKeith Bostic
2013-02-19Fix copyright notices in Java source code.Alex Gorrod
2013-02-19Remove stub WiredTiger YCSB implementation from source tree.Alex Gorrod
2013-02-19Update Java Cursor API naming to reflect ByteArray semantics.Alex Gorrod
2013-02-13Update Java example to use new cursor interface.Alex Gorrod
2013-02-12Update Java structure packing implementation.Alex Gorrod
2013-02-08Add a Java implementation of packed formats.Alex Gorrod
2013-01-31Merge branch 'develop' into javaAlex Gorrod
2013-01-28Add a section on compression to the performance tuning page.Keith Bostic
2013-01-28Add better wording on checksum configuration, add wording for direct I/OKeith Bostic
2013-01-28Add wording about read-only objects and mmap to the Performance Tuning page.Keith Bostic
2013-01-25Add in examples to Java build.Alex Gorrod
2013-01-24Merge branch 'updevelop' into develop. Manually merged.Alex Gorrod
2013-01-08Allow examples to run in parallel: give each a unique home directory.Michael Cahill
2013-01-08Use the "overwrite" flag to WT_SESSION::open_cursor rather than wiredtiger_op...Michael Cahill
2013-01-07Add minor clarification wording for boolean configuration strings.Keith Bostic
2013-01-07Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para...Michael Cahill
2013-01-04Enhance the configuration string examples, get rid of one more @todo.Keith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-10make it clear we're going to have an error.Keith Bostic
2012-12-10Fix up a few more declarations that weren't fixed-size.Keith Bostic
2012-12-10More schema layer cleanup:Michael Cahill
2012-12-10Use "poptable" as the table name in the schema example -- it's a table of pop...Michael Cahill
2012-12-10Add 'ret = ' to calls in ex_schema.c that can fail.Michael Cahill
2012-12-08When talking about index-only retrieval, don't mention "column groups".Keith Bostic
2012-12-08gcc:Keith Bostic
2012-12-08Add wording explaining how to do index-only searches to the schema docs.Keith Bostic
2012-12-08Enhance the ex_schema.c example code to show some more complex examples,Keith Bostic
2012-12-08The Q format is an unsigned long long, not a uint64_t.Keith Bostic
2012-12-08The name "population" is used too much, it's confusing, use "mytable"Keith Bostic
2012-12-06Split cache_bytes_changed into cursor_{insert,remove,update}_bytes andKeith Bostic
2012-12-05Review the statistics: rename the statistics names for consistency andKeith Bostic
2012-12-05Move examples/c/ex_test_perf.c to bench/wtperf.Michael Cahill
2012-12-04Add examples of statistics calculations to the documentation.Michael Cahill
2012-11-30Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill
2012-11-28Merge remote-tracking branch 'upstream/develop' into developAlex Gorrod
2012-11-16Merge branch 'develop' into rawKeith Bostic
2012-11-16Add a "size of checkpoint" statistic.Michael Cahill
2012-11-15Merge branch 'develop' into rawKeith Bostic
2012-11-15Add support for WT_COMPRESS::compress_raw, let the underlying compressionKeith Bostic
2012-11-09When verbose == 2, copy status output to stdout.Michael Cahill
2012-11-09Change the default configuration of ex_test_perf: 4KB pages, no prefix compre...Michael Cahill
2012-11-09Clean up some complaints from s_all.Michael Cahill
2012-11-09ex_test_perf.c:456:11: error: 'elapsed' may be used uninitialized in this fun...Michael Cahill
2012-11-08Clean up error handling in ex_test_perf and add option to populate usingAlex Gorrod