[asterisk-users] Asterisk Database

Jeff LaCoursiere jeff at jeff.net
Tue Apr 21 12:17:49 CDT 2009


On Tue, 21 Apr 2009, Doug Lytle wrote:

> Benny Amorsen wrote:
>> Asterisk DB is either an SQLite database or a Berkeley database, I
>>
>
> The last I knew, it was BerkeleyDB.
>
> Doug
>
>

Just to add a few cents, if the object is to store and retrieve a single 
value with a single key, Berkeley DB is perfectly suited to the task.  It 
shouldn't matter the number of rows, and is far less overhead than a 
giant SQL engine.  I don't actually recall the original question, but it 
sounded at the time that he just wanted to store a single value against a 
single key, so this may be the most efficient method of going about it, 
and is certainly the least complex...

j



More information about the asterisk-users mailing list