I am studying about file based key-value databases such as GDBM and I can not see any real advantage versus using a configuration file. Both technologies let you store in a file keys and values.
Is it the advantage of GDBM the performance, does GDBM parse the file faster?