3.4 Overflows

If the number of rows matching exceeds the value of the MAXREC parameter, the result will be truncated to MAXREC rows.
If the RESPONSEFORMAT was set to VOTable, this truncation is indicated in the VOTable result document by the following snippet: <INFO name="QUERY_STATUS" value="OVERFLOW" />.

Example:

<?xml version="1.0" encoding="UTF-8"?>
<VOTABLE ... >
    ....
    <RESOURCE type="results">
        <INFO name="QUERY_STATUS" value="OVERFLOW" />
        <TABLE>
        ...
        </TABLE>
    </RESOURCE>
</VOTABLE>