berkdb env

						berkdb env
						[-cachesize {gbytes bytes ncache}]
						[-create]
						[-data_dir dirname]
						[-errfile filename]
						[-home directory]
						[-log_dir dirname]
						[-mode mode]
						[-private]
						[-recover]
						[-recover_fatal]
						[-shm_key shmid]
						[-system_mem]
						[-tmp_dir dirname]
						[-txn [nosync]]
						[-txn_max max]
						[-use_environ]
						[-use_environ_root]
					

Description

The berkdb env command opens and optionally creates a database environment. The returned environment handle is bound to a Tcl command of the form envN, where N is an integer starting at 0 (for example, env0 and env1). It is through this Tcl command that the script accesses the environment methods. The command automatically initializes the Shared Memory Buffer Pool subsystem. This subsystem is used whenever the application ...

Get Berkeley DB now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.