blob: 54e641fa3a445e654982edf6c1f46c515b4fae5f (
plain)
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
|
/*! @page programming Writing WiredTiger applications
This section covers topics of interest for programmers writing
WiredTiger applications:
@section programming_api Using the API
- @subpage basic_api
- @subpage config_strings
- @subpage cursors
- @subpage transactions
- @subpage error_handling
- @subpage name_space
@section programming_storage Storage options
- @subpage schema
- @subpage lsm
- @subpage file_formats
- @subpage bulk_load
- @subpage compression
@section programming_deployment Deployment considerations
- @subpage cache_configuration
- @subpage checkpoints
- @subpage compaction
- @subpage hot_backup
- @subpage statistics
- @subpage threads
- @subpage tuning
@section programming_extending Extending WiredTiger
- @subpage custom_data_sources
- @subpage helium
@section programming_admin Administering a WiredTiger database
- @subpage home
- @subpage database_config
- @subpage security
- @subpage signals
*/
|