Duplicate Detection for Call Data Record for Telecom applications
Tue, 04/24/2012 - 04:07
Hi All,
After reading documentation about Couchbase and going through Couchbase Client API, it seems that the Couchbase server can be used to develop a duplicate detection and consolidation functionality in a telecom applications.
I assume that if two threads making use of Java Couchbase API tries to insert values for a same key, one would get an error from Couchbase server that key already exists.
This could be one of the good option to achieve scalability with respect to duplicate detection and consolidation of data records across multiple node for a telecom application.
Can anybody share experience with respect to this ?
Dinesh
Dinesh:
I cannot talk about duplicates detection and consolidation per se, but, I would characterize Couchbase
as a distributed hash table given the roots from memcached. Obviously it's a lot more than that including
the fact that it's a document store (with Views functionality) and so on, but, the basic functionality (which
is extremely fast) would probably suffice your needs.
Rags