1.

What Is Offloading And How It Works?

Answer»

It refers to the fact that part of the traditional SQL processing done by the database can be “OFFLOADED” from the database layer to the STORAGE layer.

The PRIMARY benefit of Offloading is the REDUCTION in the VOLUME of data that must be returned to the database server. This is one of the major bottlenecks of most large databases.

It refers to the fact that part of the traditional SQL processing done by the database can be “offloaded” from the database layer to the storage layer.

The primary benefit of Offloading is the reduction in the volume of data that must be returned to the database server. This is one of the major bottlenecks of most large databases.



Discussion

No Comment Found