mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
ca81799e42
git-svn-id: file:///svn/tokudb@987 c7de825b-a66e-492c-adef-691d508d4ae1
31 lines
996 B
Groff
31 lines
996 B
Groff
.\" Process this file with
|
|
.\" groff -man -Tascii foo.1
|
|
.\"
|
|
.\" Copyright (c) 2007 Tokutek. All Rights Reserved.
|
|
.TH tokudb_load 1 "November 2007" Tokutek "TokuDB Programmer's Manual"
|
|
.SH NAME
|
|
tokudb_load
|
|
.SH SYNOPSIS
|
|
.LP
|
|
\fBtokudb_load
|
|
dbfilename
|
|
.SH DESCRIPTION
|
|
The
|
|
.B tokudb_load
|
|
program reads key/data pairs from standard input and writes them into a TokuDB
|
|
database.
|
|
The format of the key/data pairs is compatible with the
|
|
.B tokudb_dump
|
|
program and the Berkeley DB load and dump
|
|
programs.
|
|
.SH CONFORMING TO
|
|
The TokuDB embedded database provides a subset of the functionality of
|
|
the Berkeley DB. Programs that work with TokuDB probably work with
|
|
with most versions of Berkeley DB with only recompilation or
|
|
relinking. The database files are incompatible, however, so to
|
|
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.
|
|
.SH AUTHOR
|
|
Tokutek, Inc.
|
|
.SH COPYRIGHT
|
|
Copyright (c) 2007 Tokutek. All Rights Reserved.
|