SURESH-AP
unread,Jan 26, 2012, 12:48:17 PM1/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
Hi,
We have Multiple Unique IDs (which has 28 digit as string/varchar
values) and need to pass the same as an array or other way at one time
(not individual value) to MongoDB and get the resultset as an array
list.
Basically we have master DB as MySQL and it is sync up with MongoDB
for each record, which is entered in master DB and master DB is
expecting to be 1.2 billion records and still it will go further.
Is there any way to pass the multiple IDs as an array list at one time
(not individual) and retrieve the values as an array list? We need to
do this in Java.
Basically, we need to use the MongoDB because, we need to check and
retrieve more than 1million records per day and hence we can reduce
the lot of processing time for fetching the data direct from Master DB
(MySQL) and reduce the number of hits to Msater DB. And also expecting
to pass the values at a time as array list might be 100 IDs at one
time. I hope there is no limit to pass the IDs?
So can anyone help us on how can we acieve this requirement on high
priority?
Regards,
Suresh