/*! @m_page{{c,java},programming,Writing WiredTiger applications} This section covers topics of interest for programmers writing @m_if{c} WiredTiger applications. @m_else WiredTiger applications in Java. @m_endif We follow SQL terminology: a database is set of tables managed together. Tables consist of rows, where each row is a key and its associated value. Tables may optionally have an associated schema, splitting the value into a set of columns. Tables may also have associated indices, each of which is ordered by one or more columns.
- @subpage_single tune_memory_allocator - @subpage_single tune_page_sizes - @subpage_single tune_cache - @subpage_single tune_bulk_load - @subpage_single tune_cursor_persist - @subpage_single tune_read_only - @subpage_single tune_durability - @subpage_single tune_checksum - @subpage_single tune_compression - @subpage_single tune_file_alloc - @subpage_single tune_system_buffer_cache - @subpage_single tune_transparent_huge_pages - @subpage_single tune_close - @subpage_single tune_mutex - @subpage_single tune_zone_reclaim */