ASDIC

Qdbnew



QDBNEW

qdbnew - Creates a new empty database.

SYNOPSIS

/opt/asdic/bin/qdbnew <db_name> <key_size> <data_size> <hash_size>

DESCRIPTION

Creates the database <db_name> with key size <key_size>, data element size <data_size> and hash table size <hash_size> in current directory. Hash table size should reflect the normal database usage for best performance, but is not critical. Data base effective size will change dynamically.

EXAMPLE

Create new history database;

# qdbnew history 24 56 10000000

SEE ALSO

reorg - ASDIC database reorg utility.

Ping Research

ASDIC