Does Asterisk Cache AstDB?
Is the Asterisk internal database cached by Asterisk? Or is it always reading/writing to the SQLite database? (If I read from the SQLite DB is it sure to match what Asterisk is using)
Is the Asterisk internal database cached by Asterisk? Or is it always reading/writing to the SQLite database? (If I read from the SQLite DB is it sure to match what Asterisk is using)
2 thoughts on - Does Asterisk Cache AstDB?
There is no additional caching built into Asterisk itself for it. The sqlite library calls are directly used and their results provided.
—
Joshua C. Colp Digium – A Sangoma Company | Senior Software Developer
445 Jan Davis Drive NW – Huntsville, AL 35806 – US
Check us out at: http://www.digium.com & http://www.asterisk.org
—
Great – thank you!
—–Original Message—–
From: asterisk-users [mailto:asterisk-users-bounces@lists.digium.com] There is no additional caching built into Asterisk itself for it. The sqlite library calls are directly used and their results provided.
—
Joshua C. Colp Digium – A Sangoma Company | Senior Software Developer
445 Jan Davis Drive NW – Huntsville, AL 35806 – US Check us out at: http://www.digium.com & http://www.asterisk.org
—