[Freeswitch-users] mod_crd_sqlite entry limit and sqlite segfaults on triggers

Rupa Schomaker rupa at rupa.com
Tue May 10 17:24:18 MSD 2011


I would argue that you do not want to check the row count on every
single insert.  Have a cron job that runs periodically and does the
deletes.  Run that job once a day.  Doing the maintenance on each
insert is going to kill performance *and* concurrency.

On Wed, Apr 27, 2011 at 2:56 PM, Neven Boric <nboric at yx.cl> wrote:
> Will do. What about the limit on the number of cdrs? Should I report
> that too?



-- 
-Rupa



More information about the FreeSWITCH-users mailing list