Skip to main content

All Questions

Tagged with
1 vote
2 answers
246 views

Joining in Mongo DB?

For a hotel booking website, in SQL - let's assume I would have 2 tables Booking BookingId startdate enddate cost HotelId(fk) Hotel HotelId Name Location etc In SQL I would inner join Booking with ...
sspd's user avatar
  • 11
0 votes
0 answers
56 views

Relation Table between Two database NoSQL and SQL

I want to create a Reviews table in a NoSQL database. Reviews is for Users in SQL database. My question is how can I get user's full name in reviews with out query in UsersService? in fact in my ...
Akbar Asghari's user avatar
0 votes
1 answer
1k views

Convert SQL based application to Redis

I have a MS SQL based application, which main goal is to search through a table of companies. This company table has several columns on which one could search. Like CompanyName, Address, PostalCode, ...
Tys's user avatar
  • 3,610
10 votes
8 answers
6k views

Fastest way to update (populate) 1,000,000 records into a database using .NET

I am using this code to insert 1 million records into an empty table in the database. Ok so without much code I will start from the point I have already interacted with data, and read the schema into ...
Avia Afer's user avatar
  • 866
3 votes
2 answers
165 views

Guidance choosing database structure/engine

At my workplace, we just stumbled upon the problem where we need to create a sort of inventory application which stores different types of properties for each object and with the capability to ...
rebelliard's user avatar
  • 9,591
3 votes
1 answer
1k views

NoSql update mechanism for CRUD scenarios

I have experience on Orm Frameworks and i start to understand structure of NoSql database solutions.I will go on with some samples based on object models. I have below document model and i want to ...
AnyOne's user avatar
  • 931
49 votes
6 answers
18k views

Reasons for and against moving from SQL server to MongoDB [closed]

I know this is a big question and it's not a yes or no answer but we develop web apps and are looking into using MongoDB for our persistence solution. Combining MongoDB with NoRM for object storage. ...
Richard's user avatar
  • 21.9k
2 votes
2 answers
874 views

Cassandra Production ready on Windows?

Question anyone know of any success stories of Cassandra running on windows in a production environment? I'm doing some work on Cassandra and trying to find the correct platform for it currently the ...
BlackTea's user avatar
  • 294
23 votes
2 answers
994 views

What are some "mental steps" a developer must take to begin moving from SQL to NO-SQL (CouchDB, FathomDB, MongoDB, etc)?

I have my mind firmly wrapped around relational databases and how to code efficiently against them. Most of my experience is with MySQL and SQL. I like many of the things I'm hearing about document-...
Byron Sommardahl's user avatar