NoSQL VS SQL - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: Geek World (https://post4vps.com/Forum-Geek-World) +--- Forum: Scripting & Programming (https://post4vps.com/Forum-Scripting-Programming) +--- Thread: NoSQL VS SQL (/Thread-NoSQL-VS-SQL) |
NoSQL VS SQL - maroon93 - 10-19-2016 Which you guys prefer nowadays NoSQL like mongodb and cassandra or SQL database? RE: NoSQL VS SQL - Han105 - 10-20-2016 i like to use sql, because that was my first query language that i ever try. i have no idea about nosql. so i don't know what can i compare for. and actually, how about SQL and PL-SQL RE: NoSQL VS SQL - Anik - 10-21-2016 What NoSQL?? I have heard about SQL , mySQL but now about nosql. Currently I use both mysql and sql. I prefer Mysql cuz u can access it remotely RE: NoSQL VS SQL - kubanek_kuba - 10-21-2016 I prefer sql than nosql because I have bad memories with mongodb and I know better sql and its easier for me to configure it. RE: NoSQL VS SQL - maroon93 - 10-25-2016 i see you guys would choose sql database me too i have learn a little about NoSql db like mongodb and i hard to understand it. Practically these days, I will stick on Postgre and MySQL. Both of those are well understood, can be used at the largest of scales and have lots of documentation and help online. RE: NoSQL VS SQL - Honey - 10-29-2016 I prefer to use MySQL or SQLite instead of other non SQL based databases cuz there are more documents and help available when needed and they are also easier to understand. |