The module
There is a scaling problem with this database.
This problem is best solved by using Mnesia instead.
The following functions describe the interface to
In the functions defined below, the following types are used:
where
This function can be used to manually dump the database to file.
Performs an ets/dets matching on the table.
See Stdlib documentation, module ets, for a description of
Prints the contents of the database on
screen. This is useful for debugging since the
Creates a table. If the table already exist, the old copy is destroyed.
Returns
Creates a row in a table.
Deletes a table.
Deletes the row in the table.
Checks if a table exists.
ets(3), dets(3), snmp_generic(3)