• hauiA
    link
    774 months ago

    I didnt know there was a mariadb company and that they were public. Does this have implications for mariadb as a product?

    • lemmyvore
      link
      fedilink
      English
      104 months ago

      It really doesn’t matter much anymore. MariaDB doesn’t have the significance it once had. Worst case scenario if it were to disappear people would switch to Postgres and that’s that.

      • @daq@lemmy.sdf.org
        link
        fedilink
        334 months ago

        Huh? Postgresql is not mysql compatible. Mariadb is very popular in a ton of businesses around the world as a not stupidly expensive sql database with great support.

        • lemmyvore
          link
          fedilink
          English
          84 months ago

          Postgresql is not mysql compatible.

          Neither is MariaDB, necessarily… if you think you can simply convert MariaDB databases to MySQL and pick up right where you left off you may be surprised. Depends on a variety of factors including which version you use, what features, the code you’ve built around it etc.

          • @daq@lemmy.sdf.org
            link
            fedilink
            174 months ago

            I would not be surprised. I’ve done it many times including complicated setups with different databases as replica slaves.

            I’m now seeing a lot of new projects that don’t care much about DB backend since the library they use to wrap sql calls obscures all that stuff anyway, but I promise you mysql to Maria is a much more common and straightforward transition than to postgresql.

      • @HParker@programming.dev
        link
        fedilink
        24 months ago

        MariaDB is a mysql based product like the Percona stuff right? I assume most users would switch to MySQL proper.

        Postgres is often a better choice, but not an easy one for shops already in the mysql world.

        • lemmyvore
          link
          fedilink
          English
          64 months ago

          If they were gonna use MySQL I have to imagine they would have used it already. If they’re using MariaDB they’re probably using features that aren’t in MySQL – either that or they want to avoid Oracle. Also, migrating Maria databases and codebase to MySQL is not as straightforward as you might think.

          Anyway… MariaDB is not dead yet, no need to speculate that far ahead.

    • PeeOnYou [he/him]
      link
      fedilink
      74 months ago

      i drive by that building all the time… i thought it was just a front cuz there’s never any cars in the parking lot

      • hauiA
        link
        24 months ago

        Very interesting! Thanks for mentioning that.