Wait... PostgreSQL can do WHAT?

Поделиться
HTML-код
  • Опубликовано: 31 май 2024
  • Is it even a database anymore?.. I'll show you how PostgreSQL ALONE can replace ALL your backend stack components.
    0:00 - is it even a database anymore?
    1:15 - the quickest history of PostgreSQL
    2:34 - object-relational database
    4:38 - table inheritance
    6:03 - pg_trunk: a package manager for PostgreSQL extensions
    7:31 - stored procedure that uses python's pandas
    7:55 - your database is not a DUMB store
    8:38 - PostgreSQL's FEATURE OF FEATURES
    9:04 - pg_cron & hstore: replacing redis cache
    10:53 - NOTIFY/LISTEN: replacing redis pub/sub
    11:51 - pgmq: replacing message queue like SQS
    13:10 - JSONB: replacing MongoDB
    13:29 - NoSQL vendors mimic SQL
    14:26 - Apache AGE & TimescaleDB: replacing graph and time series databases
    15:09 - FTS: replacing ElasticSearch
    16:20 - pgml: LLM and chatbots running in PostgreSQL
    16:39 - Postgrest: no-code REST API for your DB tables
    18:06 - pgtap: unit-testing for PostgreSQL
    18:42 - pg_graphql: no-code GraphQL API for your DB tables
    19:06 - Omnigres: PostgreSQL as a platform
    19:25 - "boring technology" and "radical simplicity" with PostgreSQL
    20:03 - trying to play pg_doom (Doom in PostgreSQL)
    Code & links from the episode: github.com/vivus-ignis/the-ar...
  • НаукаНаука

Комментарии • 554

  • @ZedZark
    @ZedZark 2 месяца назад +783

    PostgreSQL is my favorite OS

    • @Septumsempra8818
      @Septumsempra8818 2 месяца назад +48

      Wait til you use it as a compiler.

    • @creativecraving
      @creativecraving 2 месяца назад +47

      Is it better than Emacs?

    • @kratosgodofwar777
      @kratosgodofwar777 2 месяца назад +30

      PostgreSQL is my favorite motherboard

    • @Danielo515
      @Danielo515 2 месяца назад +20

      It just needs a nice editor, just like emacs (emacs also needs a great editor)

    • @dasistdiewahrheit9585
      @dasistdiewahrheit9585 2 месяца назад +20

      @@creativecraving Both operating systems, PostgreSQL and Emacs have the same problem: they lack a good editor.

  • @robertbarta2793
    @robertbarta2793 2 месяца назад +343

    The chosen terminal width should be counted as war crime.

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад +60

      I hear you. That will change in the next video.

    • @U20E0
      @U20E0 2 месяца назад +5

      echoed

    • @unixtreme
      @unixtreme 2 месяца назад +5

      Relic of a past time. Thankfully we have better tech now 😂

    • @maksimmuruev423
      @maksimmuruev423 2 месяца назад +4

      Yes especially terrible on ultrawide monitors.

    • @szlomobronsztajn3115
      @szlomobronsztajn3115 2 месяца назад +14

      @@TheArtOfTheTerminal also could you go a little slower when showing the examples? It's like you type, execute and promptly switch to another thing - maybe some commentary during the typing?

  • @Bozebo
    @Bozebo 2 месяца назад +119

    I was in the MariaDB IRC to report a bug back in 2014, one of the devs said "I dunno I use postgres", so I switched the project I was working on at the time to postgres (equivalent connector API usage worked instantly without the bug) and it's been my go to ever since :P

  • @tetrahedralone
    @tetrahedralone 2 месяца назад +83

    The problem with many plugins is the significant lack of documentation and support. Numerous plugins are written with awful documentation leading to considerable time spent trying to figure out how it works, only to find that there are undocumented issues to deal with. That is the downside of having people develop what they feel like and then walk away.

    • @FaberFedor
      @FaberFedor 2 месяца назад

      @caty863 There's one reason.

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад +7

      That's the problem of opensource in general imo. Remember corejs story? www.theregister.com/2020/03/26/corejs_maintainer_jailed_code_release/

    • @JayLooney
      @JayLooney 2 месяца назад

      @@TheArtOfTheTerminal Happened shortly after I started using ReiserFS as well. "BDFL/Primary Developer goes to prison" is not a new story for Open Source. One of the reasons major projects transition to some sort of foundation stewardship model

    • @cybernetic-ransomware1485
      @cybernetic-ransomware1485 2 месяца назад +2

      @@TheArtOfTheTerminalnot only in opensource code

    • @benwatson5211
      @benwatson5211 2 месяца назад

      100% agree. frustrating as fuck.

  • @TheTwober
    @TheTwober 2 месяца назад +32

    "But can it run Do..."
    "Yes."
    I am sold!

    • @mast_g
      @mast_g Месяц назад +1

      Omg it's real. jfc

  • @herzog0
    @herzog0 2 месяца назад +123

    Never get rid of these sounds you used. The soundtracks, typing sounds etc.. it's awesome

  • @senjaz
    @senjaz 2 месяца назад +53

    The reason MySQL was fast was that it was missing a lot of basic features and wasn’t even ACID compliant. At that point it could hardly be considered a real database.
    Still glad I took the time to evaluate different databases and found PostgreSQL, instead of blindly following the LAMP crowd.
    I’ve been a happy PostgreSQL user for over 20 years.

    • @ScottEdwards2000
      @ScottEdwards2000 2 месяца назад +3

      yeah used to make me so mad back then to hear devs at work go on and on about MySQL. When I would bring up ACID and ISO SQL Standard compliance -- and how that MIGHT be useful if they ever need to switch databases -- I was just met with blank stares. It's like all they wanted was a "bit bucket" or something. What's worse is, who paid the price for this stupidity? I have yet to hear of anyone's business or career ruined for being so ignorant of these critical issues. If anyone knows of any good stories, please share 🙂 It's like they all got away scott-free and moved on -- now all those guys would probably talk about how much they love PSQL!

    • @beepbop6697
      @beepbop6697 2 месяца назад +3

      Fast? We dumped MySQL because of all the performance issues with it.

    • @CalifornianViking
      @CalifornianViking 2 месяца назад +3

      Postgres is faster than MySQL. I switched in 2016 and never looked back.

    • @jeffspaulding9834
      @jeffspaulding9834 2 месяца назад +4

      @@CalifornianViking It wasn't faster in the late 90s or early 2000s, when LAMP was the hot new thing and everyone was using it. Or earlier than that when Mod Perl was the backend of choice for "real" developers.
      But more to the point MySQL had more tools built around it and was easier to get into. Everyone learned it because it was easy to learn. PostgreSQL had more functionality but a bit more of a learning curve.
      Obviously things have changed since then.

    • @senjaz
      @senjaz 2 месяца назад +1

      @@beepbop6697 It was considerably faster than Postgres back in the 90s, for the reasons I stated. Postgres has always been a reliable database, mySQL hasn't.

  • @05xpeter
    @05xpeter 2 месяца назад +41

    At my former job our postgres was the message queue, with pub/sub and triggers. The caching layer, with tables with json columns, where triggers invidated the cache. The caching layer to slow on prem oracle servers, with materialized views and oracle-foreign datawrapper, a time traveled database producing data as it was using views and the temporal extension and a cron job orchestrator using pg_cron and stored procedures.

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад +5

      Interesting. Could you share your experience in terms of pros and cons for such an infra?

    • @05xpeter
      @05xpeter 2 месяца назад +16

      @@TheArtOfTheTerminal We had very good experiences allot of the trigger logic and the CI/CD part was not a problem. We were a small team of 4 developers. So we did not have big problems of resource sharing and silos. That would be something I would expect happen in larger setups.
      Generally my experience was that it worked fine overall. Generally I like the minimalistic setup, so you don't need 5 gb of ram to have a local system up and running and the fact that all your services can talk to each other unhindered.
      If we had 2-3 times as many developers, I would probably have suggested to split it more up.

    • @i_dont_want_a_handle
      @i_dont_want_a_handle 2 месяца назад

      Respect, that's a lean company

    • @05xpeter
      @05xpeter Месяц назад +3

      @quanghuynh9300 We experienced that the users network was the bottleneck using AWS aurora postgres. In inter data center traffic is much faster than network calls, so we could see that there where limited gains even for a faster in memory solution

    • @dtoad5576
      @dtoad5576 14 дней назад

      I have no idea what I just read here lol

  • @LightningMcCream
    @LightningMcCream 2 месяца назад +63

    As a Postgres fanboy who's never spent much time with postgres plugins, this has made me so excited to try to use my PG databases to replace some of the other services I'm using! Thanks for the awesome video, easiest subscribe I've clicked in a long time!

  • @wenbozhao4325
    @wenbozhao4325 2 месяца назад +135

    25 years ago I learned that stored procedures are bad. Now I'm seeing this 😂🎉

    • @nandesu
      @nandesu 2 месяца назад +22

      Why are Stored Procedures bad? They make life so much easier. $.02

    • @andrejss
      @andrejss 2 месяца назад +29

      ​@@nandesueasy to make your future much more difficult. maintaining & remembering who did what where and debugging it all will be a nightmare.

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад +41

      Stored procedures should be treated just like any other code: with CI/CD practices. Debugging is always hard and imo the best you can really do to troubleshoot issues is to have great logging.

    • @cptmorgan92
      @cptmorgan92 2 месяца назад +28

      I don’t like to couple any logic to the database. In my opinion stored procedures should just be used to extend the functionality. In the company I work they implemented a lot of logic in the oracledb
      to convert imported csv/excel and more to their own datastructure,
      Sync data between customers
      Do calculations for orders
      Scheduled jobs like emails
      And other stuff.
      These are things I would have decoupled in external services or in a middleware.
      In my opinion a database should just be used as a sink and source of data.
      The only reason to touch a db is to improve performance.
      Anything else should be done in a middleware.

    • @sir_no_name1478
      @sir_no_name1478 2 месяца назад +6

      I am coding for 5 years and managed a Database with 10k lines of code because of the procedures. It was very nice because once it is setup it is stable af. I used mariadb and it was the first time. We also made a lot of mistakes but the procedures were not one of them.
      The main Problem was using an SQL db for a web scraper with very heterogenic data ^^, but that is just a tangent.

  • @caderzo
    @caderzo 2 месяца назад +12

    I'm glad the algorithm brought me here, what a gem. I use PostgreSQL every day and did not know it was this extensible. I enjoyed the video format and wish you success with the channel, subscribed!

  • @martinoserri8814
    @martinoserri8814 2 месяца назад +33

    Proud to have been using Postgresql since 1998

    • @dest5218
      @dest5218 2 месяца назад +2

      Hey this might be really random, but I am about to graduate from Uni, and I want to know what I can do to get a job in the tech field.
      You seem like you got experience so I'd like some advice, cause I've been watching videos on how to get a job and tbh it's scaring me a bit lol.
      Any help would really be appreciated ❤

    • @lhpl
      @lhpl 2 месяца назад

      I believe I began looking into it when it still used the rather "perishable" name Postgres95...

  • @lumipakkanen3510
    @lumipakkanen3510 2 месяца назад +98

    Sometimes the recommendation algorithm is scary accurate. This was exactly what I needed, and I didn't even have to search for it. Great video!

    • @sandworm9528
      @sandworm9528 2 месяца назад +4

      My thoughts and prayers are with you brave traveller

    • @home1250
      @home1250 2 месяца назад +2

      How I’m kinda feeling rn

    • @TheBenjaminsky
      @TheBenjaminsky 2 месяца назад

      My main thought reading these type of comments is "please don't have a great business idea and build it this way."

    • @AdityaYada
      @AdityaYada 2 месяца назад

      true
      The online course I follow. this is what I read in the notes.
      "We've moved away from Mongo to Postgres because our research on tech recruitment showed us that companies are looking for more SQL-based DB competence and moving away from Mongo and NoSQL."
      Now RUclips recommended this to me.
      SCARY isn't it ?

    • @andud
      @andud 2 месяца назад

      Be carefull what You wish for :). It is heading for "my wish exactly, as I wanted it... turned nightmare".

  • @Levi_OP
    @Levi_OP 2 месяца назад +4

    Great video! Loved everything about it! The way you presented was great, the pacing was good, and the trippy terminal display with the typing sounds was just awesome. Subscribed!

  • @CalifornianViking
    @CalifornianViking 2 месяца назад +3

    I have used Postgres extensively. Consolidated document databases, key value stores, graph, and time series. It is truly an amazing database.
    Two things worth mentioning:
    PostGIS is a geographic information system in Postgres, it can compete with ESRI.
    AWS Aurora Postgres is fast.

  • @Schisek
    @Schisek 2 месяца назад +53

    Postgres + HTMX incoming

    • @edism
      @edism 2 месяца назад

      😂

    • @Manwithnoname838
      @Manwithnoname838 2 месяца назад

      On it

    • @Alguem387
      @Alguem387 2 месяца назад +6

      The GigaChad web stack

    • @okie9025
      @okie9025 Месяц назад +5

      The "I made a grifting NFT pyramid scheme in 20 lines of code" tech stack

  • @nesgoof3412
    @nesgoof3412 2 месяца назад +4

    Very nice video! I love how you have long takes and not cut every half second like so many RUclipsrs do nowadays.

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад +3

      Thank you for the feedback. I too am tired of the flashy mr.beast-style editing :)

    • @nesgoof3412
      @nesgoof3412 2 месяца назад

      @@TheArtOfTheTerminal Agreed. It's so much more easier to focus on the content when the pacing is relaxed and there's no context switching a billion times per video. Keep up the good work!

    • @kellymoses8566
      @kellymoses8566 2 месяца назад

      I HATE it when a RUclipsr constantly cuts between two cameras for no reason.

  • @Cranked1
    @Cranked1 2 месяца назад +18

    Surprisingly good video. Had expected much less to be honest but the short explanations with shell examples were great.

  • @BradleyKieser
    @BradleyKieser 2 месяца назад +1

    What an absolutely brilliant coverage of Postgres! Excellent video.

  • @plaintext7288
    @plaintext7288 2 месяца назад +53

    Postgres is one of the best operating systems ever! Good thing they even ship a decent database with it🎉
    (I have only ever used Postgres for big projects and not more than 10% of features)

  • @tomthetitan101
    @tomthetitan101 2 месяца назад +2

    Incredible format for a video, love the sound effects lol

  • @loganbries3867
    @loganbries3867 2 месяца назад +2

    Great video, hope your channel grows!

  • @someguyO2W
    @someguyO2W 2 месяца назад +81

    As someone who built applications fully in the database (looking at you Oracle), it's not for the faint of heart.

    • @RevHardt
      @RevHardt 2 месяца назад +4

      Can you please tell us about some scary scenarios you've dealt with?

    • @savire.ergheiz
      @savire.ergheiz 2 месяца назад +9

      Oracle are way over engineered on the language side.
      They have the sole intention of catering to enterprises. Their PLSQL documentation are humongous but tbh many of their features are useless and keep changing over the years which is probably intended since enterprises dev loves having to work on changing stuff without gaining nothing just to keep the money rolling in 😁

    • @someguyO2W
      @someguyO2W 2 месяца назад +3

      @@savire.ergheiz that's true but besides the point.
      Building in the database is hard. Very hard.

    • @someguyO2W
      @someguyO2W 2 месяца назад +8

      @@RevHardt I took over a web application from someone who decided that building the entire app in postgres was a good idea.
      And this was before the modern tooling that we have now.
      They had a php frontend that acted as a proxy. Would convert the request into a stored proc and return the response to the client.
      Holy lord that was a hard app to modify and debug.

    • @someguyO2W
      @someguyO2W 2 месяца назад +10

      @@RevHardt most of my other experiences came from working in a banking application built on oracle.
      You don't know pain until you have to follow cascading triggers.

  • @MattHeslington
    @MattHeslington 2 месяца назад

    Loved this, cheers. Recently just moved to using Postgres for the first time, and am so glad I did

  • @sinamobasheri
    @sinamobasheri 2 месяца назад

    The dude went completely crazy at the end 😆😆😆😆😆
    Nicely done video, good job and thank you! You deserve a million subscribers 😎

  • @Marc42
    @Marc42 2 месяца назад +23

    Postgres in 2024 looking great, thanks for sharing!

  • @andythedishwasher1117
    @andythedishwasher1117 2 месяца назад

    I'm so happy right now. I just integrated Postgres as a module into my automation stack, treating it like a boring old table, column, and row relational rigamarole. That all works, but what you just revealed here tells me that I can adopt some way slicker strategies, and my stack now has a fully integrated solution for a whole range of problems I haven't even approached yet. I'm 100% on team BoB (Bet on Boring), but I would add that many boring things can combine to make very exciting things, as we are seeing in Postgresql's feature set.

  • @tehphoebus
    @tehphoebus 2 месяца назад

    Great video. Thank you. Its been one of my favorite DBs for years. Its interesting how everyone that keeps chasing the new shiny, wnd all the things i learn back in the 90s and 00s keep coming back.

    • @Marque734
      @Marque734 2 месяца назад

      Cryptocurrency comes back every few years. People rediscover scams and bad ideas all the time. Retro is just a weird form of chasing the new shiny. When we stopped doing things, there is usually a reason.

  • @NeotenicApe
    @NeotenicApe 2 месяца назад +10

    Great video. God I love PSQL and the open source community.
    I would have loved for you to talk about scalability and partitioning (e.g., vs Scylladb)

  • @Siejec
    @Siejec Месяц назад

    Very cool vid man! Keep it up!

  • @abdullahhejazi
    @abdullahhejazi 2 месяца назад +10

    Great video, didn't know PosegreSQL is this awesome
    also please have the terminal full screen or at least bigger horizontally so it can be more readable.

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад +3

      Thank you :) Will do.

    • @speedstyle.
      @speedstyle. 2 месяца назад +1

      It was fine a lot of the time, but eg 6:16 when you used rustup the progress bars overflowed

  • @thiloho
    @thiloho 2 месяца назад

    Fantastic video, very interesting and insightful. Keep up the good work!

  • @thelanavishnuorchestra
    @thelanavishnuorchestra 2 месяца назад +1

    Oh, man. I'm sold. I had no idea is was such a complete solution. I'm feeling a database powered app development system coming up in my near future.

  • @andydataguy
    @andydataguy 2 месяца назад +1

    Bro your content is great!! Thank you!! I'm a believer now 🙌🏾💜

  • @evadeflow
    @evadeflow 2 месяца назад +1

    Thanks for this, it's really helpful to know how much I can lean on Postgres in my various side projects. I've been getting a bit bogged down trying to emulate the tech stacks the 'big boys' are using, but... it shatters my focus and prevents me from getting things done. You've inspired me to try a different approach: I'll just put _all_ the backend stuff in Postgres by default, and only move things if/when forced. Seems liberating, honestly, to ignore all these hyped-up technologies and just get 💩done!

  • @marioscheliga7962
    @marioscheliga7962 Месяц назад

    Thank you 🙏- I like the perspective to leave out network within the backend services 🤘

  • @professortrog7742
    @professortrog7742 2 месяца назад +6

    Outstanding content. At the moment you mentioned PostgREST you got my sub and 👍🏻

  • @spacewolfjr
    @spacewolfjr 2 месяца назад +2

    Great video! I'd love to know more about running Postgres in a production-like environment.

  • @deado7282
    @deado7282 2 месяца назад +2

    What a great video. Exciting topic, excellent presentation.

  • @boo_1096
    @boo_1096 Месяц назад +1

    Haha wow! I've used postgres at my job for a via ORM, but I did not know it was this capable! I've always preferred pg due to its stability (IME) compared to mariadb when hosting stuff for my homelab. I'm kind of excited to look into some of this and build a project around it.

  • @MichaelRainabbaRichardson
    @MichaelRainabbaRichardson 2 месяца назад

    🤯 Having written MS SQL CLR Assemblies, I REALLY appreciate this approach! Thanks for making me see the light 😝

  • @complexity5545
    @complexity5545 2 месяца назад +1

    This is one of the best PostgreSQL videos that I have ever seen on the web.

  • @droydi
    @droydi 2 месяца назад +6

    Solid and well presented information, thank you for sharing this. Looking forward to the next one!

  • @dog4ik
    @dog4ik 2 месяца назад +2

    That is wild. I will try it out in my projects

  • @prometeoprime9893
    @prometeoprime9893 2 месяца назад

    Quality content, subscribed!

  • @ivanily4
    @ivanily4 2 месяца назад

    Great video. Thank you for your work.

  • @Fido1hn
    @Fido1hn 2 месяца назад

    I really enjoyed this video. Gained a subscriber.

  • @thelateweeb2799
    @thelateweeb2799 2 месяца назад +1

    This is a cool video! Thanks for informing us!

  • @babatundeadeyemi4412
    @babatundeadeyemi4412 2 месяца назад

    You just earned a subscriber! 🙌

  • @law6906
    @law6906 2 месяца назад

    Side question, I saw you use Nvim to edit but your config files. but i often run into perm issues when trying to do so. how do you set that up?

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад

      What kind of perm issues, could you elaborate more on that?

  • @fastatall1874
    @fastatall1874 2 месяца назад +1

    Very informational video

  • @CrazyMan42DABOMB
    @CrazyMan42DABOMB 2 месяца назад +4

    Thank you so much for this video. I've been a professional Postgres fanboy since 2018 and you've still taught me a ton. Gonna go uninstall couchbase and give postgrest a try now...

  • @jirisuster6165
    @jirisuster6165 2 месяца назад +1

    Incredibly great video

  • @AnsisPlepis
    @AnsisPlepis 2 месяца назад

    Amazing video and exactly what i wanted to know more about

  • @alexischicoine2072
    @alexischicoine2072 2 месяца назад +5

    Super interesting thanks for sharing! Curious how well that can scale and at what point it becomes easier to scale application servers and keep the database lean.

  • @nicoladellino8124
    @nicoladellino8124 2 месяца назад

    Very useful video, THX bro.

  • @RoryDavidWatts
    @RoryDavidWatts 2 месяца назад

    Great video! Really interesting.

  • @davidmc971
    @davidmc971 2 месяца назад

    Great video, learned some new stuff, thanks!

  • @m12652
    @m12652 2 месяца назад +1

    Excellent video, cheers 👍

  • @petrusboniatus
    @petrusboniatus 2 месяца назад +2

    I Love this felling when you accidentally step on new rabbit hole. I was thinking about serving hmlx directly from the database. Seems like someone already did it 😂.

  • @sir_no_name1478
    @sir_no_name1478 2 месяца назад +1

    Wtf this is your 5th Video? You have really great Quality of making Videos

  • @misterlinuxfriendly947
    @misterlinuxfriendly947 2 месяца назад

    Great video, thank you. Subscribed!

  • @UnhingedNW
    @UnhingedNW 2 месяца назад +1

    Great video!

  • @himanshupandey9303
    @himanshupandey9303 2 месяца назад

    you have earned a sub, ser. Wowzie

  • @calvinli4732
    @calvinli4732 2 месяца назад +1

    great research and summaries on postgres! I

  • @Rein______
    @Rein______ 2 месяца назад

    Yes! I love this so much!

  • @VorpalForceField
    @VorpalForceField 2 месяца назад

    Impressive and Very Cool ... Thank You for sharing .. Cheers :)

  • @ab2qik
    @ab2qik 2 месяца назад

    Nice demo.

  • @Andrii-zc4dp
    @Andrii-zc4dp 2 месяца назад +2

    Yea, I use arch btw, you can use PostgreSQL if you like :)

  • @BenjaminVestergaard
    @BenjaminVestergaard 2 месяца назад

    During my apprenticeship I was dealing with Oracle and DB/2 servers. That taught me the advantages of procedual languages like PL/SQL.
    But those servers weren't exactly affordable to the common hobbyist at that time.
    MySQL was fast but didn't have any sort of PL at that time. So I ended up starting to use PostgreSQL for my own projects, to get the features I had gotten used to and more.
    It wasn't the fastest but it was more grown up than other free SQLs.

  • @mwguy
    @mwguy 2 месяца назад +1

    Amazing!

  • @jonviarorsteinsson3634
    @jonviarorsteinsson3634 2 месяца назад

    Thanks for great video, do you know if Postgresql has any alternatives to SQL Server analysis server?

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад

      Thank you for the feedback. Regarding OLAP on Postgresql, quick search finds this project www.hydra.so/, but not sure how it matches against SSAS.

  • @Abc-sl1nf
    @Abc-sl1nf 2 месяца назад

    Great video

  • @david2358
    @david2358 2 месяца назад

    Thanks, just subscribed 🎉

  • @brandonwinston
    @brandonwinston 2 месяца назад

    Do the managed versions of Postgres on the major cloud providers support all this?

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад +1

      Not all unfortunately. AWS (docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-extensions.html) and GCP (cloud.google.com/sql/docs/postgres/extensions) support hstore, pg_cron, pgcrypto, pgtap , Microsoft (learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-extensions#extension-versions) -- one less (no pgtap).

  • @dacam29
    @dacam29 2 месяца назад +2

    I love the new Oracle Forms

  • @REDIDSoft
    @REDIDSoft 2 месяца назад

    Amazing video I Love PostgreSQL

  • @caty863
    @caty863 2 месяца назад +2

    As a GIS analyst, I like PostgreSQL simply because of its PostGIS extension. Its usage is very simple yet powerful to handle any use case I could ever come up with. Its support by GIS tools such QGIS is excellent too. In my opinion, I don't think there is any genuine excuse any team would choose Oracle or SQLServer over PostgreSQL. Yet, these sh**t dbms are still popular in some companies...for some mysterious reason. Applying the Ockham razor theory, I think it's because devs in these companies are lazy and don't want to migrate or learn a new tool, albeit superior. Or, sales guys at these providers have lined the pockets of the tech decision makers at these companies.

    • @FaberFedor
      @FaberFedor 2 месяца назад +2

      It's not mysterious. They have different priorities. Technical superiority is rarely a factor in most businesses.

    • @deividxyz
      @deividxyz 2 месяца назад

      That’s because commercial db like Oracle or MS come bundled with support. The only time you will see Postgres or MySQL in enterprise production massive environments is when some big cloud vendor like Amazon sells this as a service, and they probably won’t let you install many of the extensions shown

  • @muhammadbadar6089
    @muhammadbadar6089 2 месяца назад

    awesome video super informative

  • @adrianmisak07
    @adrianmisak07 2 месяца назад

    thank you for the video, subscribed immediately

  • @catalinmarianmursa7892
    @catalinmarianmursa7892 2 месяца назад

    Thank you!

  • @EzequielRegaldo
    @EzequielRegaldo 2 месяца назад

    All those features should be use to power up dump storage, we should save all potential to expensive tasks related to storage. Thank you for your content!

  • @DuuhK
    @DuuhK 2 месяца назад +4

    you about to blow up on this one my boy

  • @aurelienregat-barrel9217
    @aurelienregat-barrel9217 2 месяца назад

    Quite impressive how this DB has evolved

  • @rukascool
    @rukascool 2 месяца назад

    awesome video

  • @RobertOSheaGameDev
    @RobertOSheaGameDev 2 месяца назад +1

    Came for PostgreSQL content, stayed for the Oblivion reference

  • @MarketMessage
    @MarketMessage 2 месяца назад +1

    one request - when ccapturing the terminal can you make the terminal wider to make it easier to read those longer output lines?

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад

      Absolutely, thank you for the feedback. This will be fixed.

  • @beloaded3736
    @beloaded3736 2 месяца назад

    So underrated channel, instant sub.

  • @savire.ergheiz
    @savire.ergheiz 2 месяца назад

    How to scale though do we just replicate it across nodes and do sharding on bg?

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад

      Well sure, there is no silver bullet really and in some cases you do need a dedicated in-memory key-value store or a full-text search cluster. What I do believe though is that most of the software projects don't need those specialized solutions. Same goes for microservices and kubernetes. Just because 1% of cool companies invented them at some point doesn't mean the other 99% should follow this path. Another ecommerce startup can absolutely be successful with boring PHP/Python, boring PostgreSQL and a dozen of boring dedicated servers.

    • @savire.ergheiz
      @savire.ergheiz 2 месяца назад

      @@TheArtOfTheTerminal Yep I agreed with you. Kunernetes are actually far slower and expensive for regular small startups.
      Do these add-on are strong enough to hold production load and have they been benchmarked before with some real world use cases? It will be interesting to know.
      Some years ago I have postgis project which host quite large amount of gis data via postgres. I haven't really thought of using these add-on though back then.

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад

      @@savire.ergheiz Depends. Some of them evolved into separate products (like TimescaleDB) with commercial support and all.

  • @Requiem100500
    @Requiem100500 Месяц назад

    Truly the EMACS of databases

  • @gautamkrishnar
    @gautamkrishnar 2 месяца назад

    Damn bro. Nice video

  • @RonnieRedd
    @RonnieRedd 2 месяца назад

    Great job 😊

  • @marcosoliveira8731
    @marcosoliveira8731 2 месяца назад +2

    What a platform!

  • @BryonLape
    @BryonLape 2 месяца назад

    I started using Postgres back in the early 90's with version 4.2. Back then, you downloaded the code and built it yourself. Used table inheritance back then as well.

  • @omojjegomosc8211
    @omojjegomosc8211 Месяц назад

    What keyboard and switches do you use?

  • @CaribouDataScience
    @CaribouDataScience 2 месяца назад

    Does it have a median have function?

  • @athekosihlubi6133
    @athekosihlubi6133 2 месяца назад

    Where can I get that soundtrack? It scratches an itch I never knew I had ^_^

  • @codeman99-dev
    @codeman99-dev 2 месяца назад

    Is there an e-mail extension? There must be, right?
    I'm imagining a table that you extend with context values to send into the template that is rendered before sending.

    • @TheArtOfTheTerminal
      @TheArtOfTheTerminal  2 месяца назад +1

      I guess it's possible to send emails via sendgrid or a similar service using PG http client extension.

  • @SuperAppsUSA
    @SuperAppsUSA 2 месяца назад

    Great Video.

  • @pr0way
    @pr0way 2 месяца назад

    It's insane what's possible to do with PostgreSQL. From this 20 minutes wideo I get whole stack of technology to learn for next 2y...