MySQL compatibility on AWS Aurora












-1














I was wondering whether MySQL commands like NOLOCK or creation of indexes is actually supported on Aurora AWS? Also, can I do performance issue investigation or is Aurora AWS a "black-box" to me?










share|improve this question



























    -1














    I was wondering whether MySQL commands like NOLOCK or creation of indexes is actually supported on Aurora AWS? Also, can I do performance issue investigation or is Aurora AWS a "black-box" to me?










    share|improve this question

























      -1












      -1








      -1







      I was wondering whether MySQL commands like NOLOCK or creation of indexes is actually supported on Aurora AWS? Also, can I do performance issue investigation or is Aurora AWS a "black-box" to me?










      share|improve this question













      I was wondering whether MySQL commands like NOLOCK or creation of indexes is actually supported on Aurora AWS? Also, can I do performance issue investigation or is Aurora AWS a "black-box" to me?







      amazon-rds-aurora aws-aurora






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 21 '18 at 22:10









      dm88dm88

      1495




      1495
























          1 Answer
          1






          active

          oldest

          votes


















          0














          The Aurora it is completely different database than MySQL, but when it comes to the compability with MySQL or PostgreSQL Amazon team did a lot so that there would not be a lot of differences. "The Amazon Aurora MySQL is designed to be wire-compatible with MySQL 5.6 and 5.7 using the InnoDB storage engine. Certain MySQL features like the MyISAM storage engine are not available with Amazon Aurora." Amazon Aurora MySQL 2.01 does not currently also support the following MySQL 5.7 features:




          • Global transaction identifiers (GTIDs)

          • Group replication plugin

          • Increased page size

          • InnoDB buffer pool loading at startup

          • InnoDB full-text parser plugin

          • Multisource replication

          • Online buffer pool resizing

          • Password validation plugin

          • Query rewrite plugins

          • Replication filtering

          • The CREATE TABLESPACE SQL statement

          • X Protocol


          (source:https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.2022.html)



          But it changes from release to release.



          Answering to you question about a performance monitoring. You can monitor Aurora database from AWS Console or by using queries directly on Aurora database, the same as in case of MySQL. Staring from version 2.03 there is also available the performance schema.



          UNLOCK command - I am not sure whether it also exists in native MySQL, but there is possiblity to set transaction isolation level.



          Indexes - yes, you can also create indexes on Aurora.



          I hope the information will be useful for you.






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53421147%2fmysql-compatibility-on-aws-aurora%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            The Aurora it is completely different database than MySQL, but when it comes to the compability with MySQL or PostgreSQL Amazon team did a lot so that there would not be a lot of differences. "The Amazon Aurora MySQL is designed to be wire-compatible with MySQL 5.6 and 5.7 using the InnoDB storage engine. Certain MySQL features like the MyISAM storage engine are not available with Amazon Aurora." Amazon Aurora MySQL 2.01 does not currently also support the following MySQL 5.7 features:




            • Global transaction identifiers (GTIDs)

            • Group replication plugin

            • Increased page size

            • InnoDB buffer pool loading at startup

            • InnoDB full-text parser plugin

            • Multisource replication

            • Online buffer pool resizing

            • Password validation plugin

            • Query rewrite plugins

            • Replication filtering

            • The CREATE TABLESPACE SQL statement

            • X Protocol


            (source:https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.2022.html)



            But it changes from release to release.



            Answering to you question about a performance monitoring. You can monitor Aurora database from AWS Console or by using queries directly on Aurora database, the same as in case of MySQL. Staring from version 2.03 there is also available the performance schema.



            UNLOCK command - I am not sure whether it also exists in native MySQL, but there is possiblity to set transaction isolation level.



            Indexes - yes, you can also create indexes on Aurora.



            I hope the information will be useful for you.






            share|improve this answer




























              0














              The Aurora it is completely different database than MySQL, but when it comes to the compability with MySQL or PostgreSQL Amazon team did a lot so that there would not be a lot of differences. "The Amazon Aurora MySQL is designed to be wire-compatible with MySQL 5.6 and 5.7 using the InnoDB storage engine. Certain MySQL features like the MyISAM storage engine are not available with Amazon Aurora." Amazon Aurora MySQL 2.01 does not currently also support the following MySQL 5.7 features:




              • Global transaction identifiers (GTIDs)

              • Group replication plugin

              • Increased page size

              • InnoDB buffer pool loading at startup

              • InnoDB full-text parser plugin

              • Multisource replication

              • Online buffer pool resizing

              • Password validation plugin

              • Query rewrite plugins

              • Replication filtering

              • The CREATE TABLESPACE SQL statement

              • X Protocol


              (source:https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.2022.html)



              But it changes from release to release.



              Answering to you question about a performance monitoring. You can monitor Aurora database from AWS Console or by using queries directly on Aurora database, the same as in case of MySQL. Staring from version 2.03 there is also available the performance schema.



              UNLOCK command - I am not sure whether it also exists in native MySQL, but there is possiblity to set transaction isolation level.



              Indexes - yes, you can also create indexes on Aurora.



              I hope the information will be useful for you.






              share|improve this answer


























                0












                0








                0






                The Aurora it is completely different database than MySQL, but when it comes to the compability with MySQL or PostgreSQL Amazon team did a lot so that there would not be a lot of differences. "The Amazon Aurora MySQL is designed to be wire-compatible with MySQL 5.6 and 5.7 using the InnoDB storage engine. Certain MySQL features like the MyISAM storage engine are not available with Amazon Aurora." Amazon Aurora MySQL 2.01 does not currently also support the following MySQL 5.7 features:




                • Global transaction identifiers (GTIDs)

                • Group replication plugin

                • Increased page size

                • InnoDB buffer pool loading at startup

                • InnoDB full-text parser plugin

                • Multisource replication

                • Online buffer pool resizing

                • Password validation plugin

                • Query rewrite plugins

                • Replication filtering

                • The CREATE TABLESPACE SQL statement

                • X Protocol


                (source:https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.2022.html)



                But it changes from release to release.



                Answering to you question about a performance monitoring. You can monitor Aurora database from AWS Console or by using queries directly on Aurora database, the same as in case of MySQL. Staring from version 2.03 there is also available the performance schema.



                UNLOCK command - I am not sure whether it also exists in native MySQL, but there is possiblity to set transaction isolation level.



                Indexes - yes, you can also create indexes on Aurora.



                I hope the information will be useful for you.






                share|improve this answer














                The Aurora it is completely different database than MySQL, but when it comes to the compability with MySQL or PostgreSQL Amazon team did a lot so that there would not be a lot of differences. "The Amazon Aurora MySQL is designed to be wire-compatible with MySQL 5.6 and 5.7 using the InnoDB storage engine. Certain MySQL features like the MyISAM storage engine are not available with Amazon Aurora." Amazon Aurora MySQL 2.01 does not currently also support the following MySQL 5.7 features:




                • Global transaction identifiers (GTIDs)

                • Group replication plugin

                • Increased page size

                • InnoDB buffer pool loading at startup

                • InnoDB full-text parser plugin

                • Multisource replication

                • Online buffer pool resizing

                • Password validation plugin

                • Query rewrite plugins

                • Replication filtering

                • The CREATE TABLESPACE SQL statement

                • X Protocol


                (source:https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.2022.html)



                But it changes from release to release.



                Answering to you question about a performance monitoring. You can monitor Aurora database from AWS Console or by using queries directly on Aurora database, the same as in case of MySQL. Staring from version 2.03 there is also available the performance schema.



                UNLOCK command - I am not sure whether it also exists in native MySQL, but there is possiblity to set transaction isolation level.



                Indexes - yes, you can also create indexes on Aurora.



                I hope the information will be useful for you.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 26 '18 at 15:29

























                answered Nov 26 '18 at 15:14









                j.b.gorskij.b.gorski

                52219




                52219






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53421147%2fmysql-compatibility-on-aws-aurora%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Feedback on college project

                    Futebolista

                    Albești (Vaslui)