ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Open Source Databases Threatening the Established Proprietary Market

    Scheduled Pinned Locked Moved News
    open sourceinfoworlddatabase
    14 Posts 6 Posters 1.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DashrenderD
      Dashrender @A Former User
      last edited by

      @thecreativeone91 said:

      I've never seen DB2 in use..

      Access Kinda seems a little out of place being in that list. It's okay Inventory Databases but much more than that it's limitations start to show.

      West Corp used to have a few TB DB2 dbs... I have no idea what they are doing today though.

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        Even at IBM we didn't use DB2 for anything. MySQL and PostgreSQL were the only things in use.

        1 Reply Last reply Reply Quote 0
        • dafyreD
          dafyre
          last edited by

          Some of the longer lived Open Source Databases have become just as reliable, scalable, and user friendly as a lot of the commercial ones, I think.

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @dafyre
            last edited by

            @dafyre said:

            Some of the longer lived Open Source Databases have become just as reliable, scalable, and user friendly as a lot of the commercial ones, I think.

            PostgreSQL was giving Oracle a run for its money nearly a decade ago. PS is one of the most robust RDBMS available today.

            dafyreD 1 Reply Last reply Reply Quote 0
            • dafyreD
              dafyre @scottalanmiller
              last edited by

              @scottalanmiller I guess I need to add that one to my list of "to learn" things... I have a decent handle on running MSSQL and MySQL, but I haven't done any Linux failover with MySQL (don't plenty with Windows).

              All of the FOSS applications that I learned on almost always seemed to use MySQL, lol.

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @dafyre
                last edited by

                @dafyre said:

                @scottalanmiller I guess I need to add that one to my list of "to learn" things... I have a decent handle on running MSSQL and MySQL, but I haven't done any Linux failover with MySQL (don't plenty with Windows).

                All of the FOSS applications that I learned on almost always seemed to use MySQL, lol.

                MySQL / MariaDB are super popular for "low impact" usage where RDBMS probably isn't the right choice at all. They are lightweight and very simple. They are very good at things like handling typical websites database needs so are deployed in "trivial" roles where flat files would often do the trick. So you see them all over for things like WordPress, Drupal, little PHP projects, etc.

                PostgreSQL is bigger, more robust, even faster, heavy duty Oracle / MS SQL Server competitor. It's the big, bad one that crushes just about everyone for RDBMS usage. And some big platforms, like Ruby on Rails, default to PostgreSQL not MySQL, so on more advanced projects it is the more common choice.

                NoSQL is coming up quickly, though. For a lot of websites, MongoDB is a much better choice than either, for example.

                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller
                  last edited by

                  The Node.js world tends to default to MongoDB. That's what we are using here. Outscales MySQL to a ridiculous degree.

                  dafyreD 1 Reply Last reply Reply Quote 0
                  • dafyreD
                    dafyre @scottalanmiller
                    last edited by dafyre

                    @scottalanmiller https://www.meteor.com/ is another project that defaults to MongoDB. I just stumbled across that one a few days ago... I've been tinkering with it on C@C...

                    It seems interesting... admittedly, I haven't tried Node.js yet.

                    1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller
                      last edited by

                      MangoLassi runs on NodeBB which runs on Node.js and MongoDB on Ubuntu 🙂

                      dafyreD 1 Reply Last reply Reply Quote 0
                      • dafyreD
                        dafyre @scottalanmiller
                        last edited by

                        @scottalanmiller Yet another thing added to my "To Learn" list... I think my C@C server is going to be busy for a while, lol.

                        I'm testing out GitLab, OwnCloud, and everything else on my "To Learn" list that involves some flavor of Linux.

                        1 Reply Last reply Reply Quote 0
                        • tonyshowoffT
                          tonyshowoff
                          last edited by tonyshowoff

                          I've seen DB2 in use, we had so many machines with it holding customer information.

                          I was young then, and the memories have stayed with me.

                          The horror, the horror..

                          Then the company bought out another company which also had DB2 on some old Unix V knock off and some weird flat file thing on some PDP-somethings and we had to interlink the services and slowly transition everyone over.

                          1 Reply Last reply Reply Quote 1
                          • 1 / 1
                          • First post
                            Last post