Re: [asterisk-users] Using sqlite3 for CDR logging

2013-10-10 Thread Tech Support
- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Chris Bagnall Sent: Thursday, October 03, 2013 1:25 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Using sqlite3 for CDR logging On 3/10/13 5:52 pm, Tech Support wrote: I

[asterisk-users] Using sqlite3 for CDR logging

2013-10-03 Thread Tech Support
All; I am using Asterisk 1.8 and am running into some performance bottlenecks. Right now I am sending upwards of 700 concurrent faxes. I have no problem with that. The problems appear after the faxes complete. I was thinking of using sqlite3 to log CDR's, thinking that would be faster than

Re: [asterisk-users] Using sqlite3 for CDR logging

2013-10-03 Thread Adrian Serafini
faster than using MySQL. Has anyone ever benchmarked this to quantify Put Mysql on another machine and network the db service. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join

Re: [asterisk-users] Using sqlite3 for CDR logging

2013-10-03 Thread Chris Bagnall
On 3/10/13 5:52 pm, Tech Support wrote: I was thinking of using sqlite3 to log CDR's, thinking that would be faster than using MySQL. Has anyone ever benchmarked this to quantify just how much faster sqlite3 is? Are there any drawbacks to using it? Lack of multi-user concurrency is the big