Version
All versions
Explanation
- A server hang occurred when an INSERT, UPDATE or DELETE statement was executed.
- Unable to store data into memory tablespace.
Cause
- The memory database exceeded the size limit.
- For memory tablespaces in Altibase, the sum of all the memory tablespaces cannot exceed MEM_MAX_DB_SIZE. Thus, this error occurs when all the memory space is used.
Action
The user must drop the unnecessary table(s) or increase MEM_MAX_DB_SIZE and restart the Altibase server. After that, check why the memory tablespace usage was increased, and whether there was a large number of selected or altered data for each table.
Reference
N/A