Wednesday, October 04, 2017

Scaling Oracle Data, Part 1: In-Memory to the Rescue

DZone Database Zone
Scaling Oracle Data, Part 1: In-Memory to the Rescue
Scaling Oracle Data, Part 1: In-Memory to the Rescue

As Oracle and other data volumes and server load increase, sooner or later, we end up needing to spend money.

To meet the challenge of scaling efficiently and successfully, there are new faster data storage structures in RAM using caching. This allows us to increase the load with the same hardware resources.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...