MySQL 5.1 to be 20% faster

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brandonstills
    Confirmed User
    • Dec 2007
    • 1964

    #1

    MySQL 5.1 to be 20% faster

    I totally forgot about Sun acquiring MySQL. Anybody else remember that?

    The article claims MySQL 5.1 is supposedly 20% faster. It also claims better support for transactions and more enterprisy features. It also says some things will be faster some slower. Makes me wonder faster for who? Most of the stuff us webmasters use for DB work is not all that complicated or advanced as far as database features. Usually the more complicated a program gets the slower it gets.

    http://www.cio.com/article/333613/Su...rade_Next_Week

    Brandon Stills
    Industry and programming veteran
    [email protected] | skype: brandonstills | ICQ #495-171-318
  • nnweb
    Confirmed User
    • Apr 2004
    • 725

    #2
    mysql sucks. they just barely added stored procs.

    im all about sql server! the BEST out of the box database server hands down.

    Comment

    • Iron Fist
      Too lazy to set a custom title
      • Dec 2006
      • 23400

      #3
      Originally posted by nnweb
      mysql sucks. they just barely added stored procs.

      im all about sql server! the BEST out of the box database server hands down.
      What they said...
      i like waffles

      Comment

      • PornGeneral
        Confirmed User
        • Sep 2004
        • 564

        #4
        For most adult related work a MySQL 5+ server properly managed with good written code/queries will be just fine. IMHO
        "The object of war is not to die for your country but to make the other bastard die for his." -Patton
        "Only the dead have seen the end of war." -Plato

        Comment

        • farkedup
          Confirmed User
          • Nov 2007
          • 2490

          #5
          I cache all of my most common queries into flat files, use MySQL for the easy administration aspects while having files as close to static as possible
          -- QUOTE ME IT MAKES ME FEEL SPECIAL --

          Comment

          • brandonstills
            Confirmed User
            • Dec 2007
            • 1964

            #6
            I'm still waiting for OODBMS's to pick up. RDBMS are so dated and take so much more time to develop with.

            Brandon Stills
            Industry and programming veteran
            [email protected] | skype: brandonstills | ICQ #495-171-318

            Comment

            • mrkris
              Confirmed User
              • May 2005
              • 2737

              #7
              Mysql is fine for the most part. It's the developers who don't know about caching that causes problems ...

              ** looks at WordPress -- How many queries is it up to now for front page on default install?

              PHP-MySQL-Rails | ICQ: 342500546

              Comment

              • TidalWave
                Confirmed User
                • Sep 2007
                • 2706

                #8
                Originally posted by brandonstills
                I totally forgot about Sun acquiring MySQL. Anybody else remember that?

                The article claims MySQL 5.1 is supposedly 20% faster. It also claims better support for transactions and more enterprisy features. It also says some things will be faster some slower. Makes me wonder faster for who? Most of the stuff us webmasters use for DB work is not all that complicated or advanced as far as database features. Usually the more complicated a program gets the slower it gets.

                http://www.cio.com/article/333613/Su...rade_Next_Week
                it doesnt say slower than it is now, it says 20% is average performance increase though some aspects may have less than 20%, some may have more.
                Not at all saying slower than currently.
                www.SwiftNode.com

                Comment

                • dooglas
                  So Fucking Banned
                  • Jan 2004
                  • 2068

                  #9
                  Originally posted by brandonstills
                  I'm still waiting for OODBMS's to pick up. RDBMS are so dated and take so much more time to develop with.
                  I'll second that!

                  Comment

                  • tiger
                    Confirmed User
                    • Apr 2002
                    • 6986

                    #10
                    Originally posted by mrkris
                    Mysql is fine for the most part. It's the developers who don't know about caching that causes problems ...

                    ** looks at WordPress -- How many queries is it up to now for front page on default install?
                    Yeah no shit. I just noticed I had one auto feed wordpress blog that was so fucked up it was brining a dual quad core with 8 gigs of ram to its knees.

                    Comment

                    • mike-al
                      Confirmed User
                      • Aug 2007
                      • 691

                      #11
                      Originally posted by brandonstills
                      I totally forgot about Sun acquiring MySQL. Anybody else remember that?

                      The article claims MySQL 5.1 is supposedly 20% faster. It also claims better support for transactions and more enterprisy features. It also says some things will be faster some slower. Makes me wonder faster for who? Most of the stuff us webmasters use for DB work is not all that complicated or advanced as far as database features. Usually the more complicated a program gets the slower it gets.

                      http://www.cio.com/article/333613/Su...rade_Next_Week
                      They forgot to mention the cpu's are twice as powerful now :p
                      Delete this account, i am done here

                      Comment

                      • GrouchyAdmin
                        Now choke yourself!
                        • Apr 2006
                        • 12085

                        #12
                        Originally posted by mrkris
                        Mysql is fine for the most part. It's the developers who don't know about caching that causes problems ...

                        ** looks at WordPress -- How many queries is it up to now for front page on default install?
                        That's one bit. It's free, it's simple, it does simple things, and lets idiots do dumb things.

                        You should know about WP. Last I checked it was 8. That's when I dismissed it. Shit, not even some homebrew hack by the uninitiated (usually) takes that much.

                        Comment

                        Working...