Maximum records in Base

What is the maximum number of records that Base can handle?

LibreOffice Base does not use its own database engine it uses HSQLDB by default (but is capable to use other engines too). The limit is data type used for primary key, but if used integer then you get at least a billion rows per table. See the HSQLDB limitations…

@froz is right. HSQLDB FAQ page has details.