Тёмный

Which Is Better? SQL vs NoSQL 

Web Dev Simplified
Подписаться 1,6 млн
Просмотров 290 тыс.
50% 1

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 327   
@dooddotjs3910
@dooddotjs3910 3 года назад
William Kylespeare
@lookintomyeyes2681
@lookintomyeyes2681 3 года назад
😁😁
@parikshitrawat8680
@parikshitrawat8680 3 года назад
hahahaha
@blessingseverywhere3140
@blessingseverywhere3140 3 года назад
Kyliam Cookspeare
@dooddotjs3910
@dooddotjs3910 3 года назад
@@blessingseverywhere3140 lmao. Way more creative than mine
@blessingseverywhere3140
@blessingseverywhere3140 3 года назад
@@dooddotjs3910 I don't care if it's more creative than yours or not, my friend. I just want you guys to smile.
@leonardoleno5729
@leonardoleno5729 3 года назад
the first 15 second I felt like I clicked the wrong video 😂
@codedecode1498
@codedecode1498 3 года назад
lol
@wesxd5292
@wesxd5292 2 года назад
Lmao
@holypowerenjoyer6059
@holypowerenjoyer6059 Год назад
When he said 'To sequel or not to sequel that is the question' i was in tears. Truly one of the best lines of all times
@niravparmar7856
@niravparmar7856 Год назад
bro sold his all furniture to buy a guitar 🎸
@sabinbaral4132
@sabinbaral4132 3 года назад
Your explanation are nice If you show slides and image to explain it will be much better and much easier for beginners to relate things you say and understand better
@maxfrischdev
@maxfrischdev 2 года назад
Give taking your own notes a try! Serious, listen to a video more than once if needed, pause and take a short note. Much better understanding AND better glued in memory, than just "consuming"/watching someone's slides! 🖖🏻👍🏻☕
@harshitanag2452
@harshitanag2452 2 года назад
@@maxfrischdev Yeah right
@arcanepersona1676
@arcanepersona1676 2 года назад
@@maxfrischdev expert tip, thanks Max.
@waltermeester301
@waltermeester301 3 года назад
In fact the "relational" part of database does not refer to the relations between different tables, but to the relational model as laid out by E.F codd. In this model, tables are called Relations and rows are called tuples.
@warriorfb2010
@warriorfb2010 3 месяца назад
I'm sure E.F codd was a smart guy, but I think it's misleading to say that all tables should be called relations. SOME tables represent a set of relations while other tables represent a set of entities. I also don't like the tuple term. "Tuple" means a thousand different things now.
@69memnon69
@69memnon69 3 года назад
SQL can handle many connections (you made it sound like SQL can only manage a handful of connections). If there is an appearance of “slowness” it’s likely related to the isolation level \ locking, which can be managed with good database design (9/ 10 times perf issues are attributable to poor developer choices). The choice between the two systems should be about isolation level requirements , scale (data volume \ geo-distribution) and the actual data model being stored. If you’re dealing with high transaction financial data, your likely not gonna go no sql. Likewise, if your storing IOT data then no sql is going to be better. If you’re never going to shard your data, mongodb is not worth it as SQL will outperform it.
@SuboptimalEng
@SuboptimalEng 3 года назад
I use Mongo cause the logo looks cool 😎
@arthurweasley5857
@arthurweasley5857 3 года назад
ahahahah, im switching to ruby cause it sounds cool and logo is just so beautiful
@hassanali-yi4bu
@hassanali-yi4bu 3 года назад
@@arthurweasley5857 nobody uses ruby nowadays in the industry, better use mongodb or mysql
@emacsultron6212
@emacsultron6212 3 года назад
This guy legit looks better than most of the male models appearing on product advertisements and could easily land ads showcasing hair products.
@jimhalpert9803
@jimhalpert9803 3 года назад
He reminds me of the Winklevoss twins for some reason lol (the movie actors not the real ones)
@WaldoTheWombat
@WaldoTheWombat 4 месяца назад
So to sum-up SQL - fast to read - you can count on constant a format NoSQL - fast to write - hard to update - better at handling lots of connections at the same time (why?) - better at scaling - good for unstructured data
@nonstopper
@nonstopper 3 года назад
Hey man, usually a fan of the videos but I feel like this one fell pretty short. Alot of surface explanation without any real world examples which I feel would help extremely
@katrinabryce
@katrinabryce 3 года назад
An example: Suppose you are storing customer shipping addresses. On a SQL database, you might have columns for house number, street, city, state, zip code; which works for US addresses, but not necessarily for addresses in other countries. On MongoDB, you could format their address differently depending on which country they are in. But the database would not check the address is in the correct format, it would accept anything, you would need to do your checks in the application logic.
@IvanRandomDude
@IvanRandomDude 3 года назад
3:05 Redis saves data to the disc periodically and loads it on startup.
@dmytromalikin2560
@dmytromalikin2560 3 года назад
But storage persistance strategies can be modified.
@marcusgaius
@marcusgaius 3 года назад
Hmmm, I'm storing json data to MySQL atm.
@chizuru1999
@chizuru1999 3 года назад
yup you can store anything and then just parse the string back into JSON.... Win win haha.
@hnccox
@hnccox 3 года назад
@@chizuru1999 How are you going to search through the string then? With NOSQL you can search and select on the Objects
@GeronimOCZECH
@GeronimOCZECH 3 года назад
There is always some rebel who do this. LMAO
@cloudfox1908
@cloudfox1908 3 года назад
@@chizuru1999 That is not a win win. Parsing data takes time, decreasing performance. If you want speed, actually use columns and rows.
@user1994gms
@user1994gms 3 года назад
@@hnccox how can you search on select objects in nosql.. nosql doesn't have schema and there would be only 1 unique key to differentiate the data
@praz7
@praz7 3 года назад
Correct me if I'm wrong but if you're familiar with DBMS concepts you can adapt to both SQL and Nosql right?
@tanzimibthesam5861
@tanzimibthesam5861 3 года назад
100% no brainer you need to how to connect foreign keys joins left join more specifically
@Gadrawingz
@Gadrawingz 3 года назад
Sure!
@goldenfibonacci7860
@goldenfibonacci7860 3 года назад
This was helpful. It would be even more helpful if you provide brief reasons for each claim on why SQL or NoSQL is better. For example, why is it usually quick to write but harder to read from a NoSQL DB?
@powerplayer75
@powerplayer75 2 года назад
i think its because NoSQL you can just shove objects in the database because order doesnt matter since the processing is done upon queries, hence why its harder to read.
@Rhodair
@Rhodair 2 года назад
it's not entirely accurate either - it depends on the scenario - there are some query examples that have nosql being 100x faster at reading compared to a sql query that involves multiple joins compared to a nosql read where it's just pulling a full document based on id whether sql or nosql is better fully depends on use case
@cyndijohnson5473
@cyndijohnson5473 Год назад
Because NoSQL is for the times you don’t need to READ the data
@nedweingart4963
@nedweingart4963 2 года назад
Was really stuck with what setup to choose for a new project. I use SQL at work and NoSQL for side projects and have always felt more comfortable with NoSQL. Your last point about choosing whatever you're most comfortable with really resonated with me, great video!
@imluctor5997
@imluctor5997 Год назад
There are reasons why big companies use nosql for one thing and sql for another. Google Docs will probably use nosql to store your documents since most you do is write to it and only read the document once to start editing it. As a company its important because you can reduce costs since the performance is better but you also use less resources. Thats also why autoscaling is used to reduce useless resources.
@rainbowlable
@rainbowlable 2 года назад
best overview and comparison i've got so far! thanks a lot! 👍
@chrisvouga8832
@chrisvouga8832 2 года назад
4:54 Isn’t one of the benefits of a nosql database like mongodb is that you optimize for reads by having denormalized data at the cost of more costly writes?
@smsibasish
@smsibasish 3 года назад
Please make this series of comparing different technologies like SSR vs CSR, React vs Vue, Tailwind vs Bootstrap etc
@WebDevSimplified
@WebDevSimplified 3 года назад
That's a good idea
@smsibasish
@smsibasish 3 года назад
@@WebDevSimplified A humble request for more TypeScript content please _/\_
@oldclient
@oldclient 3 года назад
A legit conclusion. Both technologies are proportionally good. The SQL allows vertical scaling, while NoSQL - horizontal scaling. The SQL simplifies the usage of MVC, MVVM, Object Validation and bindings, while the NoSQL simplifies the ability to make changes into projects (very useful for e-commerce dbs). The idea to use JSON data as TEXT in SQL is promising as something intermediate.
@cyndijohnson5473
@cyndijohnson5473 Год назад
SQL: for times you need to read & write data NoSQL: for times you want to hoard json that you don’t want to bother parsing and you rarely need to look anything up.
@AbZen7
@AbZen7 3 года назад
Play something with that guitar
@sujoydutta920
@sujoydutta920 Год назад
I always get confused on these two DBs but you explanation was very clear and made a lot of sense
@luclorencini
@luclorencini 3 года назад
Imo you missed the most important feature of sql databases, which is ACID transactions. That's the fundamental stone of pretty much every enterprise application
@shexec32
@shexec32 3 года назад
True, although the larger enterprises have been transitioning to microservices and cloud architectures. Due to the CAP theorem, these distributed solutions are ACID non-compliant*.
@lifeform106
@lifeform106 3 года назад
This actually really helped me understand both! Currently I’m learning MySQL with php and I may consider using react with it. I say MySQL I enjoy for your explanation of the great structure and columns and I care about readability. Though I may learn mongodb in larger scale applications in the future. Since mongodb sounds great for big projects
@Rust_Rust_Rust
@Rust_Rust_Rust 2 года назад
Ew php
@SOMEONE-eq5bu
@SOMEONE-eq5bu 2 года назад
@@Rust_Rust_Rust 😆 🤣 😂
@learnmore5438
@learnmore5438 Год назад
@@Rust_Rust_Rust hahaha. your comment
@user-th2cp8uh8r
@user-th2cp8uh8r Год назад
@@Rust_Rust_Rust Most loved language not loving back
@ApoorvMote
@ApoorvMote 3 года назад
If you use it properly then there are zero joins in NoSQL database and reading is faster than SQL. Cost of 1 GB storage is super low. So you can repeat data without worry.
@xybersurfer
@xybersurfer 2 года назад
i think you are missing some key points. almost everyone is dealing with relational data (SQL). NoSQL takes the responsibility for data consistency away from the database, and puts it on all applications using the database, which is not ideal. i like most of your other videos
@CodingNuggets
@CodingNuggets 3 года назад
I've been dabbling in SQL a lot more lately. I'm actually considering building my newest project using it as the database. Most likely going to go with PostgreSQL. Thanks for the content Kyle. Much love my friend!
@terencecheatom8680
@terencecheatom8680 2 года назад
you need slides
@PrinceJeniFX
@PrinceJeniFX Год назад
please how did you grow your channel to over a million subscribers. thanks, if you would like to share
@akin242002
@akin242002 3 года назад
MySQL is great for correlational studies, especially for routine data. However, it takes time to organize the tables. No-SQL is great for chaotic and dynamic based data. Think of data tracking a bipolar person.
@rahulsood81
@rahulsood81 6 месяцев назад
This dude deserves to be the next Peter Parker (a.k.a. Spiderman). Hollywood, are you listening ?💡💡📢📢📢📢📢
@SurenEnfiajyan
@SurenEnfiajyan 3 года назад
MySQL also supports JSON columns.
@kavindesivalli
@kavindesivalli 3 года назад
Really nice start with the William Shakespeare
@bigbooty1512
@bigbooty1512 3 года назад
I thought it was an ad
@JC-sh6im
@JC-sh6im 4 месяца назад
Um, Sql and NoSql are opposite ? Not so, just somewhat different take on structure vs flexibility, both are records of data.
@elmyllo4219
@elmyllo4219 3 года назад
omg I swear I just thinking about this question in few minutes before open youtube and then... this happened
@aammssaamm
@aammssaamm 3 года назад
Have you ever tried thinking of a couple of millions of dollars?
@erwinschrodinger2320
@erwinschrodinger2320 3 года назад
You absolute dreamer.
@elmyllo4219
@elmyllo4219 3 года назад
I know it's ridiculous right. but the same time it was mindblowing to me
@elmyllo4219
@elmyllo4219 3 года назад
But, you know.. I couldn't hold back my own thoughts, it just randomly passed
@aammssaamm
@aammssaamm 3 года назад
@@elmyllo4219 may be it’s not that ridiculous. 😂
@nifares8744
@nifares8744 3 года назад
PostgreSQL | Golang.
@mightyaripage
@mightyaripage 3 года назад
A man of culture
@DandragonDe
@DandragonDe 2 года назад
Mighty mistake: That quote is from HamSQLet 😏
@MrCamster999
@MrCamster999 2 года назад
I'm sure you spoke great but would recommend showing images, diagrams etc I skipped through. too late to listen this intensely
@ronaldv43
@ronaldv43 4 месяца назад
Towards the end are poor pieces of advice. For one the decision to use SQL should be based on the logic of a solution not on how comfortable a developer is with SQL.
@aminelahrim8142
@aminelahrim8142 3 года назад
Best practice for me : Sql for Database and Firebase Remote Config as a json config for the App
@CheeseStickzZ
@CheeseStickzZ Год назад
this guy went to google searched SQL vs no SQL and made a video about what he read. useless video offers no insight or useful info
@mohammedyahia9711
@mohammedyahia9711 Год назад
you are awesome but there is one problem that you speak so fast could you please slow down your speaking speed for those who do not understand English very well like me thank you
@GuRuGeorge03
@GuRuGeorge03 3 года назад
bigger companies use tons of different database types for different purposes but imo if u learn how to optimize SQL databases really well then u can apply these concepts to the other types
@sixtyfivewatts65
@sixtyfivewatts65 11 месяцев назад
Bro learn you put some diagrams or illustration than just talking with you face on the screen , its hard to understand what you are talking about .
@jaypasi509
@jaypasi509 3 года назад
That sloved my confusion... thanks 😊 And im also waiting for Javascriptsimplified course to reopen registration.
@abelrasheed116
@abelrasheed116 3 года назад
What is Chris Pine doing here ? Also sick Jackson ,just chillin in the corner
@Stoney_Eagle
@Stoney_Eagle 3 года назад
Bro, it's time you do something with your empty gray background. 😉
@kipfitpal
@kipfitpal 3 года назад
Kyle, you're great teacher!
@WaldoTheWombat
@WaldoTheWombat Год назад
Stop looking at me like I'm the only person in the world who matters!
@yannistheodorakopoulos5916
@yannistheodorakopoulos5916 3 года назад
I came here to appreciate PostgreSQL and your Ibanez lady
@TrixterTheFemboy
@TrixterTheFemboy Год назад
Is there some morse code or som'n in how much he's blinking?
@octaviogomez2615
@octaviogomez2615 3 года назад
Same same.... but different.... but still same
@shidqi100
@shidqi100 3 года назад
Make video about mysql or mongodb with redis as a cache
@yusra6864
@yusra6864 6 месяцев назад
how can i work on SQL as Team in local host database ?
@arnabdas2967
@arnabdas2967 Год назад
You look like Henry Cavill , withcer
@marshiemaaz5161
@marshiemaaz5161 2 месяца назад
i was like woah where the hell am i in the first 10 seconds
@caasieu
@caasieu Год назад
it was Hamlet lol rshkkjk
@jawadmansoor6064
@jawadmansoor6064 7 месяцев назад
damn you handsom guy you are a distraction.
@whimsical-lol
@whimsical-lol 3 года назад
Who is William Shakespeare's great grand daughter? Brittney Spears ☺️
@shamsulalam9815
@shamsulalam9815 2 года назад
Your voice is male version of alexa.
@multiwebinc
@multiwebinc 3 года назад
I refuse to call it "sequel"...
@jimhalpert9803
@jimhalpert9803 3 года назад
I refuse to call it "S-Q-L"
@pawekoaczynski4505
@pawekoaczynski4505 3 года назад
a video I wish I had watched when I was making my research on the topic a while ago
@murph1329
@murph1329 2 года назад
MongoDB isn't a relational database management system. Saying MongoDB is better than any RDBMS without first specifying the data shows a real lack of knowledge. Key constraints don't exists in MongoDB. There are no referential integrity checks. We use MongoDB for blob storage and store the MongoDB keys in SQL Server. It's great for that but I would never outright replace a normalized SQL Server or a MySQL RDBMS instance with MongoDB. Maybe a lot of people see MongoDB as being better because they don't want to worry about optimizing indexes and execution plans, and they see the "read" performance gains...but that comes at a cost of data integrity. It's a schemaless structure which means consistency doesn't exist. It will eat anything you feed it which can be dangerous. Think about what happens over time as you add/remove properties from your JSON or add/remove reference data based on changing business rules. Think about what that conversion would look like in MongoDB compared to a RDBMS instance. I know I sound pretty critical of MongoDB but I don't mean to. We use it and it works well for our needs but it's not a replacement for RDBMS. More of a supplement. NoSQL shines in write-once-read-many scenarios.
@dakshverma8198
@dakshverma8198 3 года назад
With some illustration and diagram the video would have been much more interactive and interesting
@sandeepgamot4585
@sandeepgamot4585 2 года назад
wow 16 seconds in, what a intro 😂
@demetrous-yt
@demetrous-yt 3 года назад
Nice, quick explanation and that top-left corner perfectly aligned with room’s corner line👍
@aman9267
@aman9267 3 года назад
For Internet of Things like Smart Energy Meters, which will be a better solution for storing the data?
@-xeL
@-xeL 3 года назад
i personally would go with MySQL/MariaDB, but NoSQL like ElasticSearch/Apache Solr is fine too - this heavily depends on your application needs.
@mprone
@mprone 3 года назад
In my exp (only done small projects at university/intership), noSQL are a little better for IoT but it still depends on the application
@Mark.Brindle
@Mark.Brindle 3 года назад
My home automation (power usage, solar generation) is in MongoDB. First few years it was in SQL-Server, then switched to MongoDB. I'm storing about 130 samples per minute for the past 5 years, I aggregate the date / device into 1,15,30,60 min, 24, month, year. It's simply flawless.
@xuover
@xuover 3 года назад
Video title is click bait & I feel you didn’t explain WHY the different NoSQL exist. What issue are they each trying to solve (i.e. why would they out perform a solution implemented in SQL)? NoSQL is a collection of DB paradigms (key-value, docstore, search engine, graph, etc). It would have been good if you had explained the key points that differentiate each type… imho
@chinaboytag1
@chinaboytag1 Год назад
I've always heard people hating on mongo, like theo, but I've never quite understood why? I like postgres and find it to be pretty good, but a lot of times it feels stricter and slower, in my experience. I'm far from a database expert, but I really find it odd that people are so obsessed with the "relational" model. As if you can't essentially use foreign keys or do joins in mongodb. You pretty much can, though they might go by different names, and I've heard many people point out how silly a JSON oriented database is, but I can't really see an argument for why excel spreadsheets are so much better. I don't see anything wrong with either approach, but I'm struggling to see a lot of advantages for using antiquated SQL dbses other than certain key performance metrics and data integrity. That being said, it's just weird because NOSQL gets a lot of hate, but I've yet to hear the legitimate criticisms of it. I mean, I'm sure there are some, but I don't really understand why people think that data can't have relationships in MongoDB. I mean, you could argue that the structure of SQL databases causes them to more often return the data that you are looking for, but it also creates a lot of complexity in rules, functions, schemas, writing, etc. On the flip side, with NOSQL it always seems like the structure of your queries is a lot more important than the structure of your data. The end result tends to be pretty similar, but the approach is quite different. Is this just the angry grumblings of devs that don't like to change their process for doing things or are there greater issues with MongoDB "underneath the hood" so to speak? I'd really like to know because on the surface most of these arguments seem kind of arbitrary unless you get into the details. Good video. I mostly agreed with the points. I could certainly see the devil being in the performance metrics, but it doesn't really seem to be in the capabilities.
@chadgregory9037
@chadgregory9037 2 года назад
the Zach Morris of web dev
@z1982_
@z1982_ Год назад
Hello! Coming from NoSQL (Mongo) to SQL What I don't like with Mongo is that if you delete a document (A) in one model that references another document from another model (B), then B is not deleted, you need to handle this manually If I understand well, there is no such problem with SQL databases ?
@learnmore5438
@learnmore5438 Год назад
the video says that SQL pretty slow to query if there are a lot of users accessing it
@alexfisher2889
@alexfisher2889 Год назад
It depends on DBA. Problem that you mentioned is called referential integrity. If you don't implement correct technique during the design you might get a situation when a row from table A is deleted and another row in table B still references deleted row in table A. Thus, you will end up with inconsistent or redundant data. SQL server for example uses a way to CASCADE the changes (either update or delete) by primary key, this way all the references to the deleted or update data will propagate through out the database :)
@dugtrioramen
@dugtrioramen Год назад
Everything I've been reading and watching has been saying an opposite conclusion, that nosql is better for reads while sql is better for writes. This is all confusing me, but what I got was nosql expects you to duplicate data wherever you need it. So when making requests, all the relevant data you need is right there and the database doesn't have to do any extra searching for it. Sql wants you to have data in one place, and just make references to it wherever you need. So if you ever want to update data, you just do it in that one place it's defined and it'll be accessible everywhere. That'd make sql way better for writing data (as you only have to do it in 1 place), and nosql way better for reading data (as all your relevant information is already together) Can someone correct if I'm wrong, but isn't this the exact opposite of what this video is saying?
@mohitsaud2071
@mohitsaud2071 3 года назад
Another excellent video
@KeganVanSickle
@KeganVanSickle 3 года назад
PostgreSQL for the win.
@craftedtunesentertainment5569
@craftedtunesentertainment5569 3 года назад
Hey what do you think of services like Firebase in context of whether or not it'd be the future of database? Also is the pricing worth it?
@epinino
@epinino 3 года назад
MySQL do have JSON type column too
@indiansoftwareengineer4899
@indiansoftwareengineer4899 3 года назад
oh man, you brought Sheksphere.... love you man.
@dooddotjs3910
@dooddotjs3910 3 года назад
ah yes, sheksphere
@jimhalpert9803
@jimhalpert9803 3 года назад
Shreksphere
@theomichel8405
@theomichel8405 3 месяца назад
So much talk so little info
@stalebread-ie6me
@stalebread-ie6me 10 месяцев назад
this man blinks too much
@inemanja
@inemanja Год назад
I still do not understand why would I use noSQL when I could simulate it in mySQL by (for example) adding a text field that contains some json. Is ti much faster? Or is there something else I'm missing)
@TheSesameStreetGang
@TheSesameStreetGang Год назад
"To sql or not to sql, that is the question. Whether tis nobler in the mind to suffer the keys and joins of outragous databases, or to take arms against a sea of tables and by opposing end them."
@ChumX100
@ChumX100 3 года назад
Everybody in SQL be gangsta till they have to deal with user-defined models, complex migrations or horizontal scaling.
@blackman852
@blackman852 2 года назад
Да ты русский
@nathanpearson8686
@nathanpearson8686 3 года назад
Most data is relational.
@Adnanalramel
@Adnanalramel 3 года назад
I like your keyboard typing sounds , Can I ask you for a link on amazon for this keyboard? Thank you. : )
@byteflowr912
@byteflowr912 3 года назад
but mongodb is webscale
@HumanityCollected
@HumanityCollected 3 года назад
Just depends on what your app needs.
@mehtaji6124
@mehtaji6124 3 года назад
Sir plz plz make a video on blob type url in js
@plxcxs5855
@plxcxs5855 2 года назад
sorry love your vids super strong content but wasn't the quote from hamlet, or was that part of the joke ??
@badral-balushi5911
@badral-balushi5911 6 месяцев назад
LIKE for the intro 😂
@renanangelodossantos4726
@renanangelodossantos4726 2 года назад
If i use a SQL database as a NoSQL the performance would be the same? For example, using PostgreSQL Json column.
@akshaykumar8300
@akshaykumar8300 3 года назад
Hey!! need to ask one thing ?? is it possible to become a software engineer without a cs degree?? pls reply?? 🙏🙏❤❤👍👍
@drmangrum
@drmangrum 3 года назад
Sure. The trick is getting hired without one. if you plan to work for yourself, this isn't an issue. If you're looking at a small company, it's less of an issue. They're more likely to see what you can do than focus on paper credentials. If you're looking to get into a large corporation, you're going to need a degree as the HR departments will ignore you. I had a boss a few years ago that never finished his degree as he got hired out of college for a hefty some of money back in the mid-90s. Fast forward and he's applying to work for a large company and had what interviewed with the PM and several of the architects. They all have him the green light. HR sees he didn't have a degree and blocks the hire as the company requires a degree for that position.
@arianitonline8748
@arianitonline8748 2 года назад
can you win a gold medal in the olympics without doing any training and without representing any country? you can but good luck with that
@johnmukendi7650
@johnmukendi7650 4 месяца назад
I liked that intro
@debanjanbarman7212
@debanjanbarman7212 3 года назад
You missed two important things: 1/ Transactions 2/ Consistency
@Mark.Brindle
@Mark.Brindle 3 года назад
MongoDB has full ACID transactions across shards, also atomic transactions. Consistent across multiple DBs in a cluster by setting write concern to majority
@debanjanbarman7212
@debanjanbarman7212 3 года назад
@@Mark.Brindle Thanks, I wasn't aware of ACID transactions in MongoDB.
@cmark123
@cmark123 Год назад
you missed one of the main points, the acid vs base model. most of the time, I see those models as one of the main decision maker on what to use.
@rekkusu2301
@rekkusu2301 3 года назад
Please make XAMPP tutorial
@CodeWithTomi
@CodeWithTomi 3 года назад
I personally prefer NoSql
@schopengaard9796
@schopengaard9796 11 месяцев назад
That hair though!
@DevlogBill
@DevlogBill 2 года назад
Watched the rest of your video, is NoSQL databases easier to use in comparison to MySQL?
Далее
Every Developer Needs To Know How To Do This
10:02
Просмотров 59 тыс.
SQL vs NoSQL Explained
11:37
Просмотров 330 тыс.
When Goalkeepers Get Bored 🤯 #3
00:27
Просмотров 1,1 млн
#kikakim
00:10
Просмотров 12 млн
ВЫЗВАЛ ЗЛОГО СОНИКА #Shorts
00:38
Просмотров 58 тыс.
15 futuristic databases you’ve never heard of
8:42
Просмотров 679 тыс.
SQL vs NoSQL or MySQL vs MongoDB
21:30
Просмотров 1,8 млн
Node.js Doesn’t Suck Anymore
16:59
Просмотров 115 тыс.
Which Database Model to Choose?
24:38
Просмотров 55 тыс.
How do NoSQL databases work? Simply Explained!
7:38
Просмотров 1,1 млн
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF
28:34
MongoDB Schema Design Best Practices
9:58
Просмотров 158 тыс.
What does a Data Analyst actually do? (in 2024) Q&A
14:27
Learn Event Delegation In 10 Minutes
9:57
Просмотров 58 тыс.
When Goalkeepers Get Bored 🤯 #3
00:27
Просмотров 1,1 млн