InterviewSolution
| 1. |
How Much Ram Do I Need? Is There A Simple Way To Relate Ram Requirements To Data Volume? |
|
Answer» No, it depends on the data structure and the type of data. The more rows of data and the wider each record is in terms of number of fields the more RAM is needed. If a field contains many different distinct values more RAM is required than if the number of distinct values is LOW. Certain CHARTS may demand a large PORTION of RAM while being calculated. No, it depends on the data structure and the type of data. The more rows of data and the wider each record is in terms of number of fields the more RAM is needed. If a field contains many different distinct values more RAM is required than if the number of distinct values is low. Certain charts may demand a large portion of RAM while being calculated. |
|