JSONiq JSONiq is a query language that is outlined for the widely known JSON data model. The most important conceptions of jSONiq were derived from the hard learnt lesson for over 30 years of relational...
Read MoreCategory "NoSQL"
When to use CouchDB over MongoDB and vice versa
There are number of serious discussions over NoSQL database for the high performance distributed web applications. At present there are only two main contenders in the race. One is the MongoDB and the other one...
Read MoreSQL versus noSQL (Speed)
SQL is the abbreviation to Structured Query Language. It is a language widely used to create and manage DataBase Management Systems or DBMS. The use of SQL is a sequel to the relational model databases...
Read MoreWhen to use NoSQL or RDBMS Databases?
To get this straight I would like to mention that NoSQL specifically MongoDB is not only a key/value store but it provide more value than only a key value store database, but it’s not a...
Read MoreIn typical database environment we need to have back up of our database because if we don’t have if in any case our database goes down it will be disaster and typically we have our database back up in a timely interval and then once something goes wrong we restore our data from the latest...
[ Click to Continue ]NoSQL database is broken down to 4 Major categories and in this article I would go briefly over types of them and what particular jobs of storing data they are doing and also I would like to mention some of the big names who fall under those 4 categories. Key-Value Stores: Key valued stores are...
[ Click to Continue ]Let’s talk about NoSQL in the cloud and how many companies have their own flavor of NoSQL database, there is no doubt about that NoSQL and cloud co-existed for long time like if you think about scalability of the web that is happening around the “world wide web” it’s all mostly because of NoSQL and...
[ Click to Continue ]So let’s crack up this mystery that if there is No SQL in a database then how we can run our queries where there is no SQL, to understand how our queries works in NoSQL database I’m going to introduce to you a method that can make you understand this in very basic level broken...
[ Click to Continue ]It’s normal to run your database in auto mood that when you start your computer MongoDB should run as service in background without even initiating any command line for that, in windows machine which I will be showing you the steps we can do it by installing MongoDB as service but in linux environment we...
[ Click to Continue ]MongoDB is an open source database and you can find the location at mongodb.org where you can find all distribution for your desired platform including 32 and 64 bit operating system even though it’s available for both platform 32 and 64 but MongoDB recommends to use 64 in production environment as some of the features...
[ Click to Continue ]
What is Replica Set in MongoDB