Aurora is based on MySQL 5.6.
Amazon Aurora: Parallel Read Ahead, Faster Indexing, NUMA Awareness
11–20 of 29 posts
Re: Amazon Aurora: Parallel Read Ahead, Faster Indexing, NUMA Awareness
#12For context: Faster indexing and numa awareness is in MySQL 5.7. The parallel read-ahead is a Facebook patch. Aurora is based on MySQL 5.6.
Re: Amazon Aurora: Parallel Read Ahead, Faster Indexing, NUMA Awareness
#13For context: Faster indexing and numa awareness is in MySQL 5.7. The parallel read-ahead is a Facebook patch. Aurora is based on MySQL 5.6.
So is Aurora just a MySQL storage engine (e.g., InnoDB), or a modified version of MySQL under the hood?
They had a deep dive into during the last re:invent.
Re: Amazon Aurora: Parallel Read Ahead, Faster Indexing, NUMA Awareness
#14Earlier quoted context omitted.
So is Aurora just a MySQL storage engine (e.g., InnoDB), or a modified version of MySQL under the hood?
It's api is based on mysql, doesn't share interals with it. They had a deep dive into during the last re:invent. https://www.youtube.com/watch?v=CwWFrZGMDds
Re: Amazon Aurora: Parallel Read Ahead, Faster Indexing, NUMA Awareness
#15Earlier quoted context omitted.
It's api is based on mysql, doesn't share interals with it. They had a deep dive into during the last re:invent. https://www.youtube.com/watch?v=CwWFrZGMDds
Sure it does. You can see this from diagnostic commands (Innodb status, mutexes etc)
Also a good bit of video of Vogels talking about Aurora.
https://www.youtube.com/watch?v=0rPpCnFE-hU&feature=youtu.be...
Re: Amazon Aurora: Parallel Read Ahead, Faster Indexing, NUMA Awareness
#16Earlier quoted context omitted.
Sure it does. You can see this from diagnostic commands (Innodb status, mutexes etc)
Really? Werner Vogels said they built a totally different logging and storage layer. Also a good bit of video of Vogels talking about Aurora. https://www.youtube.com/watch?v=0rPpCnFE-hU&feature=youtu.be...
Re: Amazon Aurora: Parallel Read Ahead, Faster Indexing, NUMA Awareness
#17Earlier quoted context omitted.
I second this. I'd switch over from RDS to Aurora in a heartbeat if AWS built a postgres frontend for it.
Curious what is the key feature of Aurora on Postgres that you'd want?
Unless you mean that the other way around, in which case I don't know what key features of Aurora I'm missing (besides price & performance).
Re: Amazon Aurora: Parallel Read Ahead, Faster Indexing, NUMA Awareness
#18Earlier quoted context omitted.
I can't live without the occasional JSONB anymore. Some can't live without Aurora anymore ;) - they start their projects with MySQL(even thought they prefer Postgresql) to be Aurora compatible, just in case they need it.
I'm curious what are the reasons some people "can't live without Aurora anymore". I would love to hear specific benefits of Aurora, regarding performance or other aspects. The comparisons I could find didn't seem to be very favorable to Aurora (mainly that the claimed 5x improvement does not show up in the benchmarks)
Re: Amazon Aurora: Parallel Read Ahead, Faster Indexing, NUMA Awareness
#19Earlier quoted context omitted.
So is Aurora just a MySQL storage engine (e.g., InnoDB), or a modified version of MySQL under the hood?
It's api is based on mysql, doesn't share interals with it. They had a deep dive into during the last re:invent. https://www.youtube.com/watch?v=CwWFrZGMDds
Re: Amazon Aurora: Parallel Read Ahead, Faster Indexing, NUMA Awareness
#20Aurora is expensive, but it's a huge instant speedup and easily worth the cost for anyone with a production application that occasionally hits performance limitations on traditional MySQL.
That said, it is based on MySQL 5.6.10, so we are missing some features like online DDL from 5.6.17. Many bugs from 5.6.10 have been resolved upstream but are still present in Aurora. [0] It's also subject to the usual limitations of RDS (no SUPER, no access to the binary database files, no innobackupex).
[0] https://www.percona.com/blog/2015/11/16/amazon-aurora-lookin...