Obviously, enough Amazon bots are giving me bad karma, but my point stands: No, Amazon is not a special snowflake because it did this. This was an expensive exercise in spite, took a long time and a lot of people - and everyone knows it. They could have done this far efficiently already if they wanted to scale out, but that company has too many conflicting internal priorities that they took a heck of a long time to m…
Amazon’s Consumer Business Turned Off Final Oracle Database
91–100 of 471 posts
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#92The very fact that they are dogfooding DynamoDB (with core features of their business) makes me want to take it more seriously and use it more. I also love that they didn't just replace Oracle with but instead thoughtfully pieced together a strategy based on what the data was going to be used for. Well done!
Have used DynamoDB a couple times, most recently for data processing. It is extremely expensive, for data storage and performance. Queries are limited and cumbersome to write. If you are looking at it, put a reasonable amount of test data in and play with it too see what costs look like compared to the performance you need from it.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#93Migrating everything to the same externally-available cloud infrastructure is exactly the thing that Google needs to do, but has been failing at for going on a decade now. Yes, I'm bitter about it.
The claim is that some of the data was migrated to publicly available systems. I'm guessing that quite a bit of it is stored in amazon specific systems, for two reasons. First, availability. If the amazon product catalog depends on Aurora, then when Aurora has an issue, so does Amazon retail. Second, custom solutions that were developed before modern alternatives existed have an insurmountable inertia in a big compan…
Because one-off internal IT never goes down? This isn't a good argument, especially since AWS wants to handle their other customers' availability.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#94The developer carrying it out still using 2015 MBP
My 2011 MBP is still my primary. This is the case for a lot of people because the newer versions just don't compare. On to of that you can't even upgrade the components in them since everything is integrated into the board.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#95As someone who has never used or worked with Oracle DBs, can someone explain why migrating to another technology is so difficult? With all the database engines available, is there really not another one that can match Oracle without massive customizations?
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#96Obviously, enough Amazon bots are giving me bad karma, but my point stands: No, Amazon is not a special snowflake because it did this. This was an expensive exercise in spite, took a long time and a lot of people - and everyone knows it. They could have done this far efficiently already if they wanted to scale out, but that company has too many conflicting internal priorities that they took a heck of a long time to m…
Why people can't admit that their opinions can be unpopular sometimes. That's not a bad thing. Not all the things you say need to be popular to have meaning to yourself and others. It sucks to be downvoted but that's part of having a healthy discourse in HN.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#97Earlier quoted context omitted.
How? Its an Open source implementation of the java vm which they don't own.
There are a couple ways they are trying to do this. They’re actively fighting the court battle vs Google for copyright of the Java api. They’re also adding more features to Java that are only supported in new versions, and they can/will attempt licensing lock in for those features. OpenJDK might survive as permanently stuck in version 8, or it might survive as a fork which will divide the community.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#98Obviously, enough Amazon bots are giving me bad karma, but my point stands: No, Amazon is not a special snowflake because it did this. This was an expensive exercise in spite, took a long time and a lot of people - and everyone knows it. They could have done this far efficiently already if they wanted to scale out, but that company has too many conflicting internal priorities that they took a heck of a long time to m…
1. https://www.statista.com/statistics/250520/forecast-of-amazo...
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#99Earlier quoted context omitted.
The claim is that some of the data was migrated to publicly available systems. I'm guessing that quite a bit of it is stored in amazon specific systems, for two reasons. First, availability. If the amazon product catalog depends on Aurora, then when Aurora has an issue, so does Amazon retail. Second, custom solutions that were developed before modern alternatives existed have an insurmountable inertia in a big compan…
If the amazon product catalog depends on Aurora, then when Aurora has an issue, so does Amazon retail. Because one-off internal IT never goes down? This isn't a good argument, especially since AWS wants to handle their other customers' availability.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#100We've been working on migrating from Oracle to Postgres for a few years now. We are about 2 weeks from being finished. It is not for the faint of heart, but it is totally worth it. The documentation is much much better, performance is equivalent or better, the sql dialect is saner, etc. Other than moving the data itself (ora2pg was invaluable for this), rewriting the queries is what has taken the most amount of time.…
> any functions in the order by clause must be moved to the select statement (e.g. order by lower(column_name))
I'd pull the hair outta my head