Commit a5b31b26 authored by Yoni Fogel's avatar Yoni Fogel

first draft of tokudb_load manual

Addresses #52

git-svn-id: file:///svn/tokudb@1055 c7de825b-a66e-492c-adef-691d508d4ae1
parent bc5f6412
...@@ -6,9 +6,17 @@ ...@@ -6,9 +6,17 @@
.SH NAME .SH NAME
tokudb_load tokudb_load
.SH SYNOPSIS .SH SYNOPSIS
.B tokudb_load [-TV] [-c
.I name=value
.B ] [-f
.I file
.B ] [-h
.I home
.B ] [-t
.I btree
.B ]
.I db_file
.LP .LP
\fBtokudb_load
dbfilename
.SH DESCRIPTION .SH DESCRIPTION
The The
.B tokudb_load .B tokudb_load
...@@ -25,6 +33,47 @@ with most versions of Berkeley DB with only recompilation or ...@@ -25,6 +33,47 @@ with most versions of Berkeley DB with only recompilation or
relinking. The database files are incompatible, however, so to relinking. The database files are incompatible, however, so to
convert from one library to the other you would need to dump the convert from one library to the other you would need to dump the
database with one library's tool and load it with the other's. database with one library's tool and load it with the other's.
.SH UNSUPPORTED BDB OPTIONS
.IP -n
Unsupported.
.IP -P
Unsupported.
.IP "-t hash"
Unsupported.
.IP "-t recno"
Unsupported.
.IP "-t queue"
Unsupported.
.IP "-c keys=0"
Unsupported.
.IP "-c extentsize=value"
Unsupported.
.IP "-c h_ffactor=value"
Unsupported.
.IP "-c h_nelem=value"
Unsupported.
.IP "-c re_len=value"
Unsupported.
.IP "-c re_pad=value"
Unsupported.
.IP "-c renumber=value"
Unsupported.
.IP "-c recnum=value"
Unsupported.
.SH IGNORED BDB OPTIONS
These options will be accepted but not alter behavior. They may be implemented
in the future.
.IP "-c bt_minkey=value"
Unsupported.
.IP "-c chksum=value"
Unsupported.
.IP "-c db_lorder=value"
Unsupported.
.IP "-c db_pagesize=value"
Unsupported.
.SH DIFFERENCES
Transactions are not yet supported.
The database(s) to be loaded must not be currently in use.
.SH AUTHOR .SH AUTHOR
Tokutek, Inc. Tokutek, Inc.
.SH COPYRIGHT .SH COPYRIGHT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment