How Project Requirements Impact Sizing
|
This requirement |
Impacts |
|---|---|
|
Project description |
|
|
CPU |
|
CPU & RAM |
|
Scope: what is the expected lifecycle for this app? Can this app be used for further projects? |
Number of machines, or type of hardware |
|
How many documents can be indexed? |
Mainly disk space. May also impact RAM & CPU |
|
How many data sources, and what kind? |
CPU & RAM |
|
How many users + what is the estimated QPS (Queries Per Second)? |
CPU & RAM |
|
Index freshness - every minute/every hour/every day? |
CPU, RAM & disk performance |
|
What is the expected throughput (how many incremental changes to your corpus)? |
CPU, RAM & disk performance |
|
Does it need to be an HA deployment? |
Number of machines |
See also the Before Going Live in the Exalead CloudView Administration Guide for a list of issues to be aware of when going into production.