summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2014-08-05 15:22:42 -0400
committerSusan LoVerso <sue@wiredtiger.com>2014-08-05 15:22:42 -0400
commitb3d98630cb72311aa7de7fdfce99ecd26d34ff43 (patch)
treed6f6bceebd0c539c5f72d9475c2e2820b466749f
parent80920cd99227b6c7961ceaba988cdc1cc6201bc3 (diff)
downloadmongo-b3d98630cb72311aa7de7fdfce99ecd26d34ff43.tar.gz
Move performance into its own section. #1147
-rw-r--r--src/docs/introduction.dox1
-rw-r--r--src/docs/programming.dox19
2 files changed, 1 insertions, 19 deletions
diff --git a/src/docs/introduction.dox b/src/docs/introduction.dox
index d41fbcef314..7191540ec1d 100644
--- a/src/docs/introduction.dox
+++ b/src/docs/introduction.dox
@@ -32,6 +32,7 @@ For more information about writing WiredTiger applications, see:
- @subpage programming
- @ref wt "WiredTiger API reference manual"
+- @subpage performance
For more information about administrating WiredTiger databases, see:
diff --git a/src/docs/programming.dox b/src/docs/programming.dox
index 9fa9d0604cb..9e5ff2b7268 100644
--- a/src/docs/programming.dox
+++ b/src/docs/programming.dox
@@ -35,25 +35,6 @@ each of which is ordered by one or more columns.
- @subpage async
- @subpage shared_cache
-<h2>Performance tuning</h2>
-- @subpage tune_memory_allocator
-- @subpage tune_page_sizes
-- @subpage tune_cache
-- @subpage tune_bulk_load
-- @subpage tune_cursor_persist
-- @subpage tune_read_only_objects
-- @subpage tune_checksum
-- @subpage tune_compression
-- @subpage tune_file_alloc
-- @subpage tune_system_buffer_cache
-- @subpage tune_transparent_huge_pages
-- @subpage tune_zone_reclaim
-- @subpage tune_statistics
-- @subpage tune_close
-
-<h2>Simulating workloads in Wiredtiger</h2>
-- @subpage wtperf
-
<h2>Extending WiredTiger</h2>
- @subpage custom_data_sources
- @subpage helium