The information about
providing high-volume access to smaller tables applies to distributed
servers only.
A distributed server
scales to handle large tables by adding more machines to the cluster.
This is commonly referred to as scaling horizontally. However, for
smaller tables, adding more machines to the cluster to support a large
number of concurrent users is not effective. Every request for data
requires communication between the machines in the server to process
the request. For smaller tables, typically less than 20G, the time
spent in communication is large compared to the computation time of
the request.
The SAS LASR Analytic Server
2.6 release introduces a strategy for high-volume requests for smaller
tables. The following sections provide more details.