1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
|
var programming =
[
[ "Getting Started with the API", "basic_api.html", [
[ "Connecting to a database", "basic_api.html#basic_connection", null ],
[ "Creating a table", "basic_api.html#basic_create_table", null ],
[ "Accessing data with cursors", "basic_api.html#basic_cursors", null ],
[ "Closing handles", "basic_api.html#basic_close", null ]
] ],
[ "Configuration Strings", "config_strings.html", [
[ "Introduction", "config_strings.html#config_intro", null ],
[ "JavaScript Object Notation (JSON) compatibility", "config_strings.html#config_json", null ]
] ],
[ "Cursors", "cursors.html", "cursors" ],
[ "Transactions", "transactions.html", [
[ "ACID properties", "transactions.html#transactions_acid", null ],
[ "Transactional API", "transactions.html#transactions_api", null ],
[ "Implicit transactions", "transactions.html#transactions_implicit", null ],
[ "Concurrency control", "transactions.html#transactions_concurrency", null ],
[ "Isolation levels", "transactions.html#transaction_isolation", null ],
[ "Named Snapshots", "transactions.html#transaction_named_snapshots", null ],
[ "Application-specified Transaction Timestamps", "transactions.html#transaction_timestamps", [
[ "Timestamp overview", "transactions.html#timestamp_overview", null ],
[ "Using transactions with timestamps", "transactions.html#timestamp_transactions", null ],
[ "Automatic rounding of timestamps", "transactions.html#timestamp_roundup", null ],
[ "Managing global timestamp state", "transactions.html#timestamp_connection", null ],
[ "Timestamp support in the extension API", "transactions.html#timestamp_extensions", null ]
] ]
] ],
[ "Error handling", "error_handling.html", [
[ "Translating errors", "error_handling.html#error_translation", null ],
[ "Message handling using the WT_EVENT_HANDLER", "error_handling.html#event_message_handling", null ]
] ],
[ "Schema, Columns, Column Groups, Indices and Projections", "schema.html", "schema" ],
[ "Log-Structured Merge Trees", "lsm.html", [
[ "Background", "lsm.html#lsm_background", null ],
[ "Description of LSM trees", "lsm.html#lsm_description", null ],
[ "Interface to LSM trees", "lsm.html#lsm_api", null ],
[ "Merging", "lsm.html#lsm_merge", null ],
[ "Bloom filters", "lsm.html#lsm_bloom", null ],
[ "Creating tables using LSM trees", "lsm.html#lsm_schema", null ],
[ "Caveats", "lsm.html#lsm_caveats", [
[ "Key_format configuration", "lsm.html#lsm_key_format", null ],
[ "Named checkpoints", "lsm.html#lsm_checkpoints", null ]
] ]
] ],
[ "File formats and compression", "file_formats.html", "file_formats" ],
[ "Compressors", "compression.html", [
[ "Using LZ4 compression", "compression.html#compression_lz4", null ],
[ "Using snappy compression", "compression.html#compression_snappy", null ],
[ "Using zlib compression", "compression.html#compression_zlib", null ],
[ "Using Zstd compression", "compression.html#compression_zstd", null ],
[ "Upgrading compression engines", "compression.html#compression_upgrading", null ],
[ "Custom compression engines", "compression.html#compression_custom", null ]
] ],
[ "Encryptors", "encryption.html", "encryption" ],
[ "Multithreading", "threads.html", [
[ "Code samples", "threads.html#threads_example", null ]
] ],
[ "Name spaces", "namespace.html", [
[ "Process' environment name space", "namespace.html#namespace_env", null ],
[ "C language name space", "namespace.html#namespace_c", null ],
[ "File system name space", "namespace.html#namespace_filesystem", null ],
[ "Error return name space", "namespace.html#namespace_error", null ]
] ],
[ "Database read-only mode", "readonly.html", [
[ "Database read-only configuration considerations", "readonly.html#readonly_config", null ],
[ "Readonly configuration and recovery", "readonly.html#readonly_recovery", null ],
[ "Readonly configuration and logging", "readonly.html#readonly_logging", null ],
[ "Readonly configuration and LSM trees", "readonly.html#readonly_lsm", null ],
[ "Readonly configuration and multiple database handles", "readonly.html#readonly_handles", null ]
] ],
[ "Signal handling", "signals.html", null ],
[ "Asynchronous operations", "async.html", [
[ "Configuring asynchronous operations", "async.html#async_config", null ],
[ "Allocating an asynchronous operations handle", "async.html#async_alloc", null ],
[ "Executing asynchronous operations", "async.html#async_operations", null ],
[ "Waiting for outstanding operations to complete", "async.html#async_flush", null ],
[ "Asynchronous operations and transactions", "async.html#async_transactions", null ]
] ],
[ "Backups", "backup.html", [
[ "Backup from an application", "backup.html#backup_process", null ],
[ "Backup from the command line", "backup.html#backup_util", null ],
[ "Incremental backup", "backup.html#backup_incremental", null ],
[ "Backup and O_DIRECT", "backup.html#backup_o_direct", null ]
] ],
[ "Compaction", "compact.html", null ],
[ "Checkpoint durability", "checkpoint.html", [
[ "Automatic checkpoints", "checkpoint.html#checkpoint_server", null ],
[ "Checkpoint cursors", "checkpoint.html#checkpoint_cursors", null ],
[ "Checkpoint naming", "checkpoint.html#checkpoint_naming", null ],
[ "Checkpoints and file compaction", "checkpoint.html#checkpoint_compaction", null ]
] ],
[ "Commit-level durability", "durability.html", [
[ "Checkpoints", "durability.html#durability_checkpoint", null ],
[ "Backups", "durability.html#durability_backup", null ],
[ "Bulk loads", "durability.html#durability_bulk", null ],
[ "Log file archival", "durability.html#durability_archiving", null ],
[ "Tuning commit-level durability", "durability.html#durability_tuning", [
[ "Group commit", "durability.html#durability_group_commit", null ],
[ "Flush call configuration", "durability.html#durability_flush_config", null ]
] ]
] ],
[ "In-memory databases", "in_memory.html", null ],
[ "Join cursors", "cursor_join.html", null ],
[ "Log cursors", "cursor_log.html", null ],
[ "Track function calls", "operation_tracking.html", null ],
[ "Rebalance", "rebalance.html", null ],
[ "Per-process shared caches", "shared_cache.html", null ],
[ "Statistics", "statistics.html", [
[ "Statistics logging", "statistics.html#statistics_log", null ]
] ],
[ "Upgrading and downgrading databases", "upgrade.html", null ],
[ "Extending WiredTiger", "extensions.html", [
[ "Loadable extensions", "extensions.html#extensions_loadable", null ],
[ "Extensions and recovery", "extensions.html#extensions_recovery", null ],
[ "Local extensions", "extensions.html#extensions_local", null ]
] ],
[ "Custom Collators", "custom_collators.html", [
[ "Introduction to Custom Collators", "custom_collators.html#custom_collators_intro", null ],
[ "Custom Collators and Recovery", "custom_collators.html#custom_collators_recovery", null ],
[ "Custom Collators for Indices", "custom_collators.html#custom_collators_indices", null ]
] ],
[ "Custom Extractors", "custom_extractors.html", [
[ "Introduction to Custom Extractors", "custom_extractors.html#custom_extractors_intro", null ],
[ "Implementation notes", "custom_extractors.html#custom_extractors_notes", null ],
[ "Custom Collators in raw mode", "custom_extractors.html#custom_extractors_raw", null ]
] ],
[ "Custom Data Sources", "custom_data_sources.html", [
[ "WT_DATA_SOURCE methods", "custom_data_sources.html#custom_ds_methods", [
[ "WT_DATA_SOURCE::create method", "custom_data_sources.html#custom_ds_create", null ]
] ],
[ "WT_CURSOR methods", "custom_data_sources.html#custom_ds_cursor_methods", [
[ "WT_CURSOR::insert method", "custom_data_sources.html#custom_ds_cursor_insert", null ]
] ],
[ "WT_CURSOR key/value fields", "custom_data_sources.html#custom_ds_cursor_fields", null ],
[ "Error handling", "custom_data_sources.html#custom_ds_error_handling", null ],
[ "Configuration strings", "custom_data_sources.html#custom_ds_config", [
[ "Parsing configuration strings", "custom_data_sources.html#custom_ds_config_parsing", null ],
[ "Creating data-specific configuration strings", "custom_data_sources.html#custom_ds_config_add", null ]
] ],
[ "WT_COLLATOR", "custom_data_sources.html#custom_ds_cursor_collator", null ],
[ "Serialization", "custom_data_sources.html#custom_data_source_cursor_serialize", null ]
] ],
[ "Custom File Systems", "custom_file_systems.html", null ],
[ "Performance monitoring with statistics", "tune_statistics.html", null ],
[ "Simulating workloads with wtperf", "wtperf.html", [
[ "Monitoring wtperf", "wtperf.html#monitor", null ],
[ "Wtperf configuration options", "wtperf.html#config", null ]
] ],
[ "gcc/clang build options", "tune_build_options.html", null ],
[ "Bulk-load", "tune_bulk_load.html", null ],
[ "Cache and eviction tuning", "tune_cache.html", [
[ "Cache size", "tune_cache.html#tuning_cache_size", null ],
[ "Cache resident objects", "tune_cache.html#tuning_cache_resident", null ],
[ "Eviction tuning", "tune_cache.html#cache_eviction", null ]
] ],
[ "Capacity tuning", "tune_capacity.html", null ],
[ "Checksums", "tune_checksum.html", null ],
[ "Connection close", "tune_close.html", null ],
[ "Cursor persistence", "tune_cursor_persist.html", null ],
[ "Commit-level durability", "tune_durability.html", [
[ "Group commit", "tune_durability.html#tune_durability_group_commit", null ],
[ "Flush call configuration", "tune_durability.html#tune_durability_flush_config", null ]
] ],
[ "File allocation", "tune_file_alloc.html", [
[ "File growth", "tune_file_alloc.html#tuning_system_file_block_grow", null ],
[ "File block allocation", "tune_file_alloc.html#tuning_system_file_block_allocation", null ]
] ],
[ "Memory allocator", "tune_memory_allocator.html", null ],
[ "Mutexes", "tune_mutex.html", null ],
[ "Tuning page size and compression", "tune_page_size_and_comp.html", [
[ "Data life cycle", "tune_page_size_and_comp.html#data_life_cycle", null ],
[ "Configurable page structures in WiredTiger", "tune_page_size_and_comp.html#configurable_page_struct", [
[ "memory_page_max", "tune_page_size_and_comp.html#memory_page_max", null ],
[ "internal_page_max", "tune_page_size_and_comp.html#internal_page_max", null ],
[ "leaf_page_max", "tune_page_size_and_comp.html#leaf_page_max", null ],
[ "allocation_size", "tune_page_size_and_comp.html#allocation_size", null ],
[ "internal/leaf key/value max", "tune_page_size_and_comp.html#key_val_max", null ],
[ "split_pct (split percentage)", "tune_page_size_and_comp.html#split_pct", null ]
] ],
[ "Compression considerations", "tune_page_size_and_comp.html#compression_considerations", [
[ "Table summarizing compression in WiredTiger", "tune_page_size_and_comp.html#table_compress", null ]
] ]
] ],
[ "Read-only objects", "tune_read_only.html", null ],
[ "System buffer cache", "tune_system_buffer_cache.html", [
[ "Direct I/O", "tune_system_buffer_cache.html#tuning_system_buffer_cache_direct_io", null ],
[ "os_cache_dirty_max", "tune_system_buffer_cache.html#tuning_system_buffer_cache_os_cache_dirty_max", null ],
[ "os_cache_max", "tune_system_buffer_cache.html#tuning_system_buffer_cache_os_cache_max", null ]
] ],
[ "Linux transparent huge pages", "tune_transparent_huge_pages.html", null ],
[ "Linux zone reclamation memory management", "tune_zone_reclaim.html", null ]
];
|