If the sum of the sizes
of loaded tables on a particular server equals or exceeds the server’s
tables limit, the server is over capacity. A server that is over capacity
accepts requests for activities such as data retrieval and analysis,
but rejects requests to load, import, append, or reload tables. In
other words, the tables limit does not constrain total memory usage;
it constrains only the amount of memory that a particular server can
use to host tables.
Note: Memory that is mapped for
tables counts toward the limit. Memory that is used for temporary
tables does not count toward the limit.
Note: Because the tables limit
is enforced only after a server is over capacity, it does not establish
an absolute constraint. A load that causes a server to be over capacity
succeeds, regardless of the size of the table. Only subsequent loads
are prevented.