Reputation: 167
I'm getting this error while querying a 10,000,000 database in VoltDB. Any idea on how to get around it?
VOLTDB ERROR: SQL ERROR More than 100 MB of temp table memory used while executing SQL.
Upvotes: 0
Views: 510
Reputation: 311
You need to increase the temp table memory in your configuration file. It is 100 MB by default. See the temp table section of the docs here for more information: https://docs.voltdb.com/AdminGuide/HostConfigDBOpts.php
Full Disclosure: I work at VoltDB.
Upvotes: 1