Slashdot Mirror


Amazon Will Be Off All Oracle Databases By End of 2019, Says AWS Chief

Amazon Web Services CEO Andy Jassy said in an interview on Wednesday that almost all of Amazon's databases that ran on Oracle will be on an Amazon database instead. "We're virtually done moving away from Oracle on the database side," Jassy said. "And I think by the end of 2019 or mid-2019 we'll be done." CNBC reports: Amazon is reducing its reliance on Oracle for its data needs and is instead using its own services. Jassy said 88 percent of Amazon databases that were running on Oracle will be on Amazon DynamoDB or Amazon Aurora by January. He added that 97 percent of "mission critical databases" will run on DynamoDB or Aurora by the end of the year. On Nov. 1, Amazon moved its data warehouse from Oracle to its own service, Redshift, Jassy said.

7 of 61 comments (clear)

  1. Amazon better watch their backs. by HornWumpus · · Score: 4, Insightful

    Oracle can't let this work without a hitch. Or the rest of their victims will start to get ideas.

    Bezos better have new hires work in a fake 'live', target rich environment for a few months. Let the moles find things to break, then fire them.

    --
    John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    1. Re:Amazon better watch their backs. by TubeSteak · · Score: 4, Interesting

      Oracle can't let this work without a hitch.

      Last year, Oracle taunted Amazon into abandoning Oracle.

      10/2/2017: Oracle's Ellison: Amazon & SAP Use Our Database Because We're Better
      https://www.lightreading.com/e...

      I'd say that two years is pretty quick for replacing and re-engineering a non-trivial chunk of your infrastructure.

      --
      [Fuck Beta]
      o0t!
  2. Re: In the past, their software was a good choice by Anonymous Coward · · Score: 5, Insightful

    As if the DBA account would also have rights to perform a system shutdown.

  3. Re:Technically Amazon will still be running on Ora by jtara · · Score: 4, Informative

    I recall reading about Aurora this YEARS ago. (at the time, at least) Aurora is really just a proprietary storage engine that they dropped into MySQL.

    They now have versions "compatible with" both MySQL and PostgreSQL.

    The PostgreSQL one is the one they are using internally!

  4. Re:In the past, their software was a good choice by Anonymous Coward · · Score: 5, Funny

    26 years

  5. Re:From Oracle to .. MySQL?! by Cyberax · · Score: 4, Interesting

    Amazon actually uses QLDB (just made public!) for most of the critical storage (like EC2 control plane). The data warehousing has been migrated to Redshift and less important systems might run off RDS or custom DB instances.

  6. You're in luck! by Cyberax · · Score: 5, Informative

    You're in luck! Amazon Aurora is basically a different backend for PostgreSQL (just announced) or MySQL that simplifies management. You don't have to learn anything new.