Thanks for in-depth analysis. I was in serious dilemma for choosing DB for low code platform. This has helped me a lot to decide on it.
@anuj7286 Жыл бұрын
Great explanation, thanks!
@letstalkdev Жыл бұрын
Thank you!
@anuj7286 Жыл бұрын
@@letstalkdev please bring more comparison between these two databases?
@farcasmihai Жыл бұрын
@@anuj7286 Yeah, we'll see. I have something exciting about a cool new PostgresSQL-based technology coming up!
@EzequielRegaldo Жыл бұрын
Mongo needs to iterate the query to router for complete join sucessfully ('cause it scale horizontally), thats why is slower, meanwhile postgresql just iterate inside the node and with pg 16 can do it async so its blazing fast for relationships. Im using mongo for store stupid ammounts of data, I LOVE horizontal scaling suggar
@wadyn95 Жыл бұрын
In a few years, Postgres will support horizontal scaling natively.
@EzequielRegaldo Жыл бұрын
@@wadyn95 pleaseee
@wadyn95 Жыл бұрын
Thank you for the insightful comparison; there was insufficient analysis regarding the scaling of databases.
@letstalkdev Жыл бұрын
Thank you! I will make a video about scaling these databases with kubernetes in the future.
@bingeable32 ай бұрын
Thanks you have saved a ton of time and money. Truly amazing skills but i am just starting to learn coding, i choosed Rust after learning C++, and that is because it has memory management issues after doing some research.
@letstalkdev2 ай бұрын
I'm glad to hear that! Good luck with learning Rust!