MySQL vs PostgreSQL

  Рет қаралды 26,931

Airbyte

Airbyte

11 ай бұрын

Step into the world of MySQL and Postgres with our comprehensive comparison video. We dive deep into their individual strengths and weaknesses, guiding you to the perfect database choice for your needs.
When considering data migration between these systems, your ultimate ally is Airbyte. As an ELT tool, Airbyte simplifies the migration process, transforming a complex procedure into an intuitive task for engineers.
Learn more about Airbyte: airbyte.com
Subscribe to our newsletter: airbyte.com/newsletter?...

Пікірлер: 49
@oefzdegoeggl
@oefzdegoeggl 7 ай бұрын
using postgres since late 2000. in those 23 years, i had exatly 0 data losses due to the db making a fault. it was always "operator error". scalability is a bit harder to do with postgres maybe, but it's doable (like partitioning tables and distributing partitions over several machines), with additional read replicas to separate read/write load, although your application of course has to send read and write queries to separate instances then. one more interesting fact is that afaik the SQLite project does something called "wwpd" in their test cycles. this reads "what-would-postgres-do", so basically they completely ignore what sqlserver or mysql are doing and instead fix their code until the output is 1:1 that of postgres 😄
@Kyle-wc6so
@Kyle-wc6so 5 ай бұрын
Your video broadened my understanding of both databases. Thank you!
@nicholasbicholas
@nicholasbicholas 9 ай бұрын
Great breakdown, very useful! I don't know why but I thought postgres was much newer. Had no idea how mature it really was
@FamilyKgpg
@FamilyKgpg 2 ай бұрын
Question: You said MySQL supports pluggable storage engines - INNODB (ACID compliant) & MyISAM (non-ACID compliant) where Postgres supports only MyISAM In the explaination of Postgres you said, its full ACID Complient Isn't that contradicting?
@aliasafpolat2417
@aliasafpolat2417 6 ай бұрын
Nice explanations !! Thank you for the content!
@TravisTennies
@TravisTennies 10 ай бұрын
Good job! This is the 4th video I've seen on this and the first one to mention the licensing. Which is mainly what i wanted to hear. Amazing how hard it is to find the info you want. Thanks for being smarter than average. (Yes i could have read up on current licences for both....but i get tured of reading)
@AirbyteHQ
@AirbyteHQ 10 ай бұрын
Glad it was helpful!
@AirbyteHQ
@AirbyteHQ 11 ай бұрын
When considering data migration between these systems, your ultimate ally is Airbyte. As the leading open-source ELT tool, Airbyte simplifies the migration process, transforming a complex procedure into an intuitive task for engineers.
@ahmedhdeawy
@ahmedhdeawy 9 ай бұрын
nice explanation, thanks
@yellowboat8773
@yellowboat8773 3 ай бұрын
Engineers always telling the world they are engineers. "As an engineer, everyone needs to know I'm an engineer"
@anonymeister123
@anonymeister123 2 ай бұрын
Very good and relevant video, thank you
@sujayxaradhya
@sujayxaradhya 11 ай бұрын
Hey what about scalability if using PostgreSQL?
@sentzeu
@sentzeu 5 ай бұрын
It is every bit as easy to scale a PostgreSQL server as a MySQL server.
@andrewjedi
@andrewjedi 9 ай бұрын
Great video! I remember this guy on his other channel, what was his name again? Thanks :)
@littlegenius6932
@littlegenius6932 9 ай бұрын
Chris sean
@RealChrisSean
@RealChrisSean 8 ай бұрын
< 3
@sadbuttrue666
@sadbuttrue666 4 күн бұрын
Thank you bro. Very helpfull.
@nomenetasaili8598
@nomenetasaili8598 11 ай бұрын
Thankyou this is really helpful
@AirbyteHQ
@AirbyteHQ 11 ай бұрын
Glad it was helpful!
@truesightgrabber
@truesightgrabber Ай бұрын
I wish to use PostGreSQL more, but MySQL is more advanced, suits to more products (like WordPress) and more documented and supported.
@thombrown
@thombrown Ай бұрын
Why would you think MySQL is more advanced? 🤨
@it-kachalka
@it-kachalka 5 ай бұрын
Saying “speed”, “scalability” or “easy to use” without et least mentioning what gives this characteristics in compare is really harmful for the whole industry Because people will spread this knowledge to one another and this will create and develop technologies that does not deserve to be evolved
@gasfeesofficial3557
@gasfeesofficial3557 Ай бұрын
make it simple - MySQL is table based relational db... Posgres is more "object" based relational db.
@rembautimes8808
@rembautimes8808 3 ай бұрын
Thanks for this video - joined as a sub
@PauloSantosk
@PauloSantosk 6 ай бұрын
Postgres embrace the concept of schemas, that are basically bd's inside a singular DB.
@esdegan7176
@esdegan7176 Ай бұрын
what "bd's" mean?
@PauloSantosk
@PauloSantosk Ай бұрын
​@@esdegan7176 Sorry, I mean DataBase, because in portuguese we use the short "BD" for "Banco de Dados".
@k3dare
@k3dare 2 ай бұрын
Just a few things : - Both MySQL and PostgreSQL are fully ACID compliant. (as you should use InnoDB on MySQL) - PostgreSQL doesn't actually have anything bundled for H.A, you have replication but nothing that would trigger and automatic failover for example like would InnoDB clusters (you have to rely on external tool that Stolon that may or may not work or be supported for long) - You have extensibility on MySQL too (via plugins) - MySQL is superior in some of the core security topics like TDE (Transparent Data Encryption) or credential/password management (with password policies, multiple passwords per user for rotations, etc...) - PostgreSQL MVCC is not an advantage actually, it causes TONS of write amplifications and required maintenance (normally automated with autovacuum), InnoDB is vastly superior on this case. A few issues with MySQL still today : - No UUID type - Triggers would not execute on foreign tables modifications (big issue for some case if you rely a lot on triggers)
@Lightbeerer
@Lightbeerer Ай бұрын
Great points. I think maybe where Postgres is more ACID compliant is with DDL statements as Postgres supports transactional DDL. Also, MariaDB could be a great MySQL alternative if a UUID datatype is required (and for other reasons as well, although there are trade-offs).
@Divy91311
@Divy91311 9 ай бұрын
Hey Airbyte, really nice video! I was wondering if I could help you edit your videos and also make a highly engaging Thumbnail which will help your video to reach to a wider audience
@hemantpanchal8087
@hemantpanchal8087 4 ай бұрын
Can someone pls guide me, which database is preferable for core banking domain between mssql and postgresql? apart from Oracle.
@agashamercy8205
@agashamercy8205 10 ай бұрын
I only hate the importing features in postgres. Very devastating. If someone could tell me how to import a very large csv file in Postgres without typing out all the columns, i will be greatful
@brayanclavijo5458
@brayanclavijo5458 9 ай бұрын
It has a lot of columns tho? 'cause you can use COPY, but I guess you already know this command and looking for another answer,
@agashamercy8205
@agashamercy8205 9 ай бұрын
@@brayanclavijo5458 I've tried to use this copy command but I always get errors
@jay_wright_thats_right
@jay_wright_thats_right 5 ай бұрын
It's safe to say Airbyte is slowly going out of business.
@user-vi7xn1tj9f
@user-vi7xn1tj9f 24 күн бұрын
Can you elaborate?
@andikaibnumubarok3893
@andikaibnumubarok3893 11 ай бұрын
Makasih, Video nya sangat bermanfaat bagi saya, ini akan lebih membantu saya jika anda menambahkan subtitle bahasa Indonesia di video mu
@sentzeu
@sentzeu 5 ай бұрын
Yeah I’ll have to downvote this, just saying that MySQL is in general more performant is highly misleading and harmful to the industry.
@danilodistefanis5990
@danilodistefanis5990 8 күн бұрын
Just downvoted your comment 😅
@scottfrost317
@scottfrost317 9 ай бұрын
You should have mentioned MySQL was forked over to Maria db and that oracle will end of life it soon.
@berrybush6545
@berrybush6545 5 ай бұрын
How do you know that?
@MrSnivvel
@MrSnivvel 5 ай бұрын
@@berrybush6545 I think he's confused on the difference between ending a product entirely and declaring that older versions are EOL. Oracle is not ending MySQL.
@esdegan7176
@esdegan7176 Ай бұрын
i hear "soon" from day 1 mariadb was born :D
@chrishabgood8900
@chrishabgood8900 8 ай бұрын
mysql is easier to manage.
@timavilla
@timavilla 21 күн бұрын
I regret spending 10 min on this video, 0 useful technical information, only broad statements, and some of them are not even entirely truthful
@lostinthenarrativve
@lostinthenarrativve 19 күн бұрын
that's why they got rid of this guy lmao
Building a Full Stack Workout Tracker with React Native & MongoDB
3:59:11
Normal vs Smokers !! 😱😱😱
00:12
Tibo InShape
Рет қаралды 118 МЛН
어른의 힘으로만 할 수 있는 버블티 마시는법
00:15
진영민yeongmin
Рет қаралды 8 МЛН
How to Mod capcut
31:11
Reaper
Рет қаралды 2
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,4 МЛН
First release and breaking changes | assistant.nvim
7:33
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 171 М.
MySQL vs MongoDB
5:30
IBM Technology
Рет қаралды 146 М.
SQLite is enough
5:58
Martin Baun
Рет қаралды 7 М.
SQL vs. NoSQL Explained (in 4 Minutes)
4:01
Exponent
Рет қаралды 165 М.
The Birth of SQL & the Relational Database
20:08
Asianometry
Рет қаралды 187 М.
7 Database Paradigms
9:53
Fireship
Рет қаралды 1,5 МЛН
Как я сделал домашний кинотеатр
0:41
RICARDO
Рет қаралды 1,5 МЛН
ПРОБЛЕМА МЕХАНИЧЕСКИХ КЛАВИАТУР!🤬
0:59
Корнеич
Рет қаралды 3,4 МЛН
⌨️ Сколько всего у меня клавиатур? #обзор
0:41
Гранатка — про VR и девайсы
Рет қаралды 653 М.
Carregando telefone com carregador cortado
1:01
Andcarli
Рет қаралды 1,9 МЛН