I'd go for MyISAM and would set up a remote replica if data integrity is
important.

If you have like 1000 calls of (say) 30 seconds avg length, and you create
10 events per call, you would expect an event every three seconds. This is
about 300 inserts per second. Say 600 at peaks. This should be feasible
with server-grade hardware without much difficulty. Also as you always
INSERT it behaves as a log file (no seeking, no locking) if the table is
optimized.
l.


2012/9/26 Matt Hamilton <mistral9...@hotmail.com>

> Our top priority is the raw Write (INSERT) performance, Read (SELECT)
> performance is not important. Strict ACID compliance is not necessary
> either. MySQL (on a separate database server) should be able to handle
> inserting CDR records (approximately up to 10 records for each call) for
> about 1000 concurrent calls coming from an Asterisk cluster.
>
> Matt
>
>

-- 
Loway - home of QueueMetrics - http://queuemetrics.com
Test-drive WombatDialer beta @ http://wombatdialer.com
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to