Tagged Questions
0
votes
1answer
104 views
Using SqlBulkCopy with MongoDB
From a previous question, I'm trying to do a SqlBulkCopy from a MongoDB database, and I'm getting an error and can't find what column type I should have:
The given value of type ObjectId from the ...
0
votes
1answer
104 views
Need help creating 2 identical databases in SQL Server / MongoDB (with hierarchy) (in C#) [closed]
I'm creating a simple app that will let me test SQL Server vs MongoDB query speed (in C#). For that I need to create two identical and fairly big databases (let's say 1 mil records each) with some ...
2
votes
2answers
297 views
Mongodb ObjectId generator as SQL Server proc
I have a hybrid application where part of data (mostly legacy) is stored in SQL Server and another part in Mongodb. I just converted all primary key types in SQL Server to use ObjectId which I ...
4
votes
1answer
313 views
Why using sharding with MongoDB?
We started to use MongoDB at work.
So far so good however I was asked to assess if MongoDB could do Replica Set and Sharding at the same time. After searching for a while I find out that yes it can ...