+1 vote
in JAVA by

What Are The Techniques To Optimize Your Data Store And Its Access?

1 Answer

0 votes
by

The following are the two techniques that are used to optimize the data store access:

Denormalize and duplicate.

Start creating direct paths to that data that you need.

...